From bf061d68fa22d1803cd032115594c2b67fa003df Mon Sep 17 00:00:00 2001 From: Gerhard Stoebich <18708370+Flarna@users.noreply.github.com> Date: Mon, 4 Jan 2021 19:48:52 +0100 Subject: [PATCH] doc: add YAML metadata for process.memoryUsage.rss Refs: https://github.com/nodejs/node/pull/34291 PR-URL: https://github.com/nodejs/node/pull/36781 Reviewed-By: Richard Lau Reviewed-By: Luigi Pinca Reviewed-By: Anna Henningsen Reviewed-By: Gireesh Punathil Reviewed-By: Rich Trott --- doc/api/process.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/api/process.md b/doc/api/process.md index ca073b9ed56e8e..d15d41d8f0bb5a 100644 --- a/doc/api/process.md +++ b/doc/api/process.md @@ -1615,6 +1615,9 @@ informations about memory usage which can be slow depending on the program memory allocations. ## `process.memoryUsage.rss()` + * Returns: {integer}