Skip to content

Commit

Permalink
doc: modified memory set statement set size
Browse files Browse the repository at this point in the history
PR-URL: #35517
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Rich Trott <[email protected]>
Reviewed-By: Gireesh Punathil <[email protected]>
  • Loading branch information
PoojaDurgad authored and BethGriggs committed Dec 10, 2020
1 parent 175e75a commit deb03c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/v8.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit deb03c9

Please sign in to comment.