geforkt von Mirrors/Paper
Disable memory reserve allocating
Dieser Commit ist enthalten in:
Ursprung
93a2600891
Commit
079a41f4c4
@ -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);
|
||||
}
|
||||
}
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren