Zmlogger process uses 100perCPU

Revision as of 12:18, 14 August 2017 by Nbhagwat (talk | contribs) (Created page with "=== <h1>zmlogger process uses 100%CPU</h1> === <hr> <br> <h2>Problem :</h2> The process zmlogger of Zimbra server is using 100% CPU. <h2>Solution :</h2> '''1)''' Clean the...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 step#1 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