Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Natives/JavaLauncher.m
Original file line number Diff line number Diff line change
Expand Up @@ -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")) {
Expand Down