fix: increase server mem limit to 6gb

This commit is contained in:
Rohit Rajan
2026-02-06 15:22:17 +05:30
parent 05d2684cd6
commit 9bcbaa9aa0

View File

@@ -52,7 +52,7 @@ services:
security_opt:
- seccomp=unconfined # This might help with browser sandbox issues
shm_size: '2gb' # Increase shared memory size for Chromium
mem_limit: 2g # Set a 2GB memory limit
mem_limit: 6g # Set 6GB memory limit
depends_on:
- postgres
- minio