copr-builders: drop the previous OOM killer fix attempt
Relates: https://pagure.io/copr/copr/issue/2136
This commit is contained in:
parent
58dd80c799
commit
73725efd68
1 changed files with 4 additions and 1 deletions
|
@ -117,11 +117,14 @@
|
||||||
state: stopped
|
state: stopped
|
||||||
enabled: no
|
enabled: no
|
||||||
|
|
||||||
|
# TODO: remove entirely once this isn't baked into images
|
||||||
- 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: 2
|
||||||
state: present
|
state: absent
|
||||||
|
when:
|
||||||
|
- prepare_base_image is not defined
|
||||||
|
|
||||||
- name: install copr-builder and other latest packages
|
- name: install copr-builder and other latest packages
|
||||||
dnf: state=latest pkg={{ packages }}
|
dnf: state=latest pkg={{ packages }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue