Multipart file encoding takes up a lot of memory #1659
Unanswered
mfleader
asked this question in
Potential Issue
Replies: 1 comment
-
That's surprising, since we do use incremental upload for multipart files... Line 136 in 776dbb5 Probably worth looking into some more. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Using httpx AsyncClient to post a file, takes up a lot of memory. Specifically posting a 10 GiB file caused the python process to go up to 20 GiB RAM for several seconds, and posting a 20 GiB file caused the python process to consume all of my available memory ~23 GiB for much longer.
Steps to reproduce the issue:
Beta Was this translation helpful? Give feedback.
All reactions