Hi
I have a Java application which i call in a loop and put the same Sring randomally
to a method and the application write this to system out.
Wenn I call this program in a loop 200000 times I see that the memory increases in JVM which is not usual I think. Is there a way to give memory free each time when a loop round (1,2,3,4....) is ended??
regards

