Skip to content

Commit eb28c0b

Browse files
committed
Add useful clarification from PR #36396
1 parent dca107c commit eb28c0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/service-fabric/service-fabric-resource-governance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Here is an example of how to instruct Service Fabric to use 50% of available CPU
6161
</Section>
6262
```
6363

64-
If you need full manual setup of node capacities, you can use the regular mechanism for describing the nodes in the cluster. Here is an example of how to set up the node with four cores and 2 GB of memory:
64+
For most customers and scenarios, automatic detection of node capacities for the CPU and memory is the recommended configuration (automatic detection is turned on by default). However, if you need full manual setup of node capacities, you can configure those per node type using the mechanism for describing the nodes in the cluster. Here is an example of how to set up the node type with four cores and 2 GB of memory:
6565

6666
```xml
6767
    <NodeType Name="MyNodeType">

0 commit comments

Comments
 (0)