chore(deploy): 补齐连接池默认与 8G 参数

This commit is contained in:
yangjianbo
2026-02-06 20:44:08 +08:00
parent 2d4bbbf49d
commit de753a149e
4 changed files with 13 additions and 10 deletions

View File

@@ -170,7 +170,7 @@ services:
- "-c"
- "shared_buffers=${POSTGRES_SHARED_BUFFERS:-1GB}"
- "-c"
- "effective_cache_size=${POSTGRES_EFFECTIVE_CACHE_SIZE:-4GB}"
- "effective_cache_size=${POSTGRES_EFFECTIVE_CACHE_SIZE:-6GB}"
- "-c"
- "maintenance_work_mem=${POSTGRES_MAINTENANCE_WORK_MEM:-128MB}"
healthcheck: