| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -357,7 +357,7 @@ Generating V8 snapshots takes time and memory (both memory managed by the | |||
| 357 | 357 | V8 heap and native memory outside the V8 heap). The bigger the heap is, | |
| 358 | 358 | the more resources it needs. Node.js will adjust the V8 heap to accommondate | |
| 359 | 359 | the additional V8 heap memory overhead, and try its best to avoid using up | |
| 360 | - all the memory avialable to the process. When the process uses | ||
| 360 | + all the memory available to the process. When the process uses | ||
| 361 | 361 | more memory than the system deems appropriate, the process may be terminated | |
| 362 | 362 | abruptly by the system, depending on the system configuration. | |
| 363 | 363 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments