Me and a friend were trying to make an ftb server to play on, and the lag is horrible. Its not fps lag, but its server lag. My friend keeps spawning inside the ground and it takes ages for blocks to break. Now i found this coding to multi thread, but its not for my PC specs and im not sure how to convert it:
""java -server -Xincgc -Xmx4G -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=4 -XX:+UseCMSCompactAtFullCollection -XXarallelGCThreads=2 -XX:+AggressiveOpts -XX:+UseLargePages -XX:ReservedCodeCacheSize=1G -cp server_ftbserver.jar -jar server_ftbserver.jar"
My Pc Specs are:
Processor: Intel(R) Core(TM)2 Duo CPU E7500 @ 2.93GHz 2.93GHz
RAM: 4GB of Ram (I have 32 bit so it says 3.50 GB Usable)
32bit operating system
My internet speed is not the greatest either:
Download speed: 2.34M per second
Upload Speed: 0.73M per second
Ping: 60ms
Also we are using hamachi at the moment, but if i port forward will that affect the lag issue?
Any suggestions are greatly appreciated, Thank you
""java -server -Xincgc -Xmx4G -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=4 -XX:+UseCMSCompactAtFullCollection -XXarallelGCThreads=2 -XX:+AggressiveOpts -XX:+UseLargePages -XX:ReservedCodeCacheSize=1G -cp server_ftbserver.jar -jar server_ftbserver.jar"
My Pc Specs are:
Processor: Intel(R) Core(TM)2 Duo CPU E7500 @ 2.93GHz 2.93GHz
RAM: 4GB of Ram (I have 32 bit so it says 3.50 GB Usable)
32bit operating system
My internet speed is not the greatest either:
Download speed: 2.34M per second
Upload Speed: 0.73M per second
Ping: 60ms
Also we are using hamachi at the moment, but if i port forward will that affect the lag issue?
Any suggestions are greatly appreciated, Thank you