Read the statement by Michael Teeuw here.
What are your MM/Pi statistics?
-
@mumblebaj decent memory leak chasing doc.
mm does a lot all the time, so its harder to focus…
https://marmelab.com/blog/2018/04/03/how-to-track-and-fix-memory-leak-with-nodejs.html
-
@sdetweil Thanks Sam. I will have a read through. I only started having memory issues when using modules from a certain developer. After removing those, my memory issues have gone away.
-
@mumblebaj i understand. i chased a ‘hang’ for over a year. all kinds of debugging. only when one.of my modules loaded. so its my fault…
i went thru the code hundreds of times.finally got a good log, and it wasnt a hang, it was out of memory… back thru the code…
sure enough, i saved a pointer to an image, then never freed it… and i had changed the code, so didnt even need it to begin with…
-
@sdetweil I am looking at rewriting the one module that I know is hogging my memory.
Hope you are getting better and hopefully heading home soon so you can get to your laptop again. All the best and good health. -
@mumblebaj thanks. makin progress…