etc/security/limits.d/00-cputime.conf: initial commit

This commit is contained in:
Aminda Suomalainen 2024-07-31 23:28:38 +03:00
parent 6a759bfd11
commit b470649d3a
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -0,0 +1,8 @@
# TODO: I don't think I understand cpu time properly and I don't feel
# qualified to judge how to restrict it. These numbers are taken from
# "man limits.conf", although they were swapped and they didn't originally
# blanket apply to asterisk.
# My goal here would be workaround difficult Matrix clients and compliment
# systemd-oomd, which handles the memory management.
* soft cpu 5000
* hard cpu 10000