From 401c1f9a00901b96e998f43b24d681bc625fc107 Mon Sep 17 00:00:00 2001 From: panxiao81 Date: Wed, 16 Sep 2026 17:38:08 +0000 Subject: [PATCH] =?UTF-8?q?=E5=85=B1=E4=BA=AB=20guest=20memfd=20=E9=81=BF?= =?UTF-8?q?=E5=85=8D=20LXC=20=E5=86=85=E5=AD=98=E5=8F=8C=E9=87=8D=E8=AE=A1?= =?UTF-8?q?=E8=B4=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/microvm-runner-launch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/microvm-runner-launch b/scripts/microvm-runner-launch index 4a29308..299cb0f 100755 --- a/scripts/microvm-runner-launch +++ b/scripts/microvm-runner-launch @@ -75,7 +75,7 @@ ip link set "$tap" up if timeout --signal=TERM --kill-after=30s "$vm_timeout" "$cloud_hypervisor" \ --firmware "$firmware" \ --cpus "boot=$cpus" \ - --memory "size=$memory" \ + --memory "size=$memory,shared=on" \ --disk "path=$overlay,image_type=qcow2,direct=on,sparse=off" \ --disk "path=$seed,readonly=on,image_type=raw,direct=on,sparse=off" \ --net "tap=$tap,mac=$mac" \