10-20-2012, 07:58 AM
It does open the file, and it even does proper collapsing, which is what I needed. Though it eats up 1 GiB of RAM for that and the collapsing takes some 5 minutes
I've come to the conclusion that the memory usage is caused by the leak finder - for each 12 bytes that the Lua engine requests it stores the entire stack, thus inflating the overall memory footprint several-times-fold.
When I compiled in Release mode (without the leakfinder), the memory usage didn't reach even 100 MiB.
I've come to the conclusion that the memory usage is caused by the leak finder - for each 12 bytes that the Lua engine requests it stores the entire stack, thus inflating the overall memory footprint several-times-fold.
When I compiled in Release mode (without the leakfinder), the memory usage didn't reach even 100 MiB.