increase shared-mem setting of backend postgres container to 512mb

This commit is contained in:
Andreas Köpf
2023-02-10 07:49:11 +01:00
parent ebd05e8d32
commit 164617c445
+1
View File
@@ -21,6 +21,7 @@ services:
image: ghcr.io/laion-ai/open-assistant/oasst-postgres
pull_policy: always
restart: always
shm_size: 512mb
ports:
- 5432:5432
environment: