j2sdk1.4.2_04/jboss-3.2.7 We have a question with repect to the appearance of our JBoss memory consumption in TOP on boxes running CENTOS 3.3. We have set both the JVM min. and max. to 1024 for a particular instance and the TOP snapshot shows memory consumption for our Java process above and below the settings.
We would like to allocate a fixed block of memory to the JVM initially and avoid dynamic resize. In this configuration we notice that the memory allocated by the JVM keeps on growing beyond the max size of 1024m up to 2GB! The JBoss console in parallel reports growing free memory, eventually the JVM runs out of memory. When we switch back to -Xms512m -Xmx1024m everything works fine. During automated tests the JVM allocated memory never exceeds the initial 506MB with ~ 300MB free (according to the JBoss console). Any information as to why this is would be greatly appreciated. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3910838#3910838 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3910838 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
