File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,8 @@ the event loop until the spawned process either exits or is terminated.
4242* Note* : On some operating systems, the [ ` child_process.spawn() ` ] [ ] method
4343performs memory operations synchronously before decoupling the event loop
4444from the child. Applications with a large memory footprint may find frequent
45- [ ` child_process.spawn() ` ] [ ] calls to be a bottleneck.
45+ [ ` child_process.spawn() ` ] [ ] calls to be a bottleneck. For more information,
46+ see [ V8 issue 7381] ( https://bugs.chromium.org/p/v8/issues/detail?id=7381 ) .
4647
4748For convenience, the ` child_process ` module provides a handful of synchronous
4849and asynchronous alternatives to [ ` child_process.spawn() ` ] [ ] and
You can’t perform that action at this time.
0 commit comments