Showing with 2 additions and 0 deletions.
  1. +2 −0 doc/api/cluster.markdown
@@ -94,6 +94,8 @@ the worker pool for your application's needs.
## cluster.settings

* {Object}
* `execArgv` {Array} list of string arguments passed to the node executable.
(Default=`process.execArgv`)
* `exec` {String} file path to worker file. (Default=`process.argv[1]`)
* `args` {Array} string arguments passed to worker.
(Default=`process.argv.slice(2)`)