mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-06 07:02:18 -07:00
Disable memory reserve allocating
This commit is contained in:
@@ -11,3 +11,12 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
public String getTitle() {
|
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);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user