Meta: Bump default VM memory size to 1 GiB
This commit is contained in:
parent
122f440672
commit
dd29abe4d6
Notes:
sideshowbarker
2024-07-18 03:38:52 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/dd29abe4d65
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue