Meta: Bump default VM memory size to 1 GiB

This commit is contained in:
Andreas Kling 2021-09-19 22:34:04 +02:00
parent 122f440672
commit dd29abe4d6
Notes: sideshowbarker 2024-07-18 03:38:52 +09:00

View File

@ -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