Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > Administrators

Welcome to the Zimbra :: Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-29-2011, 12:58 PM
Elite Member
 
Posts: 285
Default [SOLVED] Again high CPU

On my CentOS 5.6 32-bit 7.1.2 FOSS edition, for no reason, I start getting mails about high load avarage.

Looking at my server, top sais:
10477 zimbra 18 0 1393m 1.2g 11m S 197.5 30.0 172:19.96 java

Java: 197.5%

Is this the old bug that came back? How can I fix this?

Last edited by Tripple; 08-31-2011 at 09:15 AM..
Reply With Quote
  #2 (permalink)  
Old 08-29-2011, 01:29 PM
Elite Member
 
Posts: 285
Default

And after 1 hour gone the same way it came.
CPU back to normal.
Reply With Quote
  #3 (permalink)  
Old 08-29-2011, 02:34 PM
Zimbra Employee
 
Posts: 604
Default

We are tracking a couple issues for 7.1.3 that maybe causing this issue.

Bug 63467 and Bug 63621
__________________
Bugzilla - Wiki - Downloads - Before posting... Search!
Reply With Quote
  #4 (permalink)  
Old 08-31-2011, 02:12 PM
Moderator
 
Posts: 1,554
Default

would those bugs affect 6.1.14 as well? after upgrading to that this weekend 2 of my mailbox servers go from normal to 100% cpu. restarting seems to fix them for a day or so.
Reply With Quote
  #5 (permalink)  
Old 08-31-2011, 11:31 PM
Partner (VAR/HSP)
 
Posts: 260
Default

I had a problem where an n900 client using mail for exchange triggered a bug like this.
__________________
http://www.solutionsfirst.com.au/hosting/zimbra/
Australia's premier Zimbra Hosting Partner
Resellers wanted!
Reply With Quote
  #6 (permalink)  
Old 10-17-2011, 10:48 AM
Intermediate Member
 
Posts: 16
Default Me too...

I've been experiencing the same problem on zcs-6.0.14_GA_2928_RHEL5_64 since I've upgraded from 6.0.13. Seems to be related to mailbox service on my server. The next time it happens I'll snag a ps output of the process and post it here.

Enabled services:
zimbraServiceEnabled: antivirus
zimbraServiceEnabled: antispam
zimbraServiceEnabled: logger
zimbraServiceEnabled: mailbox
zimbraServiceEnabled: mta
zimbraServiceEnabled: stats
zimbraServiceEnabled: snmp
zimbraServiceEnabled: ldap
zimbraServiceEnabled: spell


I only have top output of the process from today's event. 8G of ram on this server btw.

PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
7087 zimbra 18 0 4152m 2.4g 10m S 198.7 30.7 283:02.41 java

After a zmcontrol mailbox stop && zmcontrol mailbox start, load is around 0.5.
Reply With Quote
  #7 (permalink)  
Old 10-18-2011, 08:09 AM
Intermediate Member
 
Posts: 16
Default

Quote:
Originally Posted by JaymeH View Post
I've been experiencing the same problem on zcs-6.0.14_GA_2928_RHEL5_64 since I've upgraded from 6.0.13. Seems to be related to mailbox service on my server. The next time it happens I'll snag a ps output of the process and post it here.

Enabled services:
zimbraServiceEnabled: antivirus
zimbraServiceEnabled: antispam
zimbraServiceEnabled: logger
zimbraServiceEnabled: mailbox
zimbraServiceEnabled: mta
zimbraServiceEnabled: stats
zimbraServiceEnabled: snmp
zimbraServiceEnabled: ldap
zimbraServiceEnabled: spell


I only have top output of the process from today's event. 8G of ram on this server btw.

PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
7087 zimbra 18 0 4152m 2.4g 10m S 198.7 30.7 283:02.41 java

After a zmcontrol mailbox stop && zmcontrol mailbox start, load is around 0.5.
It happened again faster than expected. I captured the ps output this time.

PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
16165 zimbra 17 0 3792m 2.2g 13m S 150.7 28.5 312:37.38 java

ps -ef | grep 16165
zimbra 16165 16164 23 Oct17 ? 05:12:57 /opt/zimbra/java/bin/java -Dfile.encoding=UTF-8 -client -XX:NewRatio=2 -Djava.awt.headless=true -XX:MaxPermSize=128m -XX:SoftRefLRUPolicyMSPerMB=1 -verbose:gc -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -XX:+PrintGCApplicationStoppedTime -Xss256k -Dsun.net.inetaddr.ttl=60 -Xms3164m -Xmx3164m -Xmn791m -Djava.io.tmpdir=/opt/zimbra/mailboxd/work -Djava.library.path=/opt/zimbra/lib -Djava.endorsed.dirs=/opt/zimbra/mailboxd/common/endorsed -Dzimbra.config=/opt/zimbra/conf/localconfig.xml -Djetty.home=/opt/zimbra/mailboxd -DSTART=/opt/zimbra/mailboxd/etc/start.config -jar /opt/zimbra/mailboxd/start.jar /opt/zimbra/mailboxd/etc/jetty.properties /opt/zimbra/mailboxd/etc/jetty-setuid.xml /opt/zimbra/mailboxd/etc/jetty.xml

Again, a zmcontrol stop start was needed to bring back to life.
Reply With Quote
  #8 (permalink)  
Old 10-18-2011, 09:06 AM
Zimbra Consultant & Moderator
 
Posts: 20,315
Default

Quote:
Originally Posted by JaymeH View Post
It happened again faster than expected. I captured the ps output this time.
Both of the bugs mentioned earlier in this thread are fix in the current 7.x version of Zimbra, there's also a patch for 6.0.14 - have you applied that to your server?
__________________
Regards


Bill
Reply With Quote
  #9 (permalink)  
Old 10-18-2011, 09:52 AM
Intermediate Member
 
Posts: 16
Default

Quote:
Originally Posted by phoenix View Post
Both of the bugs mentioned earlier in this thread are fix in the current 7.x version of Zimbra, there's also a patch for 6.0.14 - have you applied that to your server?
No. The only patch for 6.0.14 that I can find is a French patch of some sort. I did not see a 6.0.14 patch in announcements. Did I miss something? Am I looking in the wrong place?
Reply With Quote
  #10 (permalink)  
Old 10-18-2011, 10:20 AM
Zimbra Consultant & Moderator
 
Posts: 20,315
Default

Quote:
Originally Posted by JaymeH View Post
Did I miss something? Am I looking in the wrong place?
Probably. You'll find it on the ZCS downloads page.
__________________
Regards


Bill
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.