You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: