mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
Meta: Bump default RAM size to 512MB
Now that we commit memory, we need a lot more physical memory. Physical memory requirements can be reduced again once we have memory swapping, which allows the swap area/file to be counted against memory that can be committed.
This commit is contained in:
parent
476f17b3f1
commit
54c66b8f7b
Notes:
sideshowbarker
2024-07-19 00:14:26 +09:00
Author: https://github.com/tomuta Commit: https://github.com/SerenityOS/serenity/commit/54c66b8f7be Pull-request: https://github.com/SerenityOS/serenity/pull/4707
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ die() {
|
||||||
|
|
||||||
[ -z "$SERENITY_KERNEL_CMDLINE" ] && SERENITY_KERNEL_CMDLINE="hello"
|
[ -z "$SERENITY_KERNEL_CMDLINE" ] && SERENITY_KERNEL_CMDLINE="hello"
|
||||||
|
|
||||||
[ -z "$SERENITY_RAM_SIZE" ] && SERENITY_RAM_SIZE=256M
|
[ -z "$SERENITY_RAM_SIZE" ] && SERENITY_RAM_SIZE=512M
|
||||||
|
|
||||||
[ -z "$SERENITY_QEMU_CPU" ] && SERENITY_QEMU_CPU="max"
|
[ -z "$SERENITY_QEMU_CPU" ] && SERENITY_QEMU_CPU="max"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue