[jboss-user] [Performance Tuning] - Re: Memory not released after shutting down JBOSS, memory le

4l3xb do-not-reply at jboss.com
Sat Jun 9 03:31:08 EDT 2007


The memory still used is most likely to be the filesystem cache. Linux will load all the files that JBoss needs into memory and cache them (like jars etc).

Read the first part of this article. Although it's written with db2 in mind, it explains the effect you are seeing.

http://www.ibm.com/developerworks/db2/library/techarticle/dm-0509wright/

Basically, there is nothing to worry about.

I would worry about paging to swap space if it happens, which will show up as si/so columns in vmstat or high disk utilisation, viewed with 'iostat' command.

This arcticle shows how to interpret vmstat, which is also important: http://www.linuxjournal.com/article/8178

Regards

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052775#4052775

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4052775



More information about the jboss-user mailing list