copr: use SwapUsedLimit=80 for systemd-oomd on all copr servers

This commit is contained in:
Jakub Kadlcik 2022-11-29 22:24:33 +01:00
parent 5107c13c9c
commit 1e56a328b8
2 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1,2 @@
[OOM]
SwapUsedLimit=80

View file

@ -29,6 +29,11 @@
tags:
- config
- name: install custom systemd service files
copy: src=systemd dest=/etc
tags:
- config
- name: configure crond
copy: src=sysconfig.crond dest=/etc/sysconfig/crond
notify: restart crond