mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 09:21:26 +03:00
11 lines
208 B
SYSTEMD
11 lines
208 B
SYSTEMD
[Unit]
|
|
Description=Test slice for memory pressure kills
|
|
|
|
[Slice]
|
|
CPUAccounting=true
|
|
MemoryAccounting=true
|
|
IOAccounting=true
|
|
TasksAccounting=true
|
|
ManagedOOMMemoryPressure=kill
|
|
ManagedOOMMemoryPressureLimit=1%
|