copr: use SwapUsedLimit=80 for systemd-oomd on all copr servers
This commit is contained in:
parent
5107c13c9c
commit
1e56a328b8
2 changed files with 7 additions and 0 deletions
2
roles/copr/base/files/systemd/oomd.conf.d/50-swap.conf
Normal file
2
roles/copr/base/files/systemd/oomd.conf.d/50-swap.conf
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
[OOM]
|
||||||
|
SwapUsedLimit=80
|
|
@ -29,6 +29,11 @@
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
|
|
||||||
|
- name: install custom systemd service files
|
||||||
|
copy: src=systemd dest=/etc
|
||||||
|
tags:
|
||||||
|
- config
|
||||||
|
|
||||||
- name: configure crond
|
- name: configure crond
|
||||||
copy: src=sysconfig.crond dest=/etc/sysconfig/crond
|
copy: src=sysconfig.crond dest=/etc/sysconfig/crond
|
||||||
notify: restart crond
|
notify: restart crond
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue