AWS SDK consumes too much cpu cycles #3384
Replies: 4 comments
-
Hello! Thank you for reporting this! |
Beta Was this translation helpful? Give feedback.
-
Hi, SergeyRyabinin |
Beta Was this translation helpful? Give feedback.
-
Hi, SergeyRyabing, this issue might be caused by my incorrect usage. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
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
Beta Was this translation helpful? Give feedback.
All reactions