fix: increase server mem limit to 6gb
This commit is contained in:
@@ -52,7 +52,7 @@ services:
|
|||||||
security_opt:
|
security_opt:
|
||||||
- seccomp=unconfined # This might help with browser sandbox issues
|
- seccomp=unconfined # This might help with browser sandbox issues
|
||||||
shm_size: '2gb' # Increase shared memory size for Chromium
|
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:
|
depends_on:
|
||||||
- postgres
|
- postgres
|
||||||
- minio
|
- minio
|
||||||
|
|||||||
Reference in New Issue
Block a user