Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memory pressure while downloading a large size file using GoldRaccoon #30

Open
htaiwan opened this issue Jun 29, 2015 · 1 comment
Open

Comments

@htaiwan
Copy link

htaiwan commented Jun 29, 2015

I use GoldRaccoon as my 3rd ftp library. When I download large size (> 500MB) file, my app will crash in memory pressure. The snapshot as below that using instrument to detect the memory allocations in my app. How do I handle these allocation when getting low memory warning ??

screen shot 2015-06-29 at 10 14 19 am

@ValentinKuznetsov
Copy link

Agree, this happens because the downloaded data is not written to the disk chunk by chunk, but stored in the memory instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants