minecraft-optimization icon indicating copy to clipboard operation
minecraft-optimization copied to clipboard

Remove recommendation of the Aikars flags

Open LemmaEOF opened this issue 2 months ago • 13 comments

The Aikars flags are old and outdated. Using them on Java 17 and 21 does users a massive disservice, as they are built around the archaic G1 garbage collector. Shenandoah on Java 17 and Generational ZGC on Java 21 are significantly more performant, with GenZGC providing sub-millisecond maximum GC pauses.

LemmaEOF avatar Apr 24 '24 20:04 LemmaEOF