copr-builders: drop the previous OOM killer fix attempt

Relates: https://pagure.io/copr/copr/issue/2136
This commit is contained in:
Pavel Raiskup 2022-03-23 15:25:33 +01:00
parent 58dd80c799
commit 73725efd68

View file

@ -117,11 +117,14 @@
state: stopped
enabled: no
# TODO: remove entirely once this isn't baked into images
- name: allow allocating large memory chunks on builders, rhbz 2051154
sysctl:
name: vm.overcommit_memory
value: 2
state: present
state: absent
when:
- prepare_base_image is not defined
- name: install copr-builder and other latest packages
dnf: state=latest pkg={{ packages }}