copr-builders: allow large memory allocations
This commit is contained in:
parent
7813a835d9
commit
3b9903252d
1 changed files with 2 additions and 2 deletions
|
@ -128,8 +128,8 @@
|
||||||
|
|
||||||
- name: disable kernel oom-killer, too, rhbz 2051154
|
- name: disable kernel oom-killer, too, rhbz 2051154
|
||||||
sysctl:
|
sysctl:
|
||||||
name: vm.oom-kill
|
name: vm.overcommit_memory
|
||||||
value: 0
|
value: 2
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: install copr-builder and other latest packages
|
- name: install copr-builder and other latest packages
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue