-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
s3 cp with max_concurrent_requests #5941
Comments
Hi @henriqueribeiro, I'm going to dig into it further, but I do not think it directly controls the number of threads, only the number of active requests. |
A |
1 similar comment
A |
|
thank you @kdaily |
F |
S |
F |
Az123456a |
Apologies for the delay. The We have it as a backlog item to look into the memory usage pattern to be sure that it matches expectations, but I don't have an update on when that will be done. I think we can close this in lieu of #5876 and #1670 since they are related and likely the same underlying issue. I don't think that directly adjusting the number of threads is really what you want - you just want to be sure that proper memory management is handled. |
Greetings! It looks like this issue hasn’t been active in longer than a week. We encourage you to check if this is still an issue in the latest release. Because it has been longer than a week since the last update on this, and in the absence of more information, we will be closing this issue soon. If you find that this is still a problem, please feel free to provide a comment or add an upvote to prevent automatic closure, or if the issue is already closed, please feel free to open a new one. |
Confirm by changing [ ] to [x] below:
Issue is about usage on:
Platform/OS/Hardware/Device
What are you running the cli on?
Describe the question
I want to reduce the number of threads used to copy a file from S3. I have been playing with
max_concurrent_requests
and it's not making sense to me. I'm trying to copy a single file (~41GB) to my local machines and if I setmax_concurrent_requests
to 1, I still get 5 threads copying the file. If I change it to 2, I get 6 threads. What is the rationale behind this?Also, looking into the documentation:
Does this configuration limit only the number of files concurrently copied and not the number of threads used for a single multipart file?
Logs/output
Get full traceback and error logs by adding
--debug
to the command.The text was updated successfully, but these errors were encountered: