Zmlogger process uses 100perCPU: Difference between revisions

(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...")
 
Line 10: Line 10:
<h2>Solution :</h2>
<h2>Solution :</h2>
'''1)''' Clean the files zimbra.log and zimbra-stats.log in /var/log/ if they are huge in size. <br><br>
'''1)''' Clean the files zimbra.log and zimbra-stats.log in /var/log/ if they are huge in size. <br><br>
'''2)''' If step#1 doesn't help, run the below steps to improve the performance :
'''2)''' If step1 doesn't help, run the below steps to improve the performance :


  zmcontrol stop
  zmcontrol stop

Revision as of 12:19, 14 August 2017

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