MundM2007 / Ultimate-Progression-Sky

Github for the Minecraft Modpack "Ultimate Progression Sky"
GNU General Public License v3.0
0 stars 0 forks source link

[BUG] ... like every 15 seconds my came stutters makeing it imposible to play #27

Open Caskade187 opened 3 weeks ago

Caskade187 commented 3 weeks ago

After loading the game after 5 mins it starts to stutter every 15 sec last 3 seconds. Only stated doing this after i updates to the latest version.

MundM2007 commented 2 weeks ago

May be the garbage collector of java. Try these jvm arguments to optimize this:

java -Xms10G -Xmx10G -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1 -Dusing.aikars.flags=https://mcflags.emc.gs -Daikars.new.flags=true
domosplace commented 2 weeks ago

thank you for answering the question. I was the only one complaining about it.