Skip to content

Commit 1c9259a

Browse files
committed
(IAC-451) increase size of machine type in singlestore node_pool
Based on SingleStore Azure platform recommendations https://docs.singlestore.com/db/v7.6/en/reference/configuration-reference/cluster-configuration/system-requirements-and-recommendations.html
1 parent ec48ca2 commit 1c9259a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/sample-input-singlestore.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ node_pools = {
8787
}
8888
},
8989
singlestore = {
90-
"machine_type" = "Standard_E8ds_v5"
90+
"machine_type" = "Standard_E16ds_v5"
9191
"os_disk_size" = 200
9292
"min_nodes" = 0
9393
"max_nodes" = 7

0 commit comments

Comments
 (0)