mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-21 20:51:25 +00:00
Try harder to apply that 3GiB RAM setting
Seems it may need the magic override... Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
ee3c27ccb7
commit
6a46dfc2a4
@ -129,7 +129,7 @@
|
||||
"distri": "fedora",
|
||||
"flavor": "Everything-boot-iso",
|
||||
"settings": {
|
||||
"QEMURAM": 3072,
|
||||
"+QEMURAM": 3072,
|
||||
"TEST_TARGET": "ISO"
|
||||
},
|
||||
"version": "*"
|
||||
@ -200,7 +200,7 @@
|
||||
"distri": "fedora",
|
||||
"flavor": "Server-boot-iso",
|
||||
"settings": {
|
||||
"QEMURAM": 3072,
|
||||
"+QEMURAM": 3072,
|
||||
"TEST_TARGET": "ISO"
|
||||
},
|
||||
"version": "*"
|
||||
|
Loading…
Reference in New Issue
Block a user