mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-06 17:39:22 +01:00
8 lines
223 B
Plaintext
8 lines
223 B
Plaintext
# This file is intended to restrict all apps to 180 % CPU of dualcore, in
|
|
# hopes of preventing system freezing to that. Memory is handled by
|
|
# systemd-oomd.
|
|
[Slice]
|
|
CPUAccounting=true
|
|
CPUQuota=180%
|
|
# vim: filetype=systemd
|