Skip to content
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

Closed
JayJariwala50 opened this issue Jun 12, 2017 · 2 comments
Closed

Memory continuous goes high #13628

JayJariwala50 opened this issue Jun 12, 2017 · 2 comments

Comments

@JayJariwala50
Copy link

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

@JacksonTian
Copy link
Contributor

Please provide more details.

@Trott
Copy link
Member

Trott commented Jun 12, 2017

Why memory not release from that server ?

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:

@Trott Trott closed this as completed Jun 12, 2017
This was referenced Sep 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants