mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:57:35 +00:00
run: Bump default RAM size from 128 MB to 256 MB
This commit is contained in:
parent
d7e8431cdb
commit
806f19d647
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ cd "$script_path"
|
|||
|
||||
[ -z "$SERENITY_KERNEL_CMDLINE" ] && SERENITY_KERNEL_CMDLINE="hello"
|
||||
|
||||
[ -z "$SERENITY_RAM_SIZE" ] && SERENITY_RAM_SIZE=128M
|
||||
[ -z "$SERENITY_RAM_SIZE" ] && SERENITY_RAM_SIZE=256M
|
||||
|
||||
[ -z "$SERENITY_COMMON_QEMU_ARGS" ] && SERENITY_COMMON_QEMU_ARGS="
|
||||
$SERENITY_EXTRA_QEMU_ARGS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue