| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 67c7cea commit 80a387b
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -427,7 +427,7 @@ heap limit. `count` should be a non-negative integer (in which case | |||
| 427 | 427 | Node.js will write no more than `max_count` snapshots to disk). | |
| 428 | 428 | ||
| 429 | 429 | When generating snapshots, garbage collection may be triggered and bring | |
| 430 | - the heap usage down, therefore multiple snapshots may be written to disk | ||
| 430 | + the heap usage down. Therefore multiple snapshots may be written to disk | ||
| 431 | 431 | before the Node.js instance finally runs out of memory. These heap snapshots | |
| 432 | 432 | can be compared to determine what objects are being allocated during the | |
| 433 | 433 | time consecutive snapshots are taken. It's not guaranteed that Node.js will | |
| Back | FazBrowse Home | New Git URL |
0 commit comments