Skip to content

Commit

Permalink
Additional resource limit option
Browse files Browse the repository at this point in the history
  • Loading branch information
jasnell committed Nov 25, 2020
1 parent 72ebcd0 commit f35dba9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,8 @@ This class extends [`EventEmitter`][] from Node.js.
recently created objects.
* `codeRangeSizeMb`: (`number`) The size of a pre-allocated memory range used
for generated code.
* `stackSizeMb` : (`number`) The default maximum stack size for the thread.
Small values may lead to unusable Worker instances. Default: 4
* `env`: (`object`) If set, specifies the initial value of `process.env` inside
the worker threads. See [Node.js new Worker options][] for details.
* `argv`: (`any[]`) List of arguments that will be stringified and appended to
Expand Down

0 comments on commit f35dba9

Please sign in to comment.