On Wed, May 13, 2015 at 12:59 AM, David chen <[email protected]> wrote: > -XX:MaxGCPauseMillis=6000
With this line you're basically telling java to never garbage collect. Can you try lowering that to something closer to the jvm default and see if you have better stability?
