Hi,
I just wonder with Java8 and a high end ubuntu server (Intel Xeon E3 1245v2 4c/8t 3.4 GHz+ 32 GB 3x 120 Go SSD) what would be the best parameters to launch a single FTB infinity server ?
I saw a lot of parameters on internet, some are obsolet, some are useless, I just would like your advices.
I actually use the one with FTB server :
Thanks a lot
I just wonder with Java8 and a high end ubuntu server (Intel Xeon E3 1245v2 4c/8t 3.4 GHz+ 32 GB 3x 120 Go SSD) what would be the best parameters to launch a single FTB infinity server ?
I saw a lot of parameters on internet, some are obsolet, some are useless, I just would like your advices.
I actually use the one with FTB server :
Code:
screen -dmS minecraft java -server -Xms2048m -Xmx8192M -XX:PermSize=512m -d64 -XX:+UseParNewGC -XX:+CMSIncrementalPacing -XX:+CMSClassUnloadingEnabled -XX:ParallelGCThreads=8 -XX:MinHeapFreeRatio=5 -XX:MaxHeapFreeRatio=10 -jar minecraft_server.jar nogui
Thanks a lot