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

Commit 8e39df1

Browse files
authored
Fix: Updated MaxTasksPerNode documentation (#279)
* Added comment on maxTasksPerNode * Added bolded note * After comments
1 parent f35e1e3 commit 8e39df1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/80-performance-tuning.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ Here's an example of how you may want to set your JSON configuration file:
2424
}
2525
```
2626

27+
**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.
28+
2729
### Nested doParallel
2830
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.
2931

0 commit comments

Comments
 (0)