From ea724e0795ea8f6a4e9a11b4593dc7cd5f07fb9a Mon Sep 17 00:00:00 2001 From: Alec Murphy Date: Mon, 21 Apr 2025 19:44:02 -0400 Subject: [PATCH] Meta: Bump QEMU smp cores to 6 --- scripts/build-all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build-all b/scripts/build-all index 9390e55..fec5655 100755 --- a/scripts/build-all +++ b/scripts/build-all @@ -52,7 +52,7 @@ templeos_iso_file = build_options['templeos_iso_file'] if 'templeos_iso_file' in qemu_args = build_options['qemu_args'] if 'qemu_args' in build_options else [ '-display sdl,grab-mod=rctrl', '-enable-kvm', - '-smp cores=4', + '-smp cores=6', '-m 8192', '-netdev tap,id=mynet0,ifname=tap0,script=no,downscript=no', '-device ac97',