[jboss-user] [Performance Tuning] - Re: FullGC at start-up even before application deployment?

Peter Johnson do-not-reply at jboss.com
Thu Sep 22 10:48:53 EDT 2011


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

"Re: FullGC at start-up even before application deployment?"

To view the discussion, visit: http://community.jboss.org/message/628061#628061

--------------------------------------------------------------
Because -XX:-DisableExplictGC enables Systsem.gc() to work. You need to use -XX:+DisableExplicitGC to turn off calls to System.gc().

If you read the column heading for the options table on the JVM option web page at  http://www.oracle.com/technetwork/java/javase/tech/vmoptions-jsp-140102.html http://www.oracle.com/technetwork/java/javase/tech/vmoptions-jsp-140102.html, you will see that is says "Option and Default Value". Thus by default DisaableExplicitGC is off, you need to use the plus sign to turn it on.
--------------------------------------------------------------

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

Start a new discussion in Performance Tuning at Community
[http://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/20110922/563a7079/attachment.html 


More information about the jboss-user mailing list