JBoss Community

Re: Cpu 100% and GC is running

created by Radoslav Husar in Performance Tuning - View the full discussion

If you are using parrallel GC the number of garbage collector threads can be controlled with the ParallelGCThreads command line option -XX:ParallelGCThreads=<your desired number>. Or maybe you want to stop clients from invoking GC directly via .gc() call, then you can -XX:+DisableExplicitGC.

Reply to this message by going to Community

Start a new discussion in Performance Tuning at Community