You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 12, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: docs/80-performance-tuning.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,8 @@ Here's an example of how you may want to set your JSON configuration file:
24
24
}
25
25
```
26
26
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
+
27
29
### Nested doParallel
28
30
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.
0 commit comments