Natalya
Natalya
DHDistant Horizons
Created by Noa on 4/15/2024 in #help-me
Constant Microstutters
Can you monitor VRAM usage?
141 replies
DHDistant Horizons
Created by Noa on 4/15/2024 in #help-me
Constant Microstutters
Allocate more, maybe lower CPU preset / threads to reduce memory pressure. If it's a memory leak, that'll just delay the crash, but otherwise it should help.
141 replies
DHDistant Horizons
Created by Noa on 4/15/2024 in #help-me
Constant Microstutters
what's the crash reason? Out Of Memory?
141 replies
DHDistant Horizons
Created by Noa on 4/15/2024 in #help-me
Constant Microstutters
you cannot have 2 GCs
141 replies
DHDistant Horizons
Created by Noa on 4/15/2024 in #help-me
Constant Microstutters
only one
141 replies
DHDistant Horizons
Created by Noa on 4/15/2024 in #help-me
Constant Microstutters
Also, remove any args referencing G1GC (maybe keep a copy of the original so you can undo this)
141 replies
DHDistant Horizons
Created by Noa on 4/15/2024 in #help-me
Constant Microstutters
In your launcher. It's different for every launcher, google "[launcher] JVM args"
141 replies
DHDistant Horizons
Created by Noa on 4/15/2024 in #help-me
Constant Microstutters
Wrong thread for this
141 replies
DHDistant Horizons
Created by Noa on 4/15/2024 in #help-me
Constant Microstutters
Minecraft defaults to G1GC, which is good for throughput but is very spiky like you're noticing.
141 replies
DHDistant Horizons
Created by Noa on 4/15/2024 in #help-me
Constant Microstutters
-XX:+UseZGC JVM arg might help. If not, try -XX:+UseShenandoahGC. If that also doesn't work, rip.
141 replies
DHDistant Horizons
Created by MSG1 on 4/14/2024 in #help-me
Nether world reset
DH is a client-side mod (except the server-side fork, which I assume you're not using), it doesn't touch the server. If you tried to install it on a server, I don't think the server would even launch. Mods installed on your client can't do that kind of thing to a server.
5 replies
DHDistant Horizons
Created by DA96FUNK on 4/11/2024 in #help-me
Low CPU usage, but high CPU temps
As you move around it has to change LODs, might just be that
196 replies
DHDistant Horizons
Created by DA96FUNK on 4/11/2024 in #help-me
Low CPU usage, but high CPU temps
Chunky I believe will perform the same as DH's generator, however DH's generator only generates LODs while Chunky actually pregenerates the world so that it doesn't need to generate when you move around. And for threads, I just guessed a number that would give some breathing room for other threads like the render thread, so your experimentation will probably do a better job than me.
196 replies
DHDistant Horizons
Created by DA96FUNK on 4/11/2024 in #help-me
Low CPU usage, but high CPU temps
that is magic, because that result does not make sense to me 🙃
196 replies
DHDistant Horizons
Created by DA96FUNK on 4/11/2024 in #help-me
Low CPU usage, but high CPU temps
picking numbers is very trial-and-error
196 replies
DHDistant Horizons
Created by DA96FUNK on 4/11/2024 in #help-me
Low CPU usage, but high CPU temps
You can change the thread settings to maybe not use all 12 cores. 10 is probably pretty good, and leaves 2 cores to do things like consistently render the game.
196 replies
DHDistant Horizons
Created by DA96FUNK on 4/11/2024 in #help-me
Low CPU usage, but high CPU temps
Increasing MC's allocated memory should extend the time between lag spikes, but with the default garbage collector the spikes get worse.
196 replies
DHDistant Horizons
Created by DA96FUNK on 4/11/2024 in #help-me
Low CPU usage, but high CPU temps
Lowering the CPU preset can help with stutters. Also, the default garbage collector Minecraft uses it kinda spiky, so you can change that to like ZGC or Shenandoah
196 replies
DHDistant Horizons
Created by DA96FUNK on 4/11/2024 in #help-me
Low CPU usage, but high CPU temps
are the lag spikes every ~1.5-2 seconds perchance?
196 replies
DHDistant Horizons
Created by DA96FUNK on 4/11/2024 in #help-me
Low CPU usage, but high CPU temps
the poor garbage collector
196 replies