From 8f672ebbd60feb04c9485867f42e756eafe51d3c 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 8b598e8b608097..d7c91a840cbe08 100644 --- a/doc/api/process.md +++ b/doc/api/process.md @@ -1617,6 +1617,9 @@ informations about memory usage which can be slow depending on the program memory allocations. ## `process.memoryUsage.rss()` + * Returns: {integer}