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
13 lines
212 B
SYSTEMD
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
|
|
|