[jboss-user] [Performance Tuning] - Re: Not specifying an -Xms value
Wolf-Dieter Fink
do-not-reply at jboss.com
Wed Jun 20 15:50:22 EDT 2012
Wolf-Dieter Fink [https://community.jboss.org/people/wdfink] created the discussion
"Re: Not specifying an -Xms value"
To view the discussion, visit: https://community.jboss.org/message/743186#743186
--------------------------------------------------------------
JVM setting, specialy memory heap and gc, depends on the application and the JVM.
If you have the right heap size -Xms and -Xmx can be set to the same value, this is to avoid recalculating and allocate/free physical memory (Oracle JVM).
Less size of the heap might be end in a better performance and the JVM decide to not use the maximum of what you set.
So you should monitor the JVM and GC behaviour in production and adjust the parameters here. Also, from my experience, it makes no sense to tune with a lot of effort because change of the throughput can change everything.
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/743186#743186]
Start a new discussion in Performance Tuning at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2078]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20120620/9ca53d94/attachment-0001.html
More information about the jboss-user
mailing list