Files
scylladb/dist/common/systemd/scylla-server.slice
Avi Kivity 1f6e3301e7 dist: systemd: drop deprecated CPU and I/O shares/weight from scylla-server.slice
The BlockIOWeight and CPUShares are deprecated. They are only used on
RHEL 7, which has reached end-of-life. Their replacements, IOWeight
and CPUWeight, are already set in the file.

Remove the deprecated settings to reduce noise in the logs.

Closes scylladb/scylladb#27222
2025-11-26 06:42:11 +02:00

13 lines
212 B
SYSTEMD

[Unit]
Description=Slice used to run Scylla. Maximum priority for IO and CPU
Before=slices.target
[Slice]
MemoryAccounting=true
IOAccounting=true
CPUAccounting=true
IOWeight=1000
MemorySwapMax=0
CPUWeight=1000