mirror of
https://github.com/systemd/systemd.git
synced 2024-12-23 21:35:11 +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%
|