Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Duplicate
-
2.5.0
-
None
-
None
Description
When using the FileTransfer class for downloading files to the native filesystem, the download always fails for very large files (> 100 Megs). I noticed that, on the native side, the data are collected in memory and written to the filesystem only when the download process completes successfully. That may cause an out-of-memory exception if the total data do not fit into the RAM.
Attachments
Issue Links
- duplicates
-
CB-2537 Out of memory errors : FileTransfer download fails for large files over a certain size
- Closed