mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-30 21:41:53 +08:00
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:
@@ -350,3 +350,9 @@
|
||||
- koji_builder
|
||||
- koji_builder/rngd
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user