Hi
Recently had to move my server to a new computer and since it got a bit lees ram i am asking for any advice on how to make the server as smooth as possible.
The server computer got a quad core inte q6600 at 2.4 Ghz and 3 gig of ddr2 ram and i am running advanced systemcares boost mode on it constantly.
right now i am using this command line, which i found here on the forums, to start the server
so is there anything i can do too improve the performance even more? Thankful for all help.
Recently had to move my server to a new computer and since it got a bit lees ram i am asking for any advice on how to make the server as smooth as possible.
The server computer got a quad core inte q6600 at 2.4 Ghz and 3 gig of ddr2 ram and i am running advanced systemcares boost mode on it constantly.
right now i am using this command line, which i found here on the forums, to start the server
Code:
java -server -Xincgc -Xmx3G -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 -XX:ParallelGCThreads=3 -XX:+AggressiveOpts -XX:+UseLargePages -XX:ReservedCodeCacheSize=1G -cp ftbserver.jar -jar ftbserver.jar nogui
so is there anything i can do too improve the performance even more? Thankful for all help.