Peter Johnson [https://community.jboss.org/people/peterj] created the discussion

"Re: JBoss/JVM process RAM usage increasing steadily"

To view the discussion, visit: https://community.jboss.org/message/723513#723513

--------------------------------------------------------------
You have the heap set to 2GB. The JVM will reserve that memory immediately, but 
will not start using it until it needs it. That would expalin the RSS 
increasing  - as the app runs and it uses the heap the JVM will start to make 
use of some of that memory that it has allocated and the OS will make it 
resident. Notice that after the app has been runnign for a while that the RSS 
rmains fairly constant.

Note that the VSZ remain fairly constant. The increase after the initial size 
can be attributed to the perm gen increasing as classes are loaded.

I don't see anything here that would cause me alarm.

As far as what each of the threads are doing, you could take a JVM thread dump 
and see.
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/723513#723513]

Start a new discussion in Performance Tuning at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2078]

_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to