Skip to content

Commit 5a42aee

Browse files
authored
Merge pull request #100448 from erikadoyle/sf-resourcegov
Add useful SF resource governance clarification
2 parents 3faca78 + eb28c0b commit 5a42aee

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)