how to remove object from JVM's tenured generation?
I am working on JMeter to loadtest my application. I am facing OutOfMemoryException after some time. I have used JConsole and found that the reson for this exception is JVM's "Tenured Genration" area is filled up. I think there is a bug in JMeter tool because it is not removing any objects from the memory.Can anyone suggest me how can I delete the objects in the Tenured genation objects in JVM manually in specific intervels?
Ashok.
Message was edited by:
ashok_chava

