spdy-http2 / node-spdy

SPDY server on Node.js
2.81k stars 196 forks source link

Huge amount of RAM allocated in TLSWrap #250

Open ChrisCinelli opened 8 years ago

ChrisCinelli commented 8 years ago

Running on node 4.2.3.

This is what it looks like as a heapdump compare:

screen shot 2016-03-01 at 7 34 37 pm

Is it similar to the https://github.com/nodejs/node/issues/3047?

indutny commented 8 years ago

It could be incorrect TLSWrap size reporting. Have you tried latest LTS version?