> From: Estevam Henrique Portela Mota e Silva
> [mailto:[EMAIL PROTECTED]
> Subject: Tomcat 5.5.26 + JDK 6_05 -
> java.lang.OutOfMemoryError: PermGen Space
>
> Good Afternoon,
>
> Memory (Initial memory pool: 512mb and Maximum memory pool: 1024mb)
> Server:
>      --> Gigabyte, Core 2 Duo and Memory 2 gb (motherboard

If you only have 1 GB of real memory, you'll need to reduce the JVM heap size 
to avoid page thrashing - it's not pretty when it happens.

> [ERROR] RequestExceptionHandler Processing of request failed
> with uncaught exception: PermGen space
> java.lang.OutOfMemoryError: PermGen Space
>
> How resolved?

This is a common problem, so reading the FAQ:
   http://wiki.apache.org/tomcat/FAQ/Memory
is always a good idea, as would searching the archives:
   http://marc.info/?l=tomcat-user

You may have a memory leak in your applications that's leaving class references 
lying around, preventing them from being discarded via garbage collection.  
Alternatively, if you really are running out of PermGen space, you'll have to 
increase it, which of course takes away from the real memory available for the 
rest of the heap.

Your current platform would have to be considered a toy these days, since even 
my 5-year old laptop has 2 GB of memory on it.

 - 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 start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to