Hi all,
Have setup a new server on a VM at a regional data centre that a friend owns. However theres some major lag on the server causing players to not want to play and I thought I need some guidance on it being a setup/hardware/network issue.
16GB RAM
1TB SATA (Seagate)
10GB Up/Down internet
Note: is not dedicated, is scalable VM.
This server IS running 5 other gmod based dedi servers, but I have run FTB with these turned off and same issue applies.
I believe the issue might be the CPU, it's obviously unable to used effectively due to limitations in Java but other then that what could it possibly be? Vanilla MC and Tekkit servers run like a dream with 20 people on them, FTB however...
Here is my startup:
and I tried this from a site online I found:
Can anyone offer some ideas or changes I can try? Is the hardware sufficient to run a simple 20-30 slot server?
Have setup a new server on a VM at a regional data centre that a friend owns. However theres some major lag on the server causing players to not want to play and I thought I need some guidance on it being a setup/hardware/network issue.
- What OS are you running?
- Are you using minecraft hosting provider or a dedicated/local server not designed for minecraft?
- What version of FTB are you using? (Don't just say latest tell us the version)
- Did you add any mods to the server pack?
- What are your server specs?
16GB RAM
1TB SATA (Seagate)
10GB Up/Down internet
Note: is not dedicated, is scalable VM.
- A good detailed paragraph about the problem
This server IS running 5 other gmod based dedi servers, but I have run FTB with these turned off and same issue applies.
I believe the issue might be the CPU, it's obviously unable to used effectively due to limitations in Java but other then that what could it possibly be? Vanilla MC and Tekkit servers run like a dream with 20 people on them, FTB however...
Here is my startup:
Code:
java -Xincgc -Xmx4096M -XX:PermSize=128m -jar ftbserver.jar
Code:
java -server -Xincgc -Xmx4G -Xms2G -Xmn1G -XX:NewRatio=2 -XX:CMSFullGCsBeforeCompaction=1 -XX:SoftRefLRUPolicyMSPerMB=2048 -XX:+CMSParallelRemarkEnabled -XX:+UseParNewGC -XX:MaxPermSize=128M -XX:+DisableExplicitGC -Xnoclassgc -XX:+UseFastAccessorMethods -XX:CMSInitiatingOccupancyFraction=90 -XX:+UseConcMarkSweepGC -XX:UseSSE=4 -XX:+UseCMSCompactAtFullCollection -XX:ParallelGCThreads=2 -XX:+AggressiveOpts -XX:+UseLargePages -XX:ReservedCodeCacheSize=1G -cp ftbserver.jar -jar ftbserver.jar