From 54c66b8f7be392ffb0a41abaaec9500ffad8a8ed Mon Sep 17 00:00:00 2001 From: Tom Date: Thu, 31 Dec 2020 17:13:52 -0700 Subject: Meta: Bump default RAM size to 512MB Now that we commit memory, we need a lot more physical memory. Physical memory requirements can be reduced again once we have memory swapping, which allows the swap area/file to be counted against memory that can be committed. --- Meta/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Meta') 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" -- cgit v1.2.3