launchers/windows10 : ajout RAM explicite

This commit is contained in:
Ahurac 2024-01-23 10:55:12 +01:00
parent 3959788711
commit 1a00990f85

View file

@ -2,6 +2,7 @@
# Store VM name in environment variable # Store VM name in environment variable
export QEMUSH_NAME export QEMUSH_NAME
export QEMUSH_RAM=4G
[ -z "$QEMUSH_NAME" ] && QEMUSH_NAME=$(basename "$0") [ -z "$QEMUSH_NAME" ] && QEMUSH_NAME=$(basename "$0")
# Launch the virtual machine # Launch the virtual machine