mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-10 02:29:22 +01:00
90-cpuquota.conf: restrict CPUQuota further down to 90 %
My actual running configuration was 100 % while apparently this says 180 %
This commit is contained in:
parent
4581066f43
commit
3a7f029252
@ -3,5 +3,8 @@
|
|||||||
# systemd-oomd.
|
# systemd-oomd.
|
||||||
[Slice]
|
[Slice]
|
||||||
CPUAccounting=true
|
CPUAccounting=true
|
||||||
CPUQuota=180%
|
#CPUQuota=180%
|
||||||
|
# I don't enjoy the sound of fans screaming and I like responsiveness for
|
||||||
|
# commands to kill processes locking the system.
|
||||||
|
CPUQuota=90%
|
||||||
# vim: filetype=systemd
|
# vim: filetype=systemd
|
||||||
|
Loading…
Reference in New Issue
Block a user