Reducing memory usage of java application running on JRE 1.6
807580Jun 29 2010 — edited Jun 29 2010Hi,
I am running a Java application using JRE 1.6. The total memory usage is around 70MB. When i use jprofiler to look at the heap, i am
finding only 15MB in the heap. When i use jconsole, i see that Tenure Gen is taking about 9MB and in the non-heap space, Perm Gen is
taking up 10+ MB. Any tips on how i can reduce the memory usage of this application?
Regards,
Ram Bala