JBoss Community

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

created by Wolf-Dieter Fink in Performance Tuning - View the full discussion

OldParallelGC is an old implementation and the New implementation (from 1.4.1) should be better most times for JBoss and such long running servers. So drop -XX:UseParallelOldGC, also I would drop -XX:+CMS stuff.

Also fixing the eden space (NewSize) might have bad sideeffects because of reducing the OldGen.

I recommed to use the latest 1.5. JVM!

Reply to this message by going to Community

Start a new discussion in Performance Tuning at Community