mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-21 21:43:08 +00:00
Bump RAM on x86_64 machines to 3G
Workstation tests on Rawhide are getting OOM killed. Let's see if this helps. All the other arches have this much already, and the worker hosts can handle it. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
8f75386838
commit
5b897801bf
@ -7,7 +7,7 @@
|
||||
"PART_TABLE_TYPE": "mbr",
|
||||
"QEMUCPU": "Nehalem",
|
||||
"QEMUCPUS": "2",
|
||||
"QEMURAM": "2048",
|
||||
"QEMURAM": "3072",
|
||||
"QEMUVGA": "virtio",
|
||||
"QEMU_VIRTIO_RNG": "1",
|
||||
"WORKER_CLASS": "qemu_x86_64"
|
||||
@ -68,7 +68,7 @@
|
||||
"PART_TABLE_TYPE": "gpt",
|
||||
"QEMUCPU": "Nehalem",
|
||||
"QEMUCPUS": "2",
|
||||
"QEMURAM": "2048",
|
||||
"QEMURAM": "3072",
|
||||
"QEMUVGA": "virtio",
|
||||
"QEMU_VIRTIO_RNG": "1",
|
||||
"UEFI": "1",
|
||||
|
Loading…
Reference in New Issue
Block a user