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

Too many thread created by AWS SDK #689

Open
ShadowySpirits opened this issue Nov 22, 2023 · 1 comment
Open

Too many thread created by AWS SDK #689

ShadowySpirits opened this issue Nov 22, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request s3stream

Comments

@ShadowySpirits
Copy link
Contributor

Every AWS SDK will create at least 64 threads.

img_v3_025c_a0acf615-c132-4f0f-a0c7-beef5572836g

When traffic comes in, more than 200 threads are created at once. It is meaningful to optimize the netty configuration for AWS SDK.

@superhx
Copy link
Contributor

superhx commented Nov 22, 2023

Solution: DefaultS3Operator add constructor which support pass netty client

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request s3stream
Projects
None yet
Development

No branches or pull requests

2 participants