Skip to content

Commit 7b3743d

Browse files
PoojaDurgadtargos
authored andcommitted
doc: modified memory set statement set size
PR-URL: #35517 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
1 parent 34281cd commit 7b3743d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/v8.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Returns an object with the following properties:
137137

138138
`does_zap_garbage` is a 0/1 boolean, which signifies whether the
139139
`--zap_code_space` option is enabled or not. This makes V8 overwrite heap
140-
garbage with a bit pattern. The RSS footprint (resident memory set) gets bigger
140+
garbage with a bit pattern. The RSS footprint (resident set size) gets bigger
141141
because it continuously touches all heap pages and that makes them less likely
142142
to get swapped out by the operating system.
143143

0 commit comments

Comments
 (0)