Quote:
Originally Posted by rhirsch I added these lines to the /etc/security/limits.conf file
root soft nofile 524288
root hard nofile 524288 |
6.0.9 automatically adds these to /etc/security/limits.conf. Been dealing with same problem, and didn't really resolve until I made some adjustments to the Java heap size (6GB
max; less is more sometimes) and MySQL's innodb cache size (increased in relation to the amount saved on Java).
UPDATE: Check out your open file limits for zimbra and root. To do this, type:
ulimit -n
Zimbra will probably yield 52488
Root will probably yield 1024
Change root's .bashrc by adding the following to the end of the .bashrc when logged in as root:
ulimit -n 524288