Y
Hacker News
new
|
ask
|
show
|
jobs
by
hoseja
2419 days ago
Better hope you pick the right arcane garbage collection strategy!
1 comments
satanspastaroll
2419 days ago
Latency minimal GC is the right choice for game servers. The most available one is G1, though others like Shenandoah and ZGC are on the way
link
willis936
2419 days ago
I played with a few of them. A server I used to run had a leaky mod that would, when a base was large, leak so much that the GC would hit twice a minute with a 5 second stall. It didn’t matter what GC was used. I never found a solution.
link