Skip to content

Commit

Permalink
doc: add reference to V8 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
davisjam committed Jun 10, 2018
1 parent d9fcde6 commit 3119e9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/api/child_process.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ the event loop until the spawned process either exits or is terminated.
*Note*: On some operating systems, the [`child_process.spawn()`][] method
performs memory operations synchronously before decoupling the event loop
from the child. Applications with a large memory footprint may find frequent
[`child_process.spawn()`][] calls to be a bottleneck.
[`child_process.spawn()`][] calls to be a bottleneck. For more information,
see [V8 issue 7381](https://bugs.chromium.org/p/v8/issues/detail?id=7381).

For convenience, the `child_process` module provides a handful of synchronous
and asynchronous alternatives to [`child_process.spawn()`][] and
Expand Down

0 comments on commit 3119e9b

Please sign in to comment.