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

doc: adds details about rss on process.memoryUsage #16566

Closed

Commits on Oct 27, 2017

  1. doc: adds details about rss on process.memoryUsage

    `process.memoryUsage()` returns an object with 4 keys: `rss,
    heapTotal, headUsed, external`. There were brief explanations for
    the rest except `rss`. This commit adds this on the docs.
    profnandaa committed Oct 27, 2017
    Configuration menu
    Copy the full SHA
    cea1c2d View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2017

  1. doc: adds more clarity on rss

    A little more clarity on `rss` to help people disambiguate it from
    the virtual memory size.
    
    Refs: nodejs#16566 (comment)
    profnandaa committed Oct 28, 2017
    Configuration menu
    Copy the full SHA
    441a499 View commit details
    Browse the repository at this point in the history