How can I debug a memory leak on my Apollo GraphQL server?
问题 Answers to this question are eligible for a +200 reputation bounty. Bounty grace period has ended. Alexis Tyler is looking for an answer from a reputable source . I have a graphql server with multiple endpoints. It is basically just a CRUD app, so I'm honestly not sure why there's a memory leak. The only potentially leaky endpoint I have is one that uploads pics to S3. I've been looking around and have tried taking heap snapshots and comparing them but I'm not even sure which endpoint is the