From 1a00990f8548d550d7635b956a712c0824655b86 Mon Sep 17 00:00:00 2001 From: Ahurac Date: Tue, 23 Jan 2024 10:55:12 +0100 Subject: [PATCH] launchers/windows10 : ajout RAM explicite --- qemu/launchers/windows10 | 1 + 1 file changed, 1 insertion(+) diff --git a/qemu/launchers/windows10 b/qemu/launchers/windows10 index 7771830..ebf7582 100755 --- a/qemu/launchers/windows10 +++ b/qemu/launchers/windows10 @@ -2,6 +2,7 @@ # Store VM name in environment variable export QEMUSH_NAME +export QEMUSH_RAM=4G [ -z "$QEMUSH_NAME" ] && QEMUSH_NAME=$(basename "$0") # Launch the virtual machine