Constant Memory Leak

Issue Type (Required):

Other

Issue Description (Required):

IS THIS EVER GOING TO BE FIXED!?

GUID: c8a5df45-3054-4dc5-8987-82008e65c0e8
Log File:
Info Type:

[Engine Error]: Not enough memory reserved for heap ‘lua_heap’, reserved: 1073741824, required: 1075838976, size: 2097152

Assertion failed size + commited <= heap->_reserved at D:\a\d\e2af82edaa31c93c6098ffbd561125ed\b0be1561439953a6\stingray\runtime\foundation\memory\heap_allocator.cpp:242 in function stingray::HeapAllocator::add_area_cb


Not a leak, the 1 GB allocated to the LUA Heap just isn’t enough it you run a lot of mods. Increase the allocation.

Would be awesome if FS made it easier, but here’s a quick guide how to increase it.