-
Notifications
You must be signed in to change notification settings - Fork 180
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 Leak s3gof3r/pool.go #129
Comments
Anyway,
|
@fakarakas : Should you close this issue ? |
For what it's worth, I'm experiencing this same issue |
I'm seeing this specifically when uploading a large number of small files (000s). Can reduce the impact by reducing concurrency + part size but still seeing memory use grow indefinitely |
We were seeing behavior matching all these symptoms, and it turned out there was a reader we forgot to call Line 113 in 864ae0b
|
Hello,
I am currently writing a webservice to centralize the upload to S3 for different applications. This webservice is using s3gof3r for the upload and download.
I run some stress test with 20 concurrent uploads of 100 MB and i got a large memory usage.
The issue seems to come from pool.go, is there anyway to tweak the API for a less memory consumption ? Thanks
pprof output
The text was updated successfully, but these errors were encountered: