My first answer would be: use less memory by chopping up the large text file 
in chunks.

My second answer is this: Apart from setting null values to your (temporary) 
objects, try to call System.gc() as well. It *may* improve your situation 
somewhat, since Android's (DalvikVM's) garbage collector is non-compacting.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to