This repository was archived by the owner on Apr 3, 2024. It is now read-only.
This repository was archived by the owner on Apr 3, 2024. It is now read-only.
Potential Memory Leak #811
Description
Thanks for stopping by to let us know something could be better!
PLEASE READ: If you have a support contract with Google, please create an issue in the support console instead of filing on GitHub. This will ensure a timely response.
Please run down the following list and make sure you've tried the usual "quick fixes":
- Search the issues already opened: https://github.com/googleapis/cloud-debug-nodejs/issues
- Search the issues on our "catch-all" repository: https://github.com/googleapis/google-cloud-node
- Search StackOverflow: http://stackoverflow.com/questions/tagged/google-cloud-platform+node.js
If you are still having issues, please be sure to include as much information as possible:
Environment details
- OS: Google App Engine
- Node.js version: 12.14.x
- npm version: 6.13
@google-cloud/debug-agent
version: 4.2.1
Steps to reproduce
We found that the package cause a memory leak. This image shows our application memory with the package and without it.
We are running on Google App Engine with 4 nodes. Any help is appreciated.
Thanks!