summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorGunnar Beutner <gbeutner@serenityos.org>2021-07-03 17:24:35 +0200
committerAndreas Kling <kling@serenityos.org>2021-07-03 20:08:54 +0200
commitf2dca54bf0ad011098137be0c225645fdde79c08 (patch)
tree12f9a38c71ec69228861c259a79218c494bc25e1 /Documentation
parent48f8dea28f2177b3c79c5b70b7ffe53fd6f43aae (diff)
downloadserenity-f2dca54bf0ad011098137be0c225645fdde79c08.zip
Documentation: Increase recommended amount of RAM
The VM won't boot with 32MB because GRUB won't be able to load the kernel which is about 114MB.
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/VirtualBox.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/VirtualBox.md b/Documentation/VirtualBox.md
index 12a5492796..5f484574a4 100644
--- a/Documentation/VirtualBox.md
+++ b/Documentation/VirtualBox.md
@@ -26,7 +26,7 @@ Note that if you are on Windows and you do not have QEMU or VirtualBox in your P
1. Open the **Create Virtual Machine** dialog. Switch to **Expert Mode**.
2. Feel free to give it any name and store it anywhere.
3. Switch the **Type** to **Other** and the **Version** to **Other/Unknown (64-bit)**.
-4. Serenity requires at minimum 32 MB of memory. Set **Memory size** equal to or above 32 MB. The currently recommended size is 256 MB. Please note that Serenity is currently a 32-bit system, so anything above the ~3.5 GB mark will not be recognized.
+4. Serenity requires at minimum 256 MB of memory. Set **Memory size** equal to or above 256 MB. The currently recommended size is 1024 MB. Please note that Serenity is currently a 32-bit system, so anything above the ~3.5 GB mark will not be recognized.
5. For **Hard disk**, select **Use an existing virtual hard disk file**. Click the folder icon next to the dropdown to open the **Hard Disk Selector**.
6. Click **Add**. Browse to where you stored the converted disk image from the previous stage and add it. Click **Choose**.
7. Finally click **Create**.