|
发表于 2011-10-22 17:38:44
|
显示全部楼层
Re:Q
clm 的帖子
You are out of heap space. With a 16MB non-compacting heap, and the fact that a Cursor holds the entire result set in the heap, that is not out of the question.
CursorWindow only supports 1MB of data, which is what the error message suggests more directly.
If there is a logical way to divide your queries into discrete chunks, you could do incremental queries and use CursorJoiner to stitch them together, and see if that helps.
But, in all seriousness, 20,000+ rows in a 3.5" screen, on a device that most closely resembles a 12-year-old PC in horsepower, is really asking a lot. |
|