7 lines
212 B
YAML
7 lines
212 B
YAML
|
|
# SOLARIA-specific overrides for kb-postgres.
|
||
|
|
# SOLARIA has 64 GiB RAM; these limits are guard-rails against runaway growth,
|
||
|
|
# not a hard budget constraint like on VPS.
|
||
|
|
services:
|
||
|
|
kb-postgres:
|
||
|
|
mem_limit: 4g
|