I am using Java version 1.6.0_21.
These are the memory options I have set:
export MEM_OPTS="-Xmx3072m -Xms3072m -XX:NewSize=1024m -XX:MaxNewSize=1024m -XX:+UseTLAB -XX:MaxPermSize=512m
My server is having 10 GB RAM.
A fatal error has been detected by the Java Runtime Environment:
java.lang.OutOfMemoryError: requested 32776 bytes for Chunk::new. Out of swap space?
Internal Error (allocation.cpp:215), pid=28197, tid=44
Error: Chunk::new
JRE version: 6.0_21-b06
Java VM: Java HotSpot(TM) Server VM (17.0-b16 mixed mode solaris-sparc )
Any idea? Why this is coming as I have 10 GB memory on my server?
check following post something similar problem
java.lang.OutOfMemoryError: requested 1958536 bytes for Chunk::new. Out of swap space
https://confluence.atlassian.com/pages/viewpage.action?pageId=219023686
I think above command may help