diff --git a/ansible/files/pvp-config/spigot.yml b/ansible/files/pvp-config/spigot.yml index 225972b36..d42d10a12 100644 --- a/ansible/files/pvp-config/spigot.yml +++ b/ansible/files/pvp-config/spigot.yml @@ -21,7 +21,7 @@ settings: timeout-time: ${CIV_WATCHDOG_TIMEOUT_TIME} restart-on-crash: false restart-script: ./start.sh - netty-threads: 4 + netty-threads: 6 attribute: maxHealth: max: 2048.0 diff --git a/ansible/templates/stacks/minecraft.yml.j2 b/ansible/templates/stacks/minecraft.yml.j2 index 7dcf5a3ac..a187f4dd0 100644 --- a/ansible/templates/stacks/minecraft.yml.j2 +++ b/ansible/templates/stacks/minecraft.yml.j2 @@ -31,7 +31,7 @@ services: REPLACE_ENV_VARIABLE_PREFIX: 'CIV' INIT_MEMORY: 2G - MAX_MEMORY: 2G + MAX_MEMORY: 3G CIV_POSTGRES_HOST: minecraft_postgres CIV_POSTGRES_USERNAME: '{{secret.minecraft.postgres.username}}' CIV_POSTGRES_PASSWORD: '{{secret.minecraft.postgres.password}}'