View Single Post
  #10 (permalink)  
Old 11-17-2007, 06:45 PM
mmorse mmorse is offline
Moderator
 
Posts: 6,236
Default

Quote:
Originally Posted by David-LU View Post
]My /opt/zimbra/log/zimbra.log :
javax.servlet.UnavailableException: Requested array size exceeds VM limit
Could you examine your /opt/zimbra/tomcat/logs/catalina.out
If you ware seeing anything like:
Quote:
Error occurred during initialization of VM
Could not reserve enough space for object heap
Invalid initial heap size: x
The specified size exceeds the maximum representable size.
Could not create the Java virtual machine.
As you only have 768mb...go really low:
zmlocalconfig -e tomcat_java_heap_memory_percent=15
zmlocalconfig -e mysql_memory_percent=10
zmcontrol stop/start

to make sure it applied:
zmlocalconfig | grep mem

Though you're on v3.x...
The bug John's referring to is Bug 21348 - installer sizes mailboxd_java_heap_memory_percent too large on 32-bit system and mailboxd fails to start fixed for 5.0RC2
(However, I don't know it's status for 4.5.x - 21551 was the accidental dupe)

Last edited by mmorse; 11-17-2007 at 07:29 PM..
Reply With Quote