java.lang.OutOfMemoryError
This may help.
2006-03-23 09:36:54,169 INFO [IndexWritersSweeper] [] MailboxIndex - open index writers sweep: before=7, closed=2, after=5 (37ms)
2006-03-23 09:37:34,751 FATAL [LmtpServer-2976] [] system - Fatal error occurred while handling connection
java.lang.OutOfMemoryError: Java heap space
2006-03-23 09:37:34,752 INFO [Pop3Server-18477] [] pop - connected
Edited:
Found some post about the OutofMemoryError. May the following information help.
Number of Users: 10
Box: 2.4Ghz Intel based Server w/ 1Gb Ram
Since all users are new. They did not intensively use the Webmail yet. Their normal operation is just SMTP + POP.
Most of them just ten somethings of their mailbox size.
Code:
[zimbra@mailsrv ~]$ crontab -l
# ZIMBRASTART -- DO NOT EDIT ANYTHING BETWEEN THIS LINE AND ZIMBRAEND
#
# Log pruning
#
30 2 * * * find /opt/zimbra/log/ -type f -name \*log\* -mtime +8 -exec rm {} \; > /dev/null 2>&1
#
# Status logging
#
* * * * * /opt/zimbra/bin/zmstatuslog
*/10 * * * * /opt/zimbra/bin/zmdisklog
#
# crontab.store
#
# Log pruning
#
30 2 * * * find /opt/zimbra/tomcat/logs/ -type f -name \*log\* -mtime +8 -exec rm {} \; > /dev/null 2>&1
0 2 * * * /opt/zimbra/bin/zmroll_catalina.sh > /dev/null 2>&1
#
# Purge messages
#
0 3 * * * /opt/zimbra/bin/zmpurgemessages > /dev/null 2>&1
#
# Clean up the quarantine dir
#
0 1 * * * find /opt/zimbra/amavisd/quarantine -type f -mtime +7 -exec rm -f {} \; > /dev/null 2>&1
#
# Table maintenance
#
30 1 * * * /opt/zimbra/bin/zmmaintaintables >> /dev/null 2>&1
# BACKUP BEGIN
# BACKUP END
#
# crontab.logger
#
# process logs
#
00,10,20,30,40,50 * * * * /opt/zimbra/bin/zmlogprocess > /tmp/logprocess.out 2>&1
#
# Graph generation
#
10 * * * * /opt/zimbra/bin/zmgengraphs >> /tmp/gengraphs.out 2>&1
#
# crontab.mta
#
#
# Queue logging
#
*/10 * * * * /opt/zimbra/bin/zmqueuelog
# ZIMBRAEND -- DO NOT EDIT ANYTHING BETWEEN THIS LINE AND ZIMBRASTART
Thomas