From 9f6ee94eab0a68f72a4faf0d755895a123c738ae Mon Sep 17 00:00:00 2001 From: prollysamz Date: Sun, 14 Jun 2026 02:21:27 +0530 Subject: [PATCH] fix: The launcher instanly crashes when opening minecraft (#236) Refs: https://github.com/AngelAuraMC/Amethyst-iOS/issues/236 --- Natives/JavaLauncher.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Natives/JavaLauncher.m b/Natives/JavaLauncher.m index 6e22c7f46a..aa1e5342a3 100644 --- a/Natives/JavaLauncher.m +++ b/Natives/JavaLauncher.m @@ -211,7 +211,7 @@ int launchJVM(NSString *username, id launchTarget, int width, int height, int mi } else { allocmem = getPrefInt(@"java.allocated_memory"); } - NSLog(@"[JavaLauncher] Max RAM allocation is set to %d MB", allocmem); + NSLog(@"[JavaLauncher] Max RAM allocation is set to %d MB", 960); if (!validateVirtualMemorySpace(allocmem)) { UIKit_returnToSplitView(); if (getEntitlementValue(@"com.apple.developer.kernel.increased-memory-limit")) {