Memory issue on Symbian^3
-
Hi All,
I'd like to know if someone know what is the max size that a Qt app could use of memory, because i've seen some strange behavoiur of my app.
Thanks. -
Assuming you are talking about Symbian, the max size is what is specified in your .pro file using the TARGET.EPOCHEAPSIZE variable. We have some default value which has changed over time, but I suggest you add your own value to your .pro file to specify what you need:
http://doc.trolltech.com/4.7/qmake-variable-reference.html#target-epocheapsize