From f1b71d983ace29e7557af64c8da70ebf0499c97f Mon Sep 17 00:00:00 2001 From: Yuan Liu Date: Tue, 13 Aug 2019 13:29:21 +0800 Subject: [PATCH] dm: expand default WaaG memory to 4G This patch is used to expand WaaG memory from 2G to 4G in launch script. Tracked-On: #3576 Signed-off-by: Yuan Liu Acked-by: Yu Wang --- devicemodel/samples/nuc/launch_win.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devicemodel/samples/nuc/launch_win.sh b/devicemodel/samples/nuc/launch_win.sh index b7d6c0df5..65db8def9 100755 --- a/devicemodel/samples/nuc/launch_win.sh +++ b/devicemodel/samples/nuc/launch_win.sh @@ -17,7 +17,7 @@ echo "8086:9d71" > /sys/bus/pci/drivers/pci-stub/new_id echo "0000:00:1f.3" > /sys/bus/pci/drivers/pci-stub/bind #for memsize setting -mem_size=2048M +mem_size=4096M acrn-dm -A -m $mem_size -c $2 -s 0:0,hostbridge -s 1:0,lpc -l com1,stdio \ -s 2,pci-gvt -G "$3" \