(short issue description)leak memory #3196
Labels
bug
This issue is a bug.
p2
This is a standard priority issue
response-requested
Waiting on additional info and feedback. Will move to "closing-soon" in 10 days.
Describe the bug
以上是我的调用代码,我会在产生云存的线程里一直调用上边的代码。当流入的带宽有增加的情况下,程序占用的内存会有明显增长。但是在带宽下降后,增长的内存并没有得到释放。
说明:
我的程序是持续运行的,在程序开头调用了 Aws::InitAPI(_options);
Regression Issue
Expected Behavior
在带宽下降的情况下,占用的内存能够释放掉。
Current Behavior
程序内存会持续性的增加
Reproduction Steps
leak memory
Possible Solution
No response
Additional Information/Context
No response
AWS CPP SDK version used
1.7
Compiler and Version used
6.1
Operating System and version
centos7
The text was updated successfully, but these errors were encountered: