From dd29abe4d654d25028c02d2a37835a2f7e738429 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Sun, 19 Sep 2021 22:34:04 +0200 Subject: [PATCH] Meta: Bump default VM memory size to 1 GiB --- Meta/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Meta/run.sh b/Meta/run.sh index 179743eb9e..b2d8900221 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