Re: agents, memory usage and threads

2008-12-22 Thread prhlava
> What I found that when the JVM memory usage goes to around 26% of > available RAM, only one thread runs at the time from then on. Is this > JVM optimising? Well, it was hitting the JVM default amount of heap limit - works as expected with proper parameters to java... Sorry for the noise, Vl

agents, memory usage and threads

2008-12-20 Thread prhlava
Hello, What is you experience with using agents on multi core CPU when agents hold a considerable amount of memory allocated? What I found that when the JVM memory usage goes to around 26% of available RAM, only one thread runs at the time from then on. Is this JVM optimising? What I am trying