|
From: Joe K. <jk...@ra...> - 2005-05-24 14:18:15
|
I have the wrapper configured and running well with my application (using method 1). However, I am getting OutOfMemoryErrors. I have tried to increase the "wrapper.java.initmemory" and "wrapper.java.maxmemory", but it has no effect. When I run the application outside of the wrapper and use -Xms and -Xmx, I have no problem and no OutOfMemoryErrors. Does anyone know why this maybe? My application runs a TimerTask that populates a synchronized list. Another thread continuously checks that list and peforms operations on its elements. It is the second thread that causes the OutOfMemoryError. When running outside of the wrapper it requires a max-memory of about 900mb. Thank you, Joe |