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

When content-lenght is less than content-memory-threshold the copy operation is very slow in clammit #31

Open
zhaidarbek opened this issue Dec 24, 2021 · 0 comments

Comments

@zhaidarbek
Copy link

For example with content-memory-threshold=100mb and file size equal to 50mb the io.Copy(mb, input) in multireader.go takes about 10 minutes when running clammit inside docker container. If i lower content-memory-threshold to 10mb it takes about 30 seconds.

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

1 participant