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