> From: kulbir Saini [mailto:kulbir.sai...@gmail.com]
> Subject: Java Out of Heap Issue
> 
> just a snapshot of jmap,

Try using jhat to actually see what's consuming the space in the heap.

> Heap Configuration:
>    MaxNewSize       = -65536 (-0.0625MB)

That looks suspicious...

> Heap Usage:
> PS Young Generation
> Eden Space:
>    44.77395311745898% used
> From Space:
>    56.0% used
> PS Old Generation
>    38.96393638004623% used
> PS Perm Generation
>    69.73343814711973% used

None of the above show full heap utilization, so the heap dump you have does 
not seem representative of the situation you describe.

 - 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