【发布时间】:2010-05-30 10:04:00
【问题描述】:
当我从网站下载大数据时,我得到了这个错误信息:
I/global (20094): Default buffer size used in BufferedInputStream constructor.
It would be better to be explicit if an 8k buffer is required.
D/dalvikvm(20094): GC freed 6153 objects / 3650840 bytes in 335ms
I/dalvikvm-heap(20094): Forcing collection of SoftReferences for 3599051-byte al
location
D/dalvikvm(20094): GC freed 320 objects / 11400 bytes in 144ms
E/dalvikvm-heap(20094): Out of memory on a 3599051-byte allocation.
I/dalvikvm(20094): "Thread-9" prio=5 tid=17 RUNNABLE
I/dalvikvm(20094): | group="main" sCount=0 dsCount=0 s=0 obj=0x439b9480
I/dalvikvm(20094): | sysTid=25762 nice=0 sched=0/0 handle=4065496
谁能帮帮我?
【问题讨论】:
-
它显然内存不足...您到底需要什么帮助?
-
至少提供完整的堆栈跟踪和一些有关如何下载数据的上下文信息(请参阅,错误消息说的是 BufferedInputStream)
标签: android out-of-memory