2024-01-27 20:06:03 +01:00
|
|
|
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
|
|
From: Warrior <50800980+Warriorrrr@users.noreply.github.com>
|
|
|
|
Date: Thu, 18 Jan 2024 23:25:09 +0100
|
|
|
|
Subject: [PATCH] Disable memory reserve allocating
|
|
|
|
|
|
|
|
|
|
|
|
diff --git a/src/main/java/net/minecraft/CrashReport.java b/src/main/java/net/minecraft/CrashReport.java
|
2024-06-14 10:56:28 +02:00
|
|
|
index 268310642181a715815d3b2d1c0f090e6252971a..589a8bf75be6ccc59f1e5dd5d8d9afed41c4772d 100644
|
2024-01-27 20:06:03 +01:00
|
|
|
--- a/src/main/java/net/minecraft/CrashReport.java
|
|
|
|
+++ b/src/main/java/net/minecraft/CrashReport.java
|
2024-06-14 10:56:28 +02:00
|
|
|
@@ -253,7 +253,7 @@ public class CrashReport {
|
2024-01-27 20:06:03 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
public static void preload() {
|
|
|
|
- MemoryReserve.allocate();
|
|
|
|
+ // MemoryReserve.allocate(); // Paper - Disable memory reserve allocating
|
2024-06-14 10:56:28 +02:00
|
|
|
(new CrashReport("Don't panic!", new Throwable())).getFriendlyReport(ReportType.CRASH);
|
2024-01-27 20:06:03 +01:00
|
|
|
}
|
|
|
|
}
|