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

Commit

Permalink
Fix: Updated MaxTasksPerNode documentation (#279)
Browse files Browse the repository at this point in the history
* Added comment on maxTasksPerNode

* Added bolded note

* After comments
  • Loading branch information
brnleehng authored Jun 7, 2018
1 parent f35e1e3 commit 8e39df1
Showing 1 changed file with 2 additions and 0 deletions.
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

0 comments on commit 8e39df1

Please sign in to comment.