mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 00:51:24 +03:00
7417f06187
Pressure remains > 1% after a kill for some time and could cause testchill to get killed. Bumping the limit from 1% to 20% should help with this. Fixes #20118
11 lines
209 B
SYSTEMD
11 lines
209 B
SYSTEMD
[Unit]
|
|
Description=Test slice for memory pressure kills
|
|
|
|
[Slice]
|
|
CPUAccounting=true
|
|
MemoryAccounting=true
|
|
IOAccounting=true
|
|
TasksAccounting=true
|
|
ManagedOOMMemoryPressure=kill
|
|
ManagedOOMMemoryPressureLimit=20%
|