Hi there,
as we use i-mscp for internal development, there are many projects on it (many subdomains for each - one for each project). Now we have one problem - sometimes the mysql service "stops" because of the error: too many open files.
I increased the limits in /etc/security/limits.conf but there is one problem.
When logging in to the mysql server - then typing
show global variables like 'open%';
it shows me the following:
mysql> show global variables like 'open%';
+------------------+-------+
| Variable_name | Value |
+------------------+-------+
| open_files_limit | 1024 |
+------------------+-------+
1 row in set (0.00 sec)
I already tried so set another value in
/etc/mysql/mysql.conf.d/mysqld.cnf
/etc/mysql/conf.d/imscp.cnf
(with open_files_limit = 4096) but it didn´t help. Do I edit the wrong config file?
Best regards
Simon