From e2b0be1e085c4d3df956620fe4080cc13c501089 Mon Sep 17 00:00:00 2001 From: drothery-edb Date: Wed, 10 Nov 2021 11:59:07 -0500 Subject: [PATCH] updated quota requirements per Ben --- .../release/getting_started/01_check_resource_limits.mdx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/product_docs/docs/biganimal/release/getting_started/01_check_resource_limits.mdx b/product_docs/docs/biganimal/release/getting_started/01_check_resource_limits.mdx index d3e6b17700d..ca1ed346ea4 100644 --- a/product_docs/docs/biganimal/release/getting_started/01_check_resource_limits.mdx +++ b/product_docs/docs/biganimal/release/getting_started/01_check_resource_limits.mdx @@ -10,15 +10,13 @@ The default Public IP address limits for Public IP Addresses Basic and Public IP ## Virtual machine quota requirements -In each region, BigAnimal uses six ESv3 and six DSv2 virtual machine cores to manage your BigAnimal infrastructure. -Your Postgres clusters deployed in the region use separate ESv3 virtual machine cores. -The number of cores depends on the Instance Type and High Availability options of the clusters you provision. You can calculate the number of ESv3 cores required for your cluster based on the following: +In each region, BigAnimal uses eight Dv4 virtual machine cores to manage your BigAnimal infrastructure. Your Postgres clusters deployed in the region use separate ESv3 virtual machine cores. The number of cores depends on the Instance Type and High Availability options of the clusters you provision. You can calculate the number of ESv3 cores required for your cluster based on the following: * Virtual machine instance of type E{N}Sv3 uses {N} cores. For example, an instance of type E64Sv3 uses 64 ESv3 cores. * Cluster running on an E{N}Sv3 instance with high availability not enabled uses exactly {N} ESv3 cores. * Cluster running on an E{N}Sv3 instance with high availability enabled uses 3 * {N} ESv3 cores. -As an example, if you provision the largest virtual machine E64Sv3 with high availability enabled, it requires (3 * 64)=192 ESv3 cores per region. BigAnimal infrastructure requires an additional six ESv3 and six DSv2 virtual machine cores per region. +As an example, if you provision the largest virtual machine E64Sv3 with high availability enabled, it requires (3 * 64)=192 ESv3 cores per region. BigAnimal infrastructure requires an additional eight Dv4 virtual machine cores per region. ## Checking current utilization