diff options
author | dd <dd@wx.tnyzeq.icu> | 2024-06-14 17:00:11 +0200 |
---|---|---|
committer | dd <dd@wx.tnyzeq.icu> | 2024-06-14 17:00:11 +0200 |
commit | c3f3dc114e136392eef14c837f4a2b102c351515 (patch) | |
tree | d8c1423e7a57acf675a1de18654fa36a7382634d | |
parent | 56bed0f95c7f081a963a702b73a0108534ab8f99 (diff) | |
parent | 710351e0b53bc2fed5630a240070054939128825 (diff) | |
download | vyos-build-c3f3dc114e136392eef14c837f4a2b102c351515.tar.gz vyos-build-c3f3dc114e136392eef14c837f4a2b102c351515.zip |
Merge branch 'vyos:current' into current
-rwxr-xr-x | scripts/check-qemu-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/check-qemu-install b/scripts/check-qemu-install index b8f3806b..ea3aef63 100755 --- a/scripts/check-qemu-install +++ b/scripts/check-qemu-install @@ -150,7 +150,7 @@ def get_qemu_cmd(name, enable_kvm, enable_uefi, disk_img, raid=None, iso_img=Non -smp {cpucount},sockets=1,cores={cpucount},threads=1 \ -cpu host \ {uefi} \ - -m 3G \ + -m 4G \ -vga none \ -nographic \ -machine accel=kvm \ |