From d4bbc144a4327caf437cb59c2867f4befccb648a Mon Sep 17 00:00:00 2001 From: Yehuda Lebi Date: Mon, 11 May 2026 18:26:24 +0300 Subject: [PATCH] fix: raise scylla-helper.slice CPUWeight from 10 to 100 to prevent node_exporter CPU starvation Closes scylladb/scylladb#29839 (cherry picked from commit 6307e1779541a1385be23891efabca8133590f25) Closes scylladb/scylladb#29949 --- dist/common/systemd/scylla-helper.slice | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/common/systemd/scylla-helper.slice b/dist/common/systemd/scylla-helper.slice index 96bd25020a..89dfadf89f 100644 --- a/dist/common/systemd/scylla-helper.slice +++ b/dist/common/systemd/scylla-helper.slice @@ -7,7 +7,7 @@ MemoryAccounting=true IOAccounting=true CPUAccounting=true -CPUWeight=10 +CPUWeight=100 IOWeight=10 # MemoryHigh is the throttle point