java out of swap space error

2007-03-01 Thread theo burry
Hi, I am getting the following error in the geronimo logs for my webapp: Exception in thread CompilerThread1 java.lang.OutOfMemoryError: requested 32764 bytes for ChunkPool::allocate. Out of swap space? I did some research and added the following java_opts in geronimo.sh: JAVA_OPTS='-Xms512m

Re: java out of swap space error

2007-03-01 Thread Aman Nanner/MxI Technologies
I just started seeing this error today pretty consistently on my Geronimo instance as well. There are some Sun bug reports that describe this issue, but I have not found any definitive cause yet. The HotSpot compiler seems to have some trouble allocating a chunk of space during bytecode

Re: java out of swap space error

2007-03-01 Thread John Sisson
From memory I think this means Solaris is out of swap space. I think you will find the problem will go away if you add another swap file. Additional swap space can be allocated without having to bring the system down. See: