Re: [nodejs] Nodejs memory leak? consumption high?

2015-07-24 Thread Ryan Graham
It is running with multiple processes because it clusters itself by default: https://git.wikimedia.org/blob/mediawiki%2Fservices%2Fparsoid.git/92f1cd6d87a0b233edcc15b999e9bfab34b23da6/api%2Fserver.js#L38 As for the memory usage, I'm not familiar enough with it to know what would be normal. ~Ryan

[nodejs] Nodejs memory leak? consumption high?

2015-07-24 Thread AmazingTrans
I have nodejs running on my mediawiki using the following steps : https://www.mediawiki.org/wiki/Parsoid/Developer_Setup#Starting_the_Parsoid_service_automatically I wonder why does nodejs runs 4 times ? and also, is it normal to consume to much memory? about 1gb or more. Here is an image of my t