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.

Solution:Jump to 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 🙂...4 Replies
Spark proflle: https://spark.lucko.me/Nr7xV17MnT
spark
spark is a performance profiler for Minecraft clients, servers, and proxies.
Pregen, forge doesnt have async chunk gen so will always be bad
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
-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 🙂