We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13840ef commit 3b810caCopy full SHA for 3b810ca
doc/api/cli.md
@@ -437,7 +437,7 @@ heap limit. `count` should be a non-negative integer (in which case
437
Node.js will write no more than `max_count` snapshots to disk).
438
439
When generating snapshots, garbage collection may be triggered and bring
440
-the heap usage down, therefore multiple snapshots may be written to disk
+the heap usage down. Therefore multiple snapshots may be written to disk
441
before the Node.js instance finally runs out of memory. These heap snapshots
442
can be compared to determine what objects are being allocated during the
443
time consecutive snapshots are taken. It's not guaranteed that Node.js will
0 commit comments