Suggestion
456dev opened this issue · 2 comments
Use aikars Java flags in start.sh
https://aikar.co/2018/07/02/tuning-the-jvm-g1gc-garbage-collector-flags-for-minecraft/
I tried this on a RPi3b+:
java -Xms800MB -Xmx800MB -XX:+UseG1GC -XX:+UnlockExperimentalVMOptions -XX:MaxGCPauseMillis=100 -XX:+DisableExplicitGC -XX:TargetSurvivorRatio=90 -XX:G1NewSizePercent=50 -XX:G1MaxNewSizePercent=80 -XX:G1MixedGCLiveThresholdPercent=35 -XX:+AlwaysPreTouch -XX:+ParallelRefProcEnabled -Dusing.aikars.flags=mcflags.emc.gs
Result was this:
System became unresponsive within 5 minutes without anyone online. Maybe some parameters can be changed to avoid this but out of the box it does not work.
This is the normal workload with default settings by @TheRemote
Hmm. Ok I'll close it then.