Too Much virtual memory for executing node program #4454
ampandey-AMD
started this conversation in
General
Replies: 2 comments
-
It's expected that NodeJS program did takes much more memory. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm not sure this is an actual problem. Virtual memory is not related to actual memory usage. The "RES" column which is actual memory usage says "115M" usage which is pretty normal. On my machine some big projects take us >500MB easily. I think you should only worry when it gets slow, it's a tool, getting the job done is the important bit. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
why does coc.nvim build/index.js takes too much virtual memory?
Beta Was this translation helpful? Give feedback.
All reactions