From 71be8ea362dd7c3fa79bec7dd310fe864fe4135a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 30 Apr 2026 15:22:53 +0200 Subject: [PATCH] fix: increase granian memory limit The restart does not seem to be gracefully and can leave db connections behind, so reduce amount of restarts. --- etc/supervisor/conf.d/web.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/supervisor/conf.d/web.conf b/etc/supervisor/conf.d/web.conf index 9469ff22e..86e332c44 100644 --- a/etc/supervisor/conf.d/web.conf +++ b/etc/supervisor/conf.d/web.conf @@ -1,7 +1,7 @@ [program:granian] command = /app/venv/bin/granian --no-ws - --workers-max-rss 350 + --workers-max-rss 450 --runtime-mode mt --interface wsgi --runtime-threads 2