Hi,
I have just built a new dedicated server based on the following spec. But we get a lot of lag from it. I was hoping someone could provide some pointers to help solve the problem
Dell Power Edge R210 mk2 Server
Intel Xeon E31220 Quad Core 3.1 Ghz processor
16Gb RAM
2 x 300Gb SAS 15k HDD
Windows Server 2008 R2 64bit SP1
Java SDK 64bit
NO AV software running
The server is connected to a firewalled FTTC connection in the UK which runs at 70Mb down - 12mb up. The firewall has a single port which is NAT'ing through to the server. Std Minecraft port being used.
The client is on a different ADSL connection running at 7Mb down - 900k up. It has also been tried at other locations, one with a similar bandwidth connection to the server and they also notice lag.
Whilst running FTB the server CPU sits at around 48% and RAM @ 2GB. This server is 100% dedicated to FTB and nothing else runs on it.
This is my start up script
java -server -DJINTEGRA_NATIVE_MODE -XX:ThreadPriorityPolicy=42 -XX:+TieredCompilation -XX:UseSSE=3 -Xmn2G -Xms6G -Xmx6G -XX:SurvivorRatio=4 -XX:+UseParNewGC -XXarallelGCThreads=2 -XX:+DisableExplicitGC -jar ftbserver.jar -nogui
I found this on another forum whilst trying to get to the bottom of the issue but it doesn't seem to have made much difference to using the standard startup script.
Any help would be much appreciated.
Many Thanks
I have just built a new dedicated server based on the following spec. But we get a lot of lag from it. I was hoping someone could provide some pointers to help solve the problem
Dell Power Edge R210 mk2 Server
Intel Xeon E31220 Quad Core 3.1 Ghz processor
16Gb RAM
2 x 300Gb SAS 15k HDD
Windows Server 2008 R2 64bit SP1
Java SDK 64bit
NO AV software running
The server is connected to a firewalled FTTC connection in the UK which runs at 70Mb down - 12mb up. The firewall has a single port which is NAT'ing through to the server. Std Minecraft port being used.
The client is on a different ADSL connection running at 7Mb down - 900k up. It has also been tried at other locations, one with a similar bandwidth connection to the server and they also notice lag.
Whilst running FTB the server CPU sits at around 48% and RAM @ 2GB. This server is 100% dedicated to FTB and nothing else runs on it.
This is my start up script
java -server -DJINTEGRA_NATIVE_MODE -XX:ThreadPriorityPolicy=42 -XX:+TieredCompilation -XX:UseSSE=3 -Xmn2G -Xms6G -Xmx6G -XX:SurvivorRatio=4 -XX:+UseParNewGC -XXarallelGCThreads=2 -XX:+DisableExplicitGC -jar ftbserver.jar -nogui
I found this on another forum whilst trying to get to the bottom of the issue but it doesn't seem to have made much difference to using the standard startup script.
Any help would be much appreciated.
Many Thanks