We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34281cd commit 7b3743dCopy full SHA for 7b3743d
doc/api/v8.md
@@ -137,7 +137,7 @@ Returns an object with the following properties:
137
138
`does_zap_garbage` is a 0/1 boolean, which signifies whether the
139
`--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
+garbage with a bit pattern. The RSS footprint (resident set size) gets bigger
141
because it continuously touches all heap pages and that makes them less likely
142
to get swapped out by the operating system.
143
0 commit comments