You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by Ronan Daly <ro...@sse.ie> on 2001/07/11 15:18:27 UTC

OutOfMemoryError and View Results

While running jmeter over a long period of time with a lot of threads, I
found that after a while OutOfMemoryErrors would start to get thrown.
Looking through the heap I found that most of the memory was taken up with
Strings stored in SampleResult objects which were kept in the results List
in ResultCollector. Over a long time, these build up until the memory is
overwhelmed. A simple change would be to put a max size of results to keep
in the List.
Now if only I had the time.


---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org