aspose file tools
The moose likes Java in General and the fly likes Ever increasing heap size Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Ever increasing heap size " Watch "Ever increasing heap size " New topic
Author

Ever increasing heap size

Bob Sullivan
Greenhorn

Joined: May 13, 2003
Posts: 5
I have a Java client using weblogic. If I leave the client up "doing nothing" over several hours the heap size increases even though the number of bytes used remains the same. Monitoring with optimizeIT reveals a steady increase in used bytes until GC kicks in bringing the used bytes size back down. This cycle repeats over and over. About every 5th time though the Java heap size gets bumped up a few MB at about the same time the GC starts. After GC the used bytes goes back down to its baseline but the enlarged heap remains. This results in an ever-increasing gap between used bytes and heap size. Is there any way to control the heap size growth so that it waits until GC is finished before deciding to grow?
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Ever increasing heap size
 
Similar Threads
The Annoying Garbage Collector
Pulling millions of unique values from Oracle?
Millions of unique strings without eating all memory?
axis2 leading to JVM , outOfMemory
Interesting article about JVM performance