increase proxy memory

This commit is contained in:
okx-code
2025-09-28 18:14:17 +01:00
parent 898be4aa32
commit ca656ff30f
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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}}'