From 714e78b4d71ddd7d8345591721ca48d47a2f086d Mon Sep 17 00:00:00 2001 From: Salt Date: Sat, 29 Jan 2022 21:17:28 -0600 Subject: [PATCH] Test an older version of the E6 pack with a different set of performance mods I've heard Performant is mostly placebo, and we're finally at a point where we can thoroughly test and see how it runs compared to the suite of performance mods shipped by the pack normally. --- playbooks/tasks/game/minecraft-enigmatica6.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/playbooks/tasks/game/minecraft-enigmatica6.yml b/playbooks/tasks/game/minecraft-enigmatica6.yml index 029c6d3..40b00c0 100644 --- a/playbooks/tasks/game/minecraft-enigmatica6.yml +++ b/playbooks/tasks/game/minecraft-enigmatica6.yml @@ -11,7 +11,8 @@ ARGS: "-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" JRE_XMX: 6G JRE_XMS: 4G - FORGE_PACK_ZIP: "https://srv.9iron.club/files/packs/1.16.5-enigmatica-6/server.zip" + #FORGE_PACK_ZIP: "https://srv.9iron.club/files/packs/1.16.5-enigmatica-6/server.zip" + FORGE_PACK_ZIP: "https://srv.9iron.club/files/packs/1.16.5-enigmatica-6/enigmatica6-server-0.5.25-packed.zip" ports: - "40503:25565/tcp" - "40503:25565/udp"