mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-22 12:35:14 +00:00
run: Bump default RAM size from 128 MB to 256 MB
This commit is contained in:
parent
d7e8431cdb
commit
806f19d647
Notes:
sideshowbarker
2024-07-19 10:02:12 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/806f19d6474
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
Reference in a new issue