KNOWN ISSUE: Out of Memory Crashes

Yep, it’s even in the console logs as a crash:

23:36:29.937 <<Crash>>Not enough memory reserved for heap 'lua_heap', reserved: 1073741824, required: 1075838976, size: 2097152

At `D:\a\d\rel_engine_darktide\release\rel_2023_10_16_Patch1.2.1x\runtime\foundation\memory\heap_allocator.cpp:171` in function `stingray::HeapAllocator::resize_heap`
<</Crash>>

I suspect it’s a large inventory issue but not much to go on so it’s pure conjecture, I wish there was a setting to increase the max heap manually, it’s set to 1 Gigabyte exactly ATM (1024 * 1024 * 1024 = 1073741824).

@FatsharkJulia is there a hidden ini setting somewhere to increase the LUA heap limit? I’d set it to 10gb just to buy me some time…

2 Likes