Salt
714e78b4d7
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.
26 lines
1.4 KiB
YAML
26 lines
1.4 KiB
YAML
# vim:ft=ansible:
|
|
- name: docker deploy minecraft enigmatica6
|
|
docker_container:
|
|
name: enigmatica6
|
|
state: started
|
|
image: rehashedsalt/minecraft-forge:1.16.5-36.2.22-openjdk11
|
|
restart_policy: unless-stopped
|
|
pull: yes
|
|
env:
|
|
TZ: "America/Chicago"
|
|
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/enigmatica6-server-0.5.25-packed.zip"
|
|
ports:
|
|
- "40503:25565/tcp"
|
|
- "40503:25565/udp"
|
|
volumes:
|
|
- /data/minecraft/enigmatica6/backups:/minecraft/backups
|
|
- /data/minecraft/enigmatica6/logs:/minecraft/logs
|
|
- /data/minecraft/enigmatica6/ops.json:/minecraft/ops.json
|
|
- /data/minecraft/enigmatica6/server.properties:/minecraft/server.properties
|
|
- /data/minecraft/enigmatica6/world:/minecraft/world
|
|
tags: [ docker, minecraft, botania, survival ]
|