'AWS Xray Memory Leak Issue
I am using AWS XRay in my project and using Axios to make API calls. XRay Tracking for https calls is enabled globally. So, the issue is whenever I am making API calls via axios and those requests are getting timed-out, the segment and subsegment created in memory are not getting released. I checked the memory dump and there is a large number of strings with count proportional to the number of requests. How can this be fixed?
Followed basic AWS Xray Nodejs integration guide.
Issue link: github.com/aws/aws-xray-sdk-node/issues/483
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
