From 816152b40d51cb96a5cafeb7d5ee14cef0d7fb23 Mon Sep 17 00:00:00 2001 From: Yannik <80621863+vaporvee@users.noreply.github.com> Date: Sun, 22 Jun 2025 01:43:54 +0200 Subject: [PATCH] Updated How to allocate more memory to your Minecraft instance (markdown) --- ...e-more-memory-to-your-Minecraft-instance.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/How-to-allocate-more-memory-to-your-Minecraft-instance.md b/How-to-allocate-more-memory-to-your-Minecraft-instance.md index 1a4353c..709c084 100644 --- a/How-to-allocate-more-memory-to-your-Minecraft-instance.md +++ b/How-to-allocate-more-memory-to-your-Minecraft-instance.md @@ -4,4 +4,20 @@ Modrinth Settings 2. Under **Java memory**, drag the slider or input the desired amount.
- Modrinth Memory \ No newline at end of file + Modrinth Memory + +# Minecraft Launcher + +1. Open the Launcher and verify you’re on the Java Edition section of the launcher. + +2. Click on the installations tab and find which installation you want to allocate more RAM to.Accessing the installations tab in the Minecraft Launcher +![image](https://github.com/user-attachments/assets/88239691-7b8a-454d-a033-8200c5f5d34d) + +3. Hover over the installation you want to allocate more RAM to and click on the more options (3-dot menu) and click on edit. +![image](https://github.com/user-attachments/assets/ccc550db-0fe4-4bd4-900f-a7caecd52ed3) + +4. Click on the More Options text.
+ ![image](https://github.com/user-attachments/assets/594fa02d-1b20-4343-b737-73a0407282f9) + +5. Change the number after the argument `-Xmx` to allocate more RAM. (i.e. `-Xmx1G` = 1GB of RAM, `-Xmx6G` = 6GB of RAM etc.) +![image](https://github.com/user-attachments/assets/ab087670-5c4f-43ed-a3b8-689ef98021eb)