copr-builders: allow large memory allocations

This commit is contained in:
Pavel Raiskup 2022-02-09 15:00:11 +01:00
parent 7813a835d9
commit 3b9903252d

View file

@ -128,8 +128,8 @@
- name: disable kernel oom-killer, too, rhbz 2051154
sysctl:
name: vm.oom-kill
value: 0
name: vm.overcommit_memory
value: 2
state: present
- name: install copr-builder and other latest packages