Last week we successfully resolved the issue causing latency and performance issues that was intermittently plaguing our Minecraft server. It turns out that the new default garbage collection in Java 7 doesn’t seem to work so well with Minecraft.
The fix was starting the minecraft server with the -XX:+UseConcMarkSweepGC
argument.