> From: Jeffrey Janner [mailto:jeffrey.jan...@polydyne.com]
> Subject: RE: java.lang.OutOfMemoryError: PermGen space
> 
> You don't say if the JVM is 32-bit or 64-bit

Actually, he did:

> Architecture:   amd64
> JVM Version:    1.6.0_16-b01
> JVM Vendor:     Sun Microsystems Inc.

The architecture would be x86 for a 32-bit JVM on Intel/AMD.

> 1) By splitting the Heap in half between NewGen and PermGen

This is not correct.  The -Xmx size does not include the PermGen size.

Again, use JConsole or equivalent to verify that the requested heap sizes are 
being used.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to