diff --git a/doc/api/vm.md b/doc/api/vm.md index 3a98f59677866a..f1596c617a6ac2 100644 --- a/doc/api/vm.md +++ b/doc/api/vm.md @@ -116,6 +116,10 @@ console.log(util.inspect(sandbox)); // { animal: 'cat', count: 12, name: 'kitty' } ``` +*Note*: Using the `timeout` or `breakOnSigint` options will result in new +event loops and corresponding threads being started, which have a non-zero +performance overhead. + ### script.runInNewContext([sandbox][, options])