memory consumption problems

2000-12-07 Thread Robert Krueger
Hi, Is there any way to influence orion's way of handling memory consumption? I have a production installation that frequently crashes with java.lang.OutOfMemoryErrors although I've set the jvm to -Xmx400m. Resources never seem to be freed. This sounds similar to the problems someone else

Re: memory consumption problems

2000-12-07 Thread Dario Dorigo
I had a memory problem (it crashed with a stress test after 20 secs) with my application having stateful session beans not removed. At the end of the session I removed the bean and now works fine. Anyway I used jprobe for checking the memory leaks and it works fine (linux environment). Hope

RE: memory consumption problems

2000-12-07 Thread Kirby, Nathaniel
p unused threads ??? TIA Nate -Original Message- From: Dario Dorigo [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 07, 2000 7:44 AM To: Orion-Interest Subject: Re: memory consumption problems I had a memory problem (it crashed with a stress test after 20 secs) with my application

Re: memory consumption problems

2000-12-07 Thread Tim Endres
Hi, Is there any way to influence orion's way of handling memory consumption? I have a production installation that frequently crashes with java.lang.OutOfMemoryErrors although I've set the jvm to -Xmx400m. Resources never seem to be freed. This sounds similar to the problems someone