A good GC for minecraft modded?

i also have read that theres differents JVM(oracle, and what not). Recomendations? Thanks in advance.
4 Replies
MarijnIsN00B
MarijnIsN00B6mo ago
GraalVM 21 for 1.20.x Adoptium for everything else I used this github page as my guide for which flags to use https://github.com/brucethemoose/Minecraft-Performance-Flags-Benchmarks
GitHub
GitHub - brucethemoose/Minecraft-Performance-Flags-Benchmarks: Sane...
Sane, Benchmarked Java Flags and Tweaks for Minecraft - GitHub - brucethemoose/Minecraft-Performance-Flags-Benchmarks: Sane, Benchmarked Java Flags and Tweaks for Minecraft
ThunderBolt
ThunderBolt6mo ago
the adoptium is for mc or for other programs that use java? im seeing that Modrinth(launcher) recomens "Zulu", thoughs on it?
MarijnIsN00B
MarijnIsN00B6mo ago
Both Afaik it doesnt make a massive difference Between Zulu and Adoptium They are both a lot better than default mc's java
ThunderBolt
ThunderBolt6mo ago
Thankyou for all this information, ive found that the 'arguments' in the github are helpfull more so the "A full set of flags looks like this" part, from the differents GC the default G1GC performed better than Shenandoah. Well apart from the memory one that is well known XD.