TheRemote/RaspberryPiMinecraft

Suggestion

Closed this issue · 2 comments

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:
image

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

image

Hmm. Ok I'll close it then.