brucethemoose
brucethemoose
Yes, some `Dgraal` arguments are seemingly duplicates of the regular OpenJDK ones and enable the same functionality, but I will double check this when I update the readme for GraalVM...
@sydist See the lines here: https://www.diffchecker.com/xkiHk4wM Pretouch is enabled from the XX flag: `[0.213s][info][gc,init] Pre-touch: Enabled` Even though the Dgraal pretouch flag defaults to false: `graal.AlwaysPreTouch = false` I believe...
Make your memory allocation static, as described in the guide. Also try running `/sparkc gcmonitor` to see if your lag spikes are coming from garbage collection or something else. Unfortunately,...
> > Make your memory allocation static, as described in the guide. > > You mean set both the minimum and maximum to the same value? > > > Try...
Another feature worth considering might be scanning for "dangerous" flags that users seem to throw into their Java arguments, and warning the user about them. For instance, `-XX:+AggressiveHeap` is a...
> There's also this GitHub repo on the subject of JVM argument tuning for Minecraft, which may contain some additional useful info: https://github.com/brucethemoose/Minecraft-Performance-Flags-Benchmarks Yeah that is my repo :P. But...
One quirk: the mod just went closed source.
> > One quirk is that the mod just went closed source. > > He claims that its only temporary until he's finished but I do agree that it's odd...
I'm having this same issue on Arch Linux, with a wayland/kde config similar to @hasezoey : My root filesystem is f2fs, nothing too fancy. > sudo inxi -b > System:...
For what its worth, the issue went away for me running sddm-git (from the CachyOS Arch repo).