mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
* prevent the kernel from OOMKilling embassyd * privilege embassyd with respect to cpu usage * add a docker slice
9 lines
136 B
SYSTEMD
9 lines
136 B
SYSTEMD
[Unit]
|
|
Description=Slice that limits docker resources
|
|
Before=slices.target
|
|
|
|
[Slice]
|
|
MemoryAccounting=true
|
|
MemoryHigh=80%
|
|
MemoryMax=85%
|