A
Admincraft•3mo ago
Flexz

Non heap size

I've noticed that non heap is completely full, while other parts of memory seems not used at all. Any advice how I could increase this? I'm having issues while generating new chunks (full speed spectator mode) and I would like to test if this helps.
No description
Solution:
-XX:ZCollectionInterval=10 -XX:ZFragmentationLimit=15 This is helping ZGC to trigger more often, so it can keep up and pauses to a minimum during fast travel in new chunks. It's now able to keep up with spectator at fastest speed 🙂...
Jump to solution
4 Replies
Flexz
FlexzOP•3mo ago
spark
spark is a performance profiler for Minecraft clients, servers, and proxies.
ProGamingDk
ProGamingDk•3mo ago
Pregen, forge doesnt have async chunk gen so will always be bad
Flexz
FlexzOP•3mo ago
I usually do so (10k by 10k). But it also seems not great in already generated chunks. C2ME should also allow for some threaded stuff I just feel like I'm hitting GC issues
Solution
Flexz
Flexz•3mo ago
-XX:ZCollectionInterval=10 -XX:ZFragmentationLimit=15 This is helping ZGC to trigger more often, so it can keep up and pauses to a minimum during fast travel in new chunks. It's now able to keep up with spectator at fastest speed 🙂

Did you find this page helpful?