From 7ec4325973d13e5e8fb9829cdcbcd17b34977b08 Mon Sep 17 00:00:00 2001 From: Joel Falknau Date: Thu, 6 Mar 2025 12:27:52 +1000 Subject: [PATCH] add to group and memmon --- allianceauth/project_template/supervisor.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/allianceauth/project_template/supervisor.conf b/allianceauth/project_template/supervisor.conf index 9415764b..0eb748e4 100644 --- a/allianceauth/project_template/supervisor.conf +++ b/allianceauth/project_template/supervisor.conf @@ -53,12 +53,12 @@ stopsignal=INT {% endif %} [eventlistener:memmon] -command={{ memmon }} -p worker_00=256MB -p gunicorn=256MB +command={{ memmon }} -p worker_00=256MB -p worker_services_00=256MB -p gunicorn=256MB directory={{ project_directory }} events=TICK_60 stdout_logfile={{ project_directory }}/log/memmon.log stderr_logfile={{ project_directory }}/log/memmon.log [group:{{ project_name }}] -programs=beat,worker{% if gunicorn %},gunicorn{% endif %} +programs=beat,worker,worker_services{% if gunicorn %},gunicorn{% endif %} priority=999