my english isn't good i'm running on 90 players Allocated ram is very low Free memory = 1625 Ram used in the server = 1796 MB TPS = 1.9 1796 mb for 90 players and 4 worlds and 13k chunks i think it not enough my run.bat command Code: -server -Xmx8G -XX:+UseG1GC -DJINTEGRA_NATIVE_MODE -DJINTEGRA_COINIT_VALUE=0 -Dsun.io.useCanonCaches=false -Djline.terminal=jline.UnsupportedTerminal -XX:ThreadPriorityPolicy=42 -XX:MaxGCPauseMillis=50 -XX:CompileThreshold=1500 -XX:+TieredCompilation -XX:ParallelGCThreads=8 -XX:TargetSurvivorRatio=90 -XX:MaxTenuringThreshold=15 -XX:+UnlockExperimentalVMOptions -XX:+UseAdaptiveGCBoundary -XX:PermSize=64M -XX:MaxPermSize=256M -XX:+UseGCOverheadLimit -XX:+UseBiasedLocking -Xverify:none -XX:UseSSE=3 -XX:+UseThreadPriorities -Djava.net.preferIPv4Stack=true -XX:+UseStringCache -XX:+OptimizeStringConcat -XX:+UseFastAccessorMethods -Xrs -XX:+UseCompressedOops -XX:+AggressiveOpts -jar craftbukkit.jar nogui -nojline running on Intel xeon E5620 2.4Ghz Ram 16GB SSD 120gb Ramdisk 8gb Conenction 1gbps how to tell java use more ram for server
Increase the number after -server -Xmx. You have it set to 8 gb currently, but have 16gb to play with according to your server stats you posted. You should probably only need 1.2-2gb of ram for the machine, or maybe even less depending on your OS. I have mine set to Xmx14592M, for example, which leaves me about 1.4gb for the machine to run on.