AWS SDK consumes too much cpu cycles #3384
Unanswered
MrPresent-Han
asked this question in
Q&A
Replies: 4 comments
|
Hello! Thank you for reporting this! |
0 replies
|
Hi, SergeyRyabinin |
0 replies
|
Hi, SergeyRyabing, this issue might be caused by my incorrect usage. |
0 replies
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
version: 1.11.352
problem: consuming too much cpu usage while downloading
hi, I'm using aws-sdk-cpp to download files, which are mostly 16MB in size
the concurrency of downloading varies between 2~10,
and I found that the cpu usage is very high and a big portion is in the memcopy introduced by AWS::EventLoop
in my code, I set up Download Request as follow:
As I've set up a customized buf area for aws request, why there can be so much memmove stacks
All reactions