diff --git a/src/m_Do/m_Do_machine.cpp b/src/m_Do/m_Do_machine.cpp index ca347523d1..069e5f2487 100644 --- a/src/m_Do/m_Do_machine.cpp +++ b/src/m_Do/m_Do_machine.cpp @@ -859,7 +859,7 @@ int mDoMch_Create() { #endif archiveHeapSize *= 2; j2dHeapSize *= 2; - gameHeapSize *= 20; + 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);