Out of memory allocating 65536 bytes
-
What is the problem? I do not understand it from your description. What are you trying to do and what does not work? Please provide the exact error message (if one is given). Thanks.
-
Can anyone help me? My project contain images about 6mb. My project can compile and run on simulator but cannot compile for device. When I compile, it show message @out of memory allocating 65536 bytes@ and compiler stop. If I delete some images, I can compile and run on device.
How can I compile my project for real device?
Thanks,
-
see this "bug":http://bugreports.qt.nokia.com/browse/QTBUG-6199
-
if this is the same issue you are facing, then this is still an open bug in Qt. You can vote for it in the same link if you want this to be fixed soon, you can also add your environment details...
-
[quote author="cheng" date="1284352976"]I couldn't find any solution in the Bug. Could you please tell me in detail?
Thanks,[/quote]
Seems the issue is certainly the same as chetan has pointed out. You can now try to either reduce your resources size or try on a machine with more than 4 MB RAM.