[Git][qa/jenkins.debian.net][master] Do not modify oom_score_adj of systemd
Holger Levsen (@holger)
gitlab at salsa.debian.org
Sat Nov 1 07:57:06 GMT 2025
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
eedb11f8 by Jochen Sprickerhof at 2025-11-01T08:56:57+01:00
Do not modify oom_score_adj of systemd
This leads to restarted systemd services inheriting the oom_score_adj
and eventually crashing the system.
(cherry picked from commit be3c0f02fe352adc7fffe7bd2f88740a7eafb3cb)
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_node_health_check.sh
Changes:
=====================================
bin/reproducible_node_health_check.sh
=====================================
@@ -250,7 +250,7 @@ loop_pids_and_adjust_oom_score() {
fi
done
}
-PROCESSES="systemd squid postgres"
+PROCESSES="squid postgres"
for i in $PROCESSES ; do
PIDS=$(pgrep -x $i || true)
loop_pids_and_adjust_oom_score $PIDS
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/eedb11f8baf94804f14fda16312a8375446a3017
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/eedb11f8baf94804f14fda16312a8375446a3017
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20251101/2964b1ce/attachment.htm>
More information about the Qa-jenkins-scm
mailing list