Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Fix: Updated MaxTasksPerNode documentation #279

Merged
merged 3 commits into from
Jun 7, 2018
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: 2 additions & 0 deletions docs/80-performance-tuning.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ Here's an example of how you may want to set your JSON configuration file:
}
```

**Note**: `maxTasksPerNode` property cannot be changed after the cluster has been provisioned. The cluster must be torn down and reprovisioned with the new `maxTasksPerNode` property.

### Nested doParallel
To take advantage of all the cores on each node, you can nest a *foreach* loop using *doParallel* package inside the outer *foreach* loop that uses doAzureParallel.

Expand Down