mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-02 21:17:01 +00:00
fix: raise scylla-helper.slice CPUWeight from 10 to 100 to prevent node_exporter CPU starvation
Closes scylladb/scylladb#29839
(cherry picked from commit 6307e17795)
Closes scylladb/scylladb#29949
This commit is contained in:
committed by
Botond Dénes
parent
b617cd8c02
commit
d4bbc144a4
2
dist/common/systemd/scylla-helper.slice
vendored
2
dist/common/systemd/scylla-helper.slice
vendored
@@ -7,7 +7,7 @@ MemoryAccounting=true
|
||||
IOAccounting=true
|
||||
CPUAccounting=true
|
||||
|
||||
CPUWeight=10
|
||||
CPUWeight=100
|
||||
IOWeight=10
|
||||
|
||||
# MemoryHigh is the throttle point
|
||||
|
||||
Reference in New Issue
Block a user