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 02-24-2009, 06:15 AM
Active Member
 
Posts: 38
Default Zimbra Web Client slow...

Hello everybody ...

From the web client users complain of slowness to:

- Open messages.
- Send messages.
- Save appointments in the calendar.
- Delete messages.
- Move messages between folders.
- Empty Trash folder / Spam folder.
- Add attatchments.

Navigation is normal, change between folders or between Calendar/Contacts/Tasks... is very fast.

The only way I have to fix it by restarting the server. Once rebooted go fast, but after a few days slow reappears.

I recently added two more gigabytes of RAM, total of RAM now: 3 GB.

Only 1 processor with HT enabled in BIOS and in the Kernel.

Code:
processor       : 0
vendor_id       : GenuineIntel
cpu family      : 15
model           : 2
model name      : Intel(R) Xeon(TM) CPU 2.80GHz
stepping        : 9
cpu MHz         : 2791.225
cache size      : 512 KB
physical id     : 3
siblings        : 2
core id         : 0
cpu cores       : 1
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 2
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe cid xtpr
bogomips        : 5586.85

processor       : 1
vendor_id       : GenuineIntel
cpu family      : 15
model           : 2
model name      : Intel(R) Xeon(TM) CPU 2.80GHz
stepping        : 9
cpu MHz         : 2791.225
cache size      : 512 KB
physical id     : 3
siblings        : 2
core id         : 0
cpu cores       : 1
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 2
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe cid xtpr
bogomips        : 5582.10
Code:
             total       used       free     shared    buffers     cached
Mem:       3117380    1650992    1466388          0     134528     336348
-/+ buffers/cache:    1180116    1937264
Swap:      1502036         44    1501992
Code:
MemTotal:      3117380 kB
MemFree:       1465924 kB
Buffers:        134548 kB
Cached:         336344 kB
SwapCached:          0 kB
Active:        1351864 kB
Inactive:       196996 kB
HighTotal:     2228200 kB
HighFree:       832448 kB
LowTotal:       889180 kB
LowFree:        633476 kB
SwapTotal:     1502036 kB
SwapFree:      1501992 kB
Dirty:             740 kB
Writeback:           0 kB
AnonPages:     1077820 kB
Mapped:          71080 kB
Slab:            90996 kB
PageTables:       3240 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3060724 kB
Committed_AS:  3246920 kB
VmallocTotal:   114680 kB
VmallocUsed:      3316 kB
VmallocChunk:   111092 kB
Hope I find a solution for this slowness.

Regards.

Last edited by Enake; 02-24-2009 at 06:20 AM..
Reply With Quote
  #2 (permalink)  
Old 02-24-2009, 07:39 AM
Moderator
 
Posts: 7,928
Default

What is the output from
Code:
zmlocalconfig | grep mailboxd_java_heap_memory_percent
__________________
Reply With Quote
  #3 (permalink)  
Old 02-24-2009, 07:54 AM
Active Member
 
Posts: 38
Default

Hi uxbod.

Code:
mailboxd_java_heap_memory_percent = 40
Here is the output.

Regards.
Reply With Quote
  #4 (permalink)  
Old 02-24-2009, 07:56 AM
Moderator
 
Posts: 7,928
Default

You could try tuning back the amount of memory java takes using
Code:
su - zimbra
zmlocalconfig -e mailboxd_java_heap_memory_percent=30
and then restarting ZCS.
__________________
Reply With Quote
  #5 (permalink)  
Old 02-24-2009, 08:09 AM
Active Member
 
Posts: 38
Default

Hi...

I restart the ZCS with zmcontrol stop and zmcontrol start and the problem persist.

If you want uxbod, I can realize a video with Wink before and after the server reboots...

Regards.
Reply With Quote
  #6 (permalink)  
Old 02-24-2009, 08:15 AM
Moderator
 
Posts: 7,928
Default

Are you using the Ajax or standard HTML client ? If you use the HTML one does the issue persist ?
__________________
Reply With Quote
  #7 (permalink)  
Old 02-24-2009, 08:24 AM
Active Member
 
Posts: 38
Default

I am using the Ajax version.

In the HTML version, the issue persist.

Regards.
Reply With Quote
  #8 (permalink)  
Old 02-24-2009, 08:45 AM
Moderator
 
Posts: 7,928
Default

Is your ZCS server on the same LAN as the clients ? Do they go through a proxy at all ?
__________________
Reply With Quote
  #9 (permalink)  
Old 02-24-2009, 08:53 AM
Active Member
 
Posts: 38
Default

OK, I have the videos...

Perhaps you can identify the problem better.

In the first video the mailboxd_java_heap_memory_percent is set to 30 and the server was up for 6 days:

http://www.enake.net/zimbra/before_r...ore_Reboot.htm

In the second video, the mailboxd_java_heap_memory_percent is set to 40 (default value) and the server is up for 15 mins:

http://www.enake.net/zimbra/after_re...ter_Reboot.htm

You can see the huge diference... I don't know what thing is causing this problem...

Regards.
Reply With Quote
  #10 (permalink)  
Old 02-24-2009, 08:54 AM
Active Member
 
Posts: 38
Default

Quote:
Originally Posted by uxbod View Post
Is your ZCS server on the same LAN as the clients ? Do they go through a proxy at all ?
Yes, my ZCS server is in the same LAN as the clients...

No Proxy.

I put you the videos... hope this helps..

Regards.
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.