Forge Server Performance Guide

How to optimize your Minecraft Forge server for better TPS and less lag.

Forge servers are heavier than vanilla or Paper. Here's how to keep performance acceptable.

Performance Mods for Forge

ModPurpose
SparkProfiler — find what's causing lag
FerriteCoreReduce RAM usage
ClumpsGroups XP orbs to reduce entity count
FastloadFaster world loading
ChunkyPre-generate chunks to eliminate gen lag

Configuration Tips

server.properties

view-distance=8
simulation-distance=6
max-tick-time=-1

JVM Flags

Apply Aikar's JVM flags — they help Forge servers significantly.

RAM Allocation

Forge modded servers need more RAM:

  • Small modpack (50 mods): 4–6 GB
  • Medium modpack (100 mods): 6–8 GB
  • Large modpack (200+ mods): 8–12 GB

⚠️ Don't over-allocate — giving 16GB when you need 6GB makes GC pauses worse.

Identifying Lag Sources

Install Spark and run:

/spark profiler start

Wait 5 minutes, then:

/spark profiler stop

The generated report shows exactly which mods/tasks consume the most tick time.

How is this guide?

40% Off — Limited TimeGet your Minecraft server todayInstant setup, DDoS protection, and 24/7 support included.
Get a Server

On this page