-
Notifications
You must be signed in to change notification settings - Fork 7
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
MemoryError #5
Comments
It's definitely a bug. Even though requests library itself support uploading large files, smartfile library doesn't.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I try to upload a file with
I get a MemoryError. It is because my server has only 512 mb ram and my upload size does not fit into memory usually. I think it is possible to do a streaming upload but I don't have enough knowledge on requests library.
The text was updated successfully, but these errors were encountered: