Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

http2: report memory allocated by nghttp2 to V8 #28645

Closed

Commits on Jul 11, 2019

  1. http2: report memory allocated by nghttp2 to V8

    This helps the JS engine have a better understanding of the memory
    situation in HTTP/2-heavy applications, and avoids situations that
    behave like memory leaks due to previous underestimation of memory
    usage which is tied to JS objects.
    
    Refs: nodejs#28088 (comment)
    addaleax committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    d26ab70 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2019

  1. Configuration menu
    Copy the full SHA
    d34c861 View commit details
    Browse the repository at this point in the history