Zmlogger process uses 100perCPU

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

zmlogger process uses 100%CPU




Problem :

The process zmlogger of Zimbra server is using 100% CPU.

Solution :

1) Clean the files zimbra.log and zimbra-stats.log in /var/log/ if they are huge in size.

2) If step1 doesn't help, run the below steps to improve the performance :

zmcontrol stop
zmlocalconfig -e zmmtaconfig_interval=6000 
zmprov mcf zimbraLogRawLifetime 7d 
zmprov mcf zimbraLogSummaryLifetime 30d 
/opt/zimbra/libexec/zmlogprocess 

Change the crontab entry for logger as below :

crontab -e
*/60 * * * * /opt/zimbra/libexec/zmstatuslog 
zmcontrol start 

Regards,
Aarti

Jump to: navigation, search