diff options
-rwxr-xr-x | Meta/run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Meta/run.sh b/Meta/run.sh index 01da51aa49..b744af3c38 100755 --- a/Meta/run.sh +++ b/Meta/run.sh @@ -18,7 +18,7 @@ die() { [ -z "$SERENITY_KERNEL_CMDLINE" ] && SERENITY_KERNEL_CMDLINE="hello" -[ -z "$SERENITY_RAM_SIZE" ] && SERENITY_RAM_SIZE=256M +[ -z "$SERENITY_RAM_SIZE" ] && SERENITY_RAM_SIZE=512M [ -z "$SERENITY_QEMU_CPU" ] && SERENITY_QEMU_CPU="max" |