hmm it may be that it is using the GC ( garbage collector more often now ) not sure how good you are with linux but if you do
PS -ef |grep java
You can get the exact commands Creeperhost are calling on your system
( you'll need to login using an SSH client like Putty to issue that command )
you should get something back like
500 16731 16730 99 Aug15 pts/0 03:10:00 java -d64 -server -XX:+UseG1GC -DJINTEGRA_NATIVE_MODE -Dcom.sun.management.jmxremote -Djava.rmi.server.hostname=IPADDRESS -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.port=13370 -DJINTEGRA_COINIT_VALUE=0 -Dsun.io.useCanonCaches=false -XX:ThreadPriorityPolicy=42 -XX:CompileThreshold=1500 -XX:-UseGCOverheadLimit -XX:+TieredCompilation -XXarallelGCThreads=4 -XX:TargetSurvivorRatio=90 -XX:MaxTenuringThreshold=15 -XX:+UnlockExperimentalVMOptions -XX:+UseAdaptiveGCBoundary -XXermSize=256M -XX:MaxPermSize=256M -XX:+UseGCOverheadLimit -XX:+UseBiasedLocking -Xnoclassgc -Xverify:none -XX:UseSSE=3 -XX:+UseThreadPriorities -Djava.net.preferIPv4Stack=true -XX:+UseLargePages -XX:+UseStringCache -XX:+OptimizeStringConcat -XX:+UseFastAccessorMethods -Xrs -XX:+UseCompressedOops -XX:+AggressiveOpts -Xmx7419M -jar craftbukkit.jar nogui XXXYOURSERVERIPHEREXXX
that is from my server( I removed my IP)
you could compare the commands with max memory and adaptive to see what options they may be chaging.
Also are you running anything else on your server other than Minecraft? i have teamspeak and some other things.
PS -ef |grep java
You can get the exact commands Creeperhost are calling on your system
( you'll need to login using an SSH client like Putty to issue that command )
you should get something back like
500 16731 16730 99 Aug15 pts/0 03:10:00 java -d64 -server -XX:+UseG1GC -DJINTEGRA_NATIVE_MODE -Dcom.sun.management.jmxremote -Djava.rmi.server.hostname=IPADDRESS -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.port=13370 -DJINTEGRA_COINIT_VALUE=0 -Dsun.io.useCanonCaches=false -XX:ThreadPriorityPolicy=42 -XX:CompileThreshold=1500 -XX:-UseGCOverheadLimit -XX:+TieredCompilation -XXarallelGCThreads=4 -XX:TargetSurvivorRatio=90 -XX:MaxTenuringThreshold=15 -XX:+UnlockExperimentalVMOptions -XX:+UseAdaptiveGCBoundary -XXermSize=256M -XX:MaxPermSize=256M -XX:+UseGCOverheadLimit -XX:+UseBiasedLocking -Xnoclassgc -Xverify:none -XX:UseSSE=3 -XX:+UseThreadPriorities -Djava.net.preferIPv4Stack=true -XX:+UseLargePages -XX:+UseStringCache -XX:+OptimizeStringConcat -XX:+UseFastAccessorMethods -Xrs -XX:+UseCompressedOops -XX:+AggressiveOpts -Xmx7419M -jar craftbukkit.jar nogui XXXYOURSERVERIPHEREXXX
that is from my server( I removed my IP)
you could compare the commands with max memory and adaptive to see what options they may be chaging.
Also are you running anything else on your server other than Minecraft? i have teamspeak and some other things.