F5F Stay Refreshed Software PC Gaming Have you any advice for managing a Minecraft server?

Have you any advice for managing a Minecraft server?

Have you any advice for managing a Minecraft server?

A
augustb19907
Senior Member
456
10-30-2016, 11:29 PM
#1
Hello Everyone,
I’ve been managing a professional Minecraft server host for the past two years. My network runs four servers with Spigot/Bugee installed smoothly, offering minimal lag, no tick skips, and everything seems to work well. However, when trying to set up Forge (modded) servers, I encounter problems such as lag, delays, and tick skips. I’ve tried various solutions—including setting up a dedicated system—but haven’t found a clear solution. I know Forge servers demand significant resources, and I even built a custom setup for the server. Still, I’m unsure if there’s a way to reduce the lag effectively. Clearly, upgrading to a better host system would help.

Currently, my setup uses:
- CPU: E3-1240
- RAM: 2x8GB DDR3 1333 MHz
- Storage: Single SanDisk 500 GB
- Motherboard: MSI z77 MPower
- Connection speed: 200 Mbps down, 180 Mbps up
- Operating System: Windows 10 Home

I’m using Windows 10 because it’s familiar and comfortable for me. I believe a more robust system could resolve these issues, but I’m hesitant to switch now. I have 12 GB dedicated to the server and run only essential background services. I’m curious—would switching to a Windows Server version make a difference? I’m open to suggestions on memory upgrades, higher CPU speeds (4 GHz+), or any other tweaks.

If this advice is useful, thank you in advance.
A
augustb19907
10-30-2016, 11:29 PM #1

Hello Everyone,
I’ve been managing a professional Minecraft server host for the past two years. My network runs four servers with Spigot/Bugee installed smoothly, offering minimal lag, no tick skips, and everything seems to work well. However, when trying to set up Forge (modded) servers, I encounter problems such as lag, delays, and tick skips. I’ve tried various solutions—including setting up a dedicated system—but haven’t found a clear solution. I know Forge servers demand significant resources, and I even built a custom setup for the server. Still, I’m unsure if there’s a way to reduce the lag effectively. Clearly, upgrading to a better host system would help.

Currently, my setup uses:
- CPU: E3-1240
- RAM: 2x8GB DDR3 1333 MHz
- Storage: Single SanDisk 500 GB
- Motherboard: MSI z77 MPower
- Connection speed: 200 Mbps down, 180 Mbps up
- Operating System: Windows 10 Home

I’m using Windows 10 because it’s familiar and comfortable for me. I believe a more robust system could resolve these issues, but I’m hesitant to switch now. I have 12 GB dedicated to the server and run only essential background services. I’m curious—would switching to a Windows Server version make a difference? I’m open to suggestions on memory upgrades, higher CPU speeds (4 GHz+), or any other tweaks.

If this advice is useful, thank you in advance.

C
Crispii
Junior Member
38
10-31-2016, 06:18 AM
#2
It seems I discovered the answer to my problems. The main concern was over-allocation. I allocated 12GB of memory to my server since I thought a heavy-intensive application required it. In reality, the server only consumes about 4.5GB at any moment, except during chunk generation. During Java's garbage collection, it would cycle through an empty 7GB of RAM with nothing stored. This was wasting system resources. Reducing the allocation to 5GB resolved my issue with frequent skipped ticks.
C
Crispii
10-31-2016, 06:18 AM #2

It seems I discovered the answer to my problems. The main concern was over-allocation. I allocated 12GB of memory to my server since I thought a heavy-intensive application required it. In reality, the server only consumes about 4.5GB at any moment, except during chunk generation. During Java's garbage collection, it would cycle through an empty 7GB of RAM with nothing stored. This was wasting system resources. Reducing the allocation to 5GB resolved my issue with frequent skipped ticks.