mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-02-23 23:54:31 +00:00
give kiwi_build more CPUs and RAM
More CPUs should speed up the builds a bit (and I *hope* the hosts can take it, if not we can back this off). More RAM should prevent erofs live image builds being killed due to OOM, we hope. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
728f785a41
commit
bbbe9f9613
@ -451,6 +451,8 @@
|
|||||||
"MAX_JOB_TIME": "10800",
|
"MAX_JOB_TIME": "10800",
|
||||||
"+NUMDISKS": "3",
|
"+NUMDISKS": "3",
|
||||||
"POSTINSTALL": "_kiwi_build",
|
"POSTINSTALL": "_kiwi_build",
|
||||||
|
"QEMUCPUS": "4",
|
||||||
|
"QEMURAM": "8192",
|
||||||
"ROOT_PASSWORD": "weakpassword",
|
"ROOT_PASSWORD": "weakpassword",
|
||||||
"USER_LOGIN": "false"
|
"USER_LOGIN": "false"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user