copr-builders: attempt #2 to 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:40:12 +01:00
parent 73725efd68
commit 6c6a61f101

View file

@ -121,8 +121,8 @@
- name: allow allocating large memory chunks on builders, rhbz 2051154 - name: allow allocating large memory chunks on builders, rhbz 2051154
sysctl: sysctl:
name: vm.overcommit_memory name: vm.overcommit_memory
value: 2 value: 0
state: absent state: present
when: when:
- prepare_base_image is not defined - prepare_base_image is not defined