koji_builder: disable/stop systemd-oomd on builders
systemd-oomd seems to be a bit eager and kills builds before the kernel OOM would have. Disable it for now and see if it helps memory hungry builds any. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
7702ab7584
commit
debbc13616
1 changed files with 6 additions and 0 deletions
|
@ -350,3 +350,9 @@
|
||||||
- koji_builder
|
- koji_builder
|
||||||
- koji_builder/rngd
|
- koji_builder/rngd
|
||||||
when: ansible_architecture != 's390x' and ansible_architecture != 'ppc64le'
|
when: ansible_architecture != 's390x' and ansible_architecture != 'ppc64le'
|
||||||
|
|
||||||
|
- name: disable systemd-oomd we do not need or want it
|
||||||
|
service: name=systemd-oomd state=stopped enabled=no
|
||||||
|
tags:
|
||||||
|
- koji_builder
|
||||||
|
- koji_builder/oomd
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue