Closed GoogleCodeExporter closed 9 years ago
This is an exception, not really a crash.
"unable to allocate memory for length (1572864)'" implies your app has run out
of memory; a 1.5 megabyte allocation should not be excessive
Original comment by gregrobbins
on 6 Sep 2010 at 9:46
to the user exception is similar to crash :) do you think worth trying to check
if application has required amount of free memory? if we know that application
doesn't have enough free memory we could gracefully return error and do not
crash.
Original comment by igor.sol...@gmail.com
on 7 Sep 2010 at 7:21
There's not really a way to make the judgement on behalf of the application.
Some will download tiny feeds; some will download huge feeds. Nor is there much
point; if the app fails now with a 1.5 MB allocation, there's a good chance it
would fail soon somewhere else. The OS isn't designed for reliable behavior
under very low memory.
In this case, it's likely something in the application is already leaking a lot
of memory.
Original comment by gregrobbins
on 8 Sep 2010 at 6:59
ok, I agree. need to work on reducing application's memory footprint. thank you
Original comment by igor.sol...@gmail.com
on 9 Sep 2010 at 8:43
Original comment by gregrobbins
on 10 Sep 2010 at 12:45
Original issue reported on code.google.com by
igor.sol...@gmail.com
on 6 Sep 2010 at 12:57