diff --git a/Meta/run.sh b/Meta/run.sh index 179743eb9e8..b2d89002214 100755 --- a/Meta/run.sh +++ b/Meta/run.sh @@ -71,7 +71,7 @@ fi [ -z "$SERENITY_KERNEL_CMDLINE" ] && SERENITY_KERNEL_CMDLINE="hello" -[ -z "$SERENITY_RAM_SIZE" ] && SERENITY_RAM_SIZE=512M +[ -z "$SERENITY_RAM_SIZE" ] && SERENITY_RAM_SIZE=1G [ -z "$SERENITY_DISK_IMAGE" ] && { if [ "$SERENITY_RUN" = q35grub ] || [ "$SERENITY_RUN" = qgrub ]; then