how do i install a new garbage collector?
pretty simple, im trying to reduce stuttering, and someone recommended getting shenandoah for that, but im not sure how id go about that
9 Replies
It's uh, included inside your JRE/JDK... All you need to do is change the JVM argument that specifies the garbage collector:
Something something
-XUseG1GC
to -XUse<Name>GC
.
Look up the actual argument names if you're not sure.i see
i shall try that and see if that fixes my stutters
i tried "-XUseShanendoahGC" and "-XUseZGC" and it just caused the game to crash immediately, i guess they werent the proper arguements though lol
I never touched those arguments so, the internet is your friend.
fug
not sure if
-XUseZGC
is the correct flag. i personally use -XX:+UseZGC
how do you download a different garbage collector
Reddit
From the feedthebeast community on Reddit
Explore this post and more from the feedthebeast community
tyyyy