Re: It seems that Qt does not release unused memory
Originally Posted by wysota
Try opening a large file, processing it and then repeating with a smaller file. You'll probably notice the memory footprint remains the same, which means the memory for the smaller file was allocated from within the previously deallocated chunk.
This is exactly what is happening.
I could try to use all available memory with another program and see if the memory footprint is reduced.
I'll try it asap!
Thanks
Bookmarks