CodeChickenCore icon indicating copy to clipboard operation
CodeChickenCore copied to clipboard

Garbage Collector (/gc) Issue

Open Swordsyke opened this issue 9 years ago • 0 comments

I did /gc earlier to get an overview of how the server was doing, and this showed up. It didn't crash the server or do anything that I noticed while in-game, no crash reports either, but here you go.

the enderverse codechicken bug 12 9 15

Here's my command line for starting the server with my java flags on it: command = "{JAVA}" -Xmx{MAX_MEMORY}M -Xms{START_MEMORY}M -XX:PermSize=256m -XX:MaxPermSize=512m -XX:+UseConcMarkSweepGC -XX:+DisableExplicitGC -XX:+UseAdaptiveGCBoundary -XX:MaxGCPauseMillis=500 -XX:-UseGCOverheadLimit -XX:SurvivorRatio=12 -Xnoclassgc -XX:UseSSE=3 -Djline.terminal=jline.UnsupportedTerminal -jar "{JAR}" nogui

Swordsyke avatar Dec 11 '15 02:12 Swordsyke