Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Reducing memory usage of java application running on JRE 1.6

807580Jun 29 2010 — edited Jun 29 2010
Hi,

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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 27 2010
Added on Jun 29 2010
7 comments
282 views