Joni Shkurti
Joni Shkurti
So, you aren't using any custom probes ? This is just pmx running on default configuration ?
Hey, can you tell for sure if it's http or custom_probes or errors ? (These are the only flags true by default, network and ports are false by default). I...
I've been testing a bit with this sample code : ``` javascript var pmx = require('pmx').init({ network: true, ports: true }); var http = require('http'); setInterval(function keepAlive() { global.gc(); },...
Can you give me a sample code which triggers the leak please ?
pmx is injected automatically when an app is launched in cluster mode with default options https://github.com/keymetrics/pmx/blob/master/lib/index.js#L32-L42 Did you use a framework like express, koa, sails ? Because i ran my...
I used [email protected] and [email protected]
I used this sample : https://github.com/jshkurti/benchmark
I did 3 heapsnapshots within 1 hour interval each. The Meter object stayed still : 
Can you give it a try with [email protected] please ? :)
And/or give us a sample code which triggers the leak.