Skip to content

Commit a03f24a

Browse files
Merge pull request #959 from nodejs/main
Create a new pull request by comparing changes across two branches
2 parents 0c961a2 + eb4432c commit a03f24a

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

doc/api/child_process.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -873,12 +873,6 @@ child registers an event handler for the [`'disconnect'`][] event
873873
or the [`'message'`][] event. This allows the child to exit
874874
normally without the process being held open by the open IPC channel._
875875

876-
On Unix-like operating systems, the [`child_process.spawn()`][] method
877-
performs memory operations synchronously before decoupling the event loop
878-
from the child. Applications with a large memory footprint may find frequent
879-
[`child_process.spawn()`][] calls to be a bottleneck. For more information,
880-
see [V8 issue 7381](https://bugs.chromium.org/p/v8/issues/detail?id=7381).
881-
882876
See also: [`child_process.exec()`][] and [`child_process.fork()`][].
883877

884878
## Synchronous process creation

0 commit comments

Comments
 (0)