Quote:
Originally Posted by Billy Upgraded to 1G RAM and it solved the problem. |
Make sure you're aggressively trimming the signature files - the default cron entry is for 7 days, but you may want to lower it to 2:
0 1 * * * find /opt/zimbra/dspam/var/dspam/data/z/i/zimbra/zimbra.sig/ -type f -name \*sig -mtime +2 -exec rm {} \; > /dev/null 2>&1