diff options
| author | dd <dd@wx.tnyzeq.icu> | 2024-06-27 20:00:07 +0200 |
|---|---|---|
| committer | dd <dd@wx.tnyzeq.icu> | 2024-06-27 20:00:07 +0200 |
| commit | c2b5a6e3cfef1434f5c1c57f3a0fee64b93dc18e (patch) | |
| tree | c28d6d11fcc213b30b58b498a98a4c4affc9a101 /scripts | |
| parent | abb760f219eb548bc7e2e3484872665797ff6142 (diff) | |
| parent | 6ebfc05dafe6eb5c2b9a01192596212e7653e78e (diff) | |
| download | vyos-build-c2b5a6e3cfef1434f5c1c57f3a0fee64b93dc18e.tar.gz vyos-build-c2b5a6e3cfef1434f5c1c57f3a0fee64b93dc18e.zip | |
Merge branch 'vyos:sagitta' into sagitta
Diffstat (limited to 'scripts')
| -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 997b68d1..007e0260 100755 --- a/scripts/check-qemu-install +++ b/scripts/check-qemu-install @@ -146,7 +146,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 \ |
