Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPooja D.P <Pooja.D.P@ibm.com>2020-10-06 17:49:33 +0300
committerGireesh Punathil <gpunathi@in.ibm.com>2020-10-26 14:20:40 +0300
commita8b8bc89066ab8811120dea5c0f6fa2b330ecd4b (patch)
treeac0de273565585e7cd00684ae481e4a8e7a2cb61
parent4ace92f45c5495559dc5f82c236e68817a226a21 (diff)
doc: modified memory set statement set size
PR-URL: https://github.com/nodejs/node/pull/35517 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
-rw-r--r--doc/api/v8.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/v8.md b/doc/api/v8.md
index 8f861f930ec..2c4f956ff68 100644
--- a/doc/api/v8.md
+++ b/doc/api/v8.md
@@ -137,7 +137,7 @@ Returns an object with the following properties:
`does_zap_garbage` is a 0/1 boolean, which signifies whether the
`--zap_code_space` option is enabled or not. This makes V8 overwrite heap
-garbage with a bit pattern. The RSS footprint (resident memory set) gets bigger
+garbage with a bit pattern. The RSS footprint (resident set size) gets bigger
because it continuously touches all heap pages and that makes them less likely
to get swapped out by the operating system.