- added minecraft info

This commit is contained in:
iceyrazor 2025-09-04 02:08:57 -05:00
parent 16c2e7325f
commit 21a8b0e01b
1 changed files with 7 additions and 0 deletions

View File

@ -55,6 +55,13 @@
</li>
</ul>
</table>
<h1>Minecraft</h1>
<p>here is some important java flags that in my experience. atleast on older hardware. made my server run way better. this is for windows too.</p>
<p>will require a bit of modification depending on the version of minecraft. eg where tp put the args</p>
<code>
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 -jar paperclip.jar nogui
</code><br>
source: <a href="https://aikar.co/2018/07/02/tuning-the-jvm-g1gc-garbage-collector-flags-for-minecraft/">aikar.co 2018 tuning the jvm g1gc for minecraft</a>
<h1>Privacy</h1>
<p>A lot of people say "why should i care about privacy, i have nothing to hide". Would you be okay letting many strangers
watch you use the bathroom in your own home every time? Would you let me look through every one of your emails?