mirror of
https://github.com/systemd/systemd.git
synced 2024-12-25 01:34:28 +03:00
11 lines
216 B
SYSTEMD
11 lines
216 B
SYSTEMD
|
[Unit]
|
||
|
Description=Test slice for memory pressure kills
|
||
|
|
||
|
[Slice]
|
||
|
CPUAccounting=true
|
||
|
MemoryAccounting=true
|
||
|
IOAccounting=true
|
||
|
TasksAccounting=true
|
||
|
ManagedOOMMemoryPressure=kill
|
||
|
ManagedOOMMemoryPressureLimitPercent=50%
|