Merge pull request #612 from TwilitRealm/26-05-01-gameheap-size

Increase gameHeap size by an order of magnitude
This commit is contained in:
TakaRikka
2026-05-03 00:18:37 -07:00
committed by GitHub
+1 -1
View File
@@ -861,7 +861,7 @@ int mDoMch_Create() {
#endif
archiveHeapSize *= 2;
j2dHeapSize *= 2;
gameHeapSize *= 2;
gameHeapSize *= 20; // NOTE: increased from 2 to 20 to try to solve heap alloc crashes. maybe do a better fix later
#endif
JFWSystem::setSysHeapSize(arenaSize);