mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-15 14:13:56 +01:00
Disable memory reserve allocating
This commit is contained in:
parent
93a2600891
commit
079a41f4c4
1 changed files with 9 additions and 0 deletions
|
@ -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);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue