Hello,
When I try to update the stats of the server manually I found a lot of errors like this:
statistics_collector[26678]: Failed to process database 'wordpress_b' from domain 'xxx.org': MySQL error 1018: Can't read dir of './wordpress_b/' (errno: 24 "Too many open files") executing query: SHOW TABLE STATUS FROM `wordpress_b`
I search in KB plex and found this:
https://kb.plesk.com/en/128643
I check what is the default number of limit open files:
mysqladmin -uadmin -p`cat /etc/psa/.psa.shadow` variables |grep -i open
| open_files_limit | 1024
I see the default is 1024, as the rest of the servers. My question is:
Can I know which domain/s are open the files? or files per domain? In order to check if the problem is with one particular domain?
As the server is with a few domains it is strange for me...
Thank you
When I try to update the stats of the server manually I found a lot of errors like this:
statistics_collector[26678]: Failed to process database 'wordpress_b' from domain 'xxx.org': MySQL error 1018: Can't read dir of './wordpress_b/' (errno: 24 "Too many open files") executing query: SHOW TABLE STATUS FROM `wordpress_b`
I search in KB plex and found this:
https://kb.plesk.com/en/128643
I check what is the default number of limit open files:
mysqladmin -uadmin -p`cat /etc/psa/.psa.shadow` variables |grep -i open
| open_files_limit | 1024
I see the default is 1024, as the rest of the servers. My question is:
Can I know which domain/s are open the files? or files per domain? In order to check if the problem is with one particular domain?
As the server is with a few domains it is strange for me...
Thank you