diff options
author | Andreas Kling <kling@serenityos.org> | 2021-09-19 22:34:04 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-09-19 22:34:43 +0200 |
commit | dd29abe4d654d25028c02d2a37835a2f7e738429 (patch) | |
tree | 80e18288039e38a289f3b5fff30f2d1d521dc1f0 /Meta | |
parent | 122f440672c0d887ce2e8e241b36d7139b4997f8 (diff) | |
download | serenity-dd29abe4d654d25028c02d2a37835a2f7e738429.zip |
Meta: Bump default VM memory size to 1 GiB
Diffstat (limited to 'Meta')
-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 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 |