Ways to optimize a forge server

Hello. I'm looking for ways to optimize a forge server. Ram and cpu usage isnt an issue (I have around 64gb free to use currently, DDR4 3200Mhz, i9-9900k@5Ghz)
6 Replies
sprisa
sprisaOP4mo ago
https://spark.lucko.me/1snVQDHp40 heres a spark profiler
spark
spark is a performance profiler for Minecraft clients, servers, and proxies.
NieGestorben
NieGestorben4mo ago
Looks like GC is taking quite some time, are you sure that your Custom JVM Flags work better than the default Aikar Flags?. You also have lots of Entities, alexsmobs and mowziesmobs being the main culprits for performance.
sprisa
sprisaOP4mo ago
I can try aikar's flags
sprisa
sprisaOP4mo ago
spark
spark is a performance profiler for Minecraft clients, servers, and proxies.
Einbrecher
Einbrecher4mo ago
You don't need 30GB for 10 people. Probably don't even need half of that with the mods you're running. Disable swap memory. That's likely why you're having so many issues.
NieGestorben
NieGestorben4mo ago
Assigning less memory might also help GC Timings

Did you find this page helpful?