Skip to content

Commit bcb0b0b

Browse files
authored
Merge pull request #202600 from meenasaravanan02/vm-storage
Update service-fabric-cluster-capacity.md
2 parents 4d85591 + e6aeb42 commit bcb0b0b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

articles/service-fabric/service-fabric-cluster-capacity.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Service Fabric cluster capacity planning considerations
33
description: Node types, durability, reliability, and other things to consider when planning your Service Fabric cluster.
44

55
ms.topic: conceptual
6-
ms.date: 05/21/2020
6+
ms.date: 06/23/2022
77
ms.author: pepogors
88
---
99
# Service Fabric cluster capacity planning considerations
@@ -152,6 +152,13 @@ The capacity needs of your cluster will be determined by your specific workload
152152

153153
#### Virtual machine sizing
154154

155+
> [!NOTE]
156+
> MaxDiskQuotaInMB defaults to 64 GB and can be configured in the Diagnostics section of cluster settings.
157+
>
158+
> For instructions on how to adjust the cluster settings of a cluster hosted in Azure, see [Upgrade the configuration of a cluster in Azure](/azure/service-fabric/service-fabric-cluster-config-upgrade-azure#customize-cluster-settings-using-resource-manager-templates)
159+
>
160+
> For instructions on how to adjust the cluster settings of a standalone cluster hosted in Windows, see [Upgrade the configuration of a standalone cluster](/azure/service-fabric/service-fabric-cluster-config-upgrade-windows-server#customize-cluster-settings-in-the-clusterconfigjson-file)
161+
155162
**For production workloads, the recommended VM size (SKU) is [Standard D2_V2](../virtual-machines/dv2-dsv2-series.md) (or equivalent) with a minimum of 50 GB of local SSD, 2 cores, and 4 GiB of memory.** A minimum of 50 GB local SSD is recommended, however some workloads (such as those running Windows containers) will require larger disks. When choosing other [VM sizes](../virtual-machines/sizes-general.md) for production workloads, keep in mind the following constraints:
156163

157164
- Partial / single core VM sizes like Standard A0 are not supported.

0 commit comments

Comments
 (0)