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.
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.
I believe maximum size of memory you can allocate depends on amount of free memory, which in its turn depends on size of device's RAM and how many open applications you have.
You should explain what kind of strange behaviour you observe.
Depends on EPOCHEAPSIZE in the pro file. See http://discussion.forum.nokia.com/fo....pro-quot-file
What strange behavoir are you seeing?