13
0
geforkt von Mirrors/Paper

Disable memory reserve allocating

Dieser Commit ist enthalten in:
Warrior 2024-01-18 23:25:09 +01:00
Ursprung 93a2600891
Commit 079a41f4c4

Datei anzeigen

@ -11,3 +11,12 @@
}
public String getTitle() {
@@ -251,7 +253,7 @@
}
public static void preload() {
- MemoryReserve.allocate();
+ // MemoryReserve.allocate(); // Paper - Disable memory reserve allocating
(new CrashReport("Don't panic!", new Throwable())).getFriendlyReport(ReportType.CRASH);
}
}