Best parameters for server

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

Schpoon

New Member
Jul 29, 2019
48
0
0
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 -XX:parallelGCThreads=2 -XX:+AggressiveOpts -XX:ReservedCodeCacheSize=1G -cp ftbserver.jar -jar ftbserver.jar
 

Dingham

New Member
Jul 29, 2019
294
0
0
I suspect if your server has been running awhile your players are just getting advanced and taxing your CPU. Servers always start without lag, but don't stay that way for long.

Its this a dedicated server, VPS or off your own pc?
 

Schpoon

New Member
Jul 29, 2019
48
0
0
Indeed we are loking at a new server because i felt this was the case. I guess it would be helpful to know at least what to set these parametres depending on which memory i put in (might be as high as 32)

-Xmx3G -Xms1G -Xmn512M
 

Schpoon

New Member
Jul 29, 2019
48
0
0
New server has over 50G ram, SSD HDD and 2x Intel Xeon X5670 if that helps to fix my config