mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-15 23:20:44 +00:00
increase proxy memory
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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}}'
|
||||
|
||||
Reference in New Issue
Block a user