Hi guys,
I have a server that has been running for a while, but im plagued with the "System time change" log entries. Wondering if what i have below is the best setup for my server?
2.9Ghz Xeon X5670 2.93 (2 processors)
6GB Ram
java -server -Xincgc -Xmx3G -Xms1G -Xmn512M -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:ReservedCodeCacheSize=1G -cp ftbserver.jar -jar ftbserver.jar
I have a server that has been running for a while, but im plagued with the "System time change" log entries. Wondering if what i have below is the best setup for my server?
2.9Ghz Xeon X5670 2.93 (2 processors)
6GB Ram
java -server -Xincgc -Xmx3G -Xms1G -Xmn512M -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:ReservedCodeCacheSize=1G -cp ftbserver.jar -jar ftbserver.jar