From 9bcbaa9aa0871f3958047d60bd6c7c24f155b848 Mon Sep 17 00:00:00 2001 From: Rohit Rajan Date: Fri, 6 Feb 2026 15:22:17 +0530 Subject: [PATCH] fix: increase server mem limit to 6gb --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 700303fd..a499c1b1 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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