From 4ffd68f2809a0637b665ded8e22db83bab02c76f Mon Sep 17 00:00:00 2001 From: Michal Konecny Date: Mon, 8 Jul 2024 15:18:49 +0200 Subject: [PATCH] Add Memory spikes to troubleshooting section Signed-off-by: Michal Konecny --- modules/sysadmin_guide/pages/mailman.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/sysadmin_guide/pages/mailman.adoc b/modules/sysadmin_guide/pages/mailman.adoc index 8cac006..fdf562e 100644 --- a/modules/sysadmin_guide/pages/mailman.adoc +++ b/modules/sysadmin_guide/pages/mailman.adoc @@ -173,3 +173,8 @@ These are the error messages that are common in mailman3 logs: + We don't have NNTP server and this couldn't be disabled in mailman3, so you can saw this error in logs, but it could be ignored. + +=== Memory spikes + +Mailman gunicorn http server sometimes has a memory spikes that could lead to some services +being killed by OOM killer. In this case just restart the mailman. See <>.