-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Memory continuous goes high #13628
Comments
Please provide more details. |
Possibly a memory leak in the code you're running. Or possibly just the nature of a garbage-collected language like JavaScript. This is unlikely to be a bug in Node.js itself and it's not actionable given the scant details currently provided. I'm going to close this but feel free to:
|
I start game socket server using forever npm.
I monitor that server day to day. i found that memory increase day to day.
Day 1 : CPU 3.3% ,MEMORY 2.0%
Day 2 : CPU 2.3% ,MEMORY 5.0%
Upper analysis say that memory continuous goes high.
Why memory not release from that server ?
Server : - Ubuntu Amazone EC 2(Ubuntu 14.04.4 LTS)
Node Version : - 4.4.4
Npm Version : - 2.15.1
Forever npm version : - 0.15.1
The text was updated successfully, but these errors were encountered: