View Single Post
Old 05-20-2020, 09:05 AM   #19
chaley
Grand Sorcerer
chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.
 
Posts: 12,450
Karma: 8012886
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
Quote:
Originally Posted by stumped View Post
thought so.

well my tests with 150Mb and 270Mb files worked ok. same CC app.

so i think its probably a google drive issue

unless someone can replicate the error outside of using google drive as the source
The error in post one says that CC is running out of memory.
Specifically
Code:
java.lang.OutOfMemoryError: 
Failed to allocate 139,927,976 bytes
Free memory: 25,149,440 bytes
Memory until OutOfMemory: 53MB
max allowed footprint 170,714,096 bytes
growth limit 201,326,592 bytes
The important lines are Free Memory and OutOfMemory. IIUC that is saying that at most some 78MB (53 + 25) is available for an allocation of 150MB (not GB ). I don't recall if Google Drive supports paged fetching, which is required in this case.

My guess is that the OP's device doesn't have much RAM.
chaley is offline   Reply With Quote