Difference between revisions of "Zmlogger process uses 100perCPU"
(→zmlogger process uses 100%CPU) |
|||
Line 1: | Line 1: | ||
− | == | + | {{BC|Certified}} |
+ | __FORCETOC__ | ||
+ | <div class="col-md-12 ibox-content"> | ||
+ | =zmlogger process uses 100%CPU= | ||
<hr> | <hr> | ||
− | + | {{KB|{{ZC}}|{{ZCS 8.8.15}}||||}} | |
+ | {{WIP}} | ||
− | + | ====Problem ==== | |
The process zmlogger of Zimbra server is using 100% CPU. | The process zmlogger of Zimbra server is using 100% CPU. | ||
− | + | ====Solution ==== | |
− | + | * Clean the files zimbra.log and zimbra-stats.log in /var/log/ if they are large in size. | |
− | + | * If the previous step doesn't help, run the below steps to improve the performance : | |
zmcontrol stop | zmcontrol stop | ||
Line 24: | Line 28: | ||
zmcontrol start | zmcontrol start | ||
− | + | ||
− | Aarti | + | {| class="wikitable" style="background-color:#d0f0c0;" cellpadding="10" |
+ | |'''Submitted by''': Aarti Shah | ||
+ | |} | ||
+ | |||
+ | {{Article Footer|ZCS 8.8.15|2020-04-13}} |
Revision as of 12:48, 17 April 2020
zmlogger process uses 100%CPU
- This article is a Work in Progress, and may be unfinished or missing sections.
Problem
The process zmlogger of Zimbra server is using 100% CPU.
Solution
- Clean the files zimbra.log and zimbra-stats.log in /var/log/ if they are large in size.
- If the previous step 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
Submitted by: Aarti Shah |