Crash when downloading large files
See original GitHub issuewhen I use Rx2AndroidNetworking to download a 88M pdf file, it crashed.
here my code:
@Override public Observable<String> downloadFile(String fileUrl, String dirPath, String fileName) { return Rx2AndroidNetworking.download(fileUrl, dirPath, fileName) .build() .getDownloadObservable(); }
and this is the stacktrace:
what should i do?
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Windows 10 Freezes When Downloading Large Files
Hello everyone, Ive recently been having this weird issue where my PC is freezing when downloading large files. No BSOD, but I loose...
Read more >RAM Caps during downloads, computer crashes. (FIXED)
Hi,. I have been having a recurring issue where when downloading large files (one 44GB, the other 110GB), the RAM fills up and...
Read more >Large downloads cause whole system to freeze or crash
The weird thing is: When downloading other large files, i.e. games via EAs Origin Platform (BF4 ~ 30GB, or Star Citizen (~30 GB)...
Read more >Computer freezes while trying to download large files
Installed and reconized in my pc. Well, as I go to download a game file of about 40 GB, windows completely freezes. and...
Read more >Large file download keeps crashing : r/TOR - Reddit
I'm using TOR on a Win10 Sandbox to download a large zip file 3GB. No matter what I do, it's just not working....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I tried 30mb file, it’s working great, so closing the issue.
Ok, Let me come up with a solution.