Skip to content

Huge memory consumption under load #64

Open
@tatsuhiro-t

Description

@tatsuhiro-t

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?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions