From 3da96519d06062813353b4b753759dd593bf23c6 Mon Sep 17 00:00:00 2001 From: LUIS CUEVAS Date: Fri, 6 Nov 2020 11:02:27 -0500 Subject: [PATCH] Update entrypoint.sh --- scripts/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/entrypoint.sh b/scripts/entrypoint.sh index 3c6afcb..98d8d62 100755 --- a/scripts/entrypoint.sh +++ b/scripts/entrypoint.sh @@ -52,7 +52,7 @@ udhcpd -I $DUMMY_DHCPD_IP -f $DHCPD_CONF_FILE & exec qemu-system-x86_64 \ -nographic -serial mon:stdio \ -vnc 0.0.0.0:0 \ - --m 512 \ + -m 512 \ -smp 4,sockets=1,cores=4,threads=1 \ -nic tap,id=qemu0,script=$QEMU_IFUP,downscript=$QEMU_IFDOWN \ "$@" \