Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _overviews/core/futures.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ By default, the `ExecutionContext.global` sets the parallelism level of its unde
([Runtime.availableProcessors](https://docs.oracle.com/javase/7/docs/api/java/lang/Runtime.html#availableProcessors%28%29)).
This configuration can be overridden by setting one (or more) of the following VM attributes:

* scala.concurrent.context.minThreads - defaults to `Runtime.availableProcessors`
* scala.concurrent.context.minThreads - defaults to `1`
* scala.concurrent.context.numThreads - can be a number or a multiplier (N) in the form 'xN' ; defaults to `Runtime.availableProcessors`
* scala.concurrent.context.maxThreads - defaults to `Runtime.availableProcessors`

Expand Down