Skip to content

What is the limit of connection pool size for s3 client? #3065

Answered by debora-ito
sfc-gh-schen asked this question in Q&A
Discussion options

You must be logged in to vote

In theory, the upper limit of max connections is the maximum number of file descriptors your operating system can have.

Note that increasing the number of concurrent connections can increase client throughput, but it also means more resources your application has to manage simultaneously.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@sfc-gh-schen
Comment options

Answer selected by sfc-gh-schen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants