-
Notifications
You must be signed in to change notification settings - Fork 187
Open
Labels
Description
I did benchmark against several HTTP/2 and SPDY servers, including node-http2.
Results are https://github.com/tatsuhiro-t/nghttp2/wiki/ServerBenchmarkRoundH210
node-http2 seems consumes huge memory, 1GB, under benchmar test. Under the same load, node-spdy uses ~300MB of memory and process the requests much faster.
I use examples/server.js and some modifications to cache "/index.html" rather then server.js. The exact source code is available in the page at the above link.
Do you think this is an issue in node-http2? Or are there any settings to change the behavior?