Quote:
Originally Posted by stumped
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.