Micro stuttering
Hello, I have figured out that DH and possibly iris? Has been causing my game to stutter like crazy. I gave myself 8gb of ram and even turned DH settings down to low impact but pretty much every other frame my fps drops to 0.
15 Replies
its pretty bad
Does F3 show huge memory usage fluctuations? Do you have the distant generator enabled?
Distant generator is on yes
this is with the f3 menu
doesnt go above 70
2GB allocated with distant generation on 💀
Yeah, generation is hungry for your memory, and it's absolutely destroying you right now.
ive had it up to 8 gugs
did nothing
Every time the memory used goes down, that's the garbage collector triggering. Try changing your garbage collector to a lower latency one (ZGC or Shenandoah are good ones) and/or increase RAM to Minecraft so it's not starving for memory so often.
How does one do that
-XX:+UseZGC
JVM argDo i put that where the line ofr chaning the ram is at
Or do i replace it with G1GC
Hello?
Same place where you change how much memory you allocated
Just tack it onto the end of those arguments with a space separating it
GitHub
GitHub - Soapy7261/ZGC-For-Minecraft
Contribute to Soapy7261/ZGC-For-Minecraft development by creating an account on GitHub.
I haven't really looked through this but someone this page about using zgc for minecraft if you want to try those arguments