So, a fried of me gave me this code here:
java -d64 -server -Xms8G -Xmx8G -jar minecraft_server.jar
our server runs at a Debian system,
http://www.hetzner.de/hosting/produktmatrix/rootserver-produktmatrix-ex
the EX4 is our system.
is it possible to run the server with the long code? so far it will not work.
is there a way to let the server run with more power? more stable?
so far it seems that we have massive tps problems because of solar panels
at the moment we are starting the server withjava -server -Xincgc -Xmx6G -Xms2G -Xmn1G -XX:NewRatio=2
-XX:CMSFullGCsBeforeCompaction=1 -XX:SoftRefLRUPolicyMSPerMB=2048
-XX:+CMSParallelRemarkEnabled -XX:+UseParNewGC -XX:+DisableExplicitGC -Xnoclassgc
-XX:+UseFastAccessorMethods -XX:CMSInitiatingOccupancyFraction=90
-XX:+UseConcMarkSweepGC -XX:UseSSE=3 -XX:+UseCMSCompactAtFullCollection
-XXarallelGCThreads=2 -XX:+AggressiveOpts
-XX:+UseLargePages -XX:ReservedCodeCacheSize=1G
-cp minecraft_server.jar -jar minecraft_server.jar
java -d64 -server -Xms8G -Xmx8G -jar minecraft_server.jar
our server runs at a Debian system,
http://www.hetzner.de/hosting/produktmatrix/rootserver-produktmatrix-ex
the EX4 is our system.
is it possible to run the server with the long code? so far it will not work.
is there a way to let the server run with more power? more stable?
so far it seems that we have massive tps problems because of solar panels