Out of memory allocating 65536 bytes
-
wrote on 12 Sept 2010, 13:20 last edited by
I have problem when compiling for device <<out of memory allocating 65536 bytes>>. My project contains resource file 6Mb. Can anyone help me to solve this problem?
What is the maximum size for project?
-
wrote on 12 Sept 2010, 14:54 last edited by
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.
-
wrote on 12 Sept 2010, 15:21 last edited by
when i compile it show: @out of memory allocating 65536 bytes@
when this message appear compiling stop.
-
wrote on 13 Sept 2010, 02:09 last edited by
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,
-
wrote on 13 Sept 2010, 04:10 last edited by
see this "bug":http://bugreports.qt.nokia.com/browse/QTBUG-6199
-
wrote on 13 Sept 2010, 04:42 last edited by
I couldn't find any solution in the Bug. Could you please tell me in detail?
Thanks,
-
wrote on 13 Sept 2010, 04:58 last edited by
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...
-
wrote on 13 Sept 2010, 06:14 last edited by
THANK you so much for your help.
-
wrote on 13 Sept 2010, 06:15 last edited by
[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.
5/9