My QT static builds run out of memory on other systems -


When I design my application statically, it exceeds 5 MB, so it's a small, simple The program is. However, 3G can not run any system with Ram, saying that there is not enough memory. This program does not have a lot of hard work, and I have not done anything specifically to allocate memory. I believe that the low 1 MB built code can easily fill 10 GB memory.

Make sure your code does not use redundant memory.


Comments