File tree Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -78,13 +78,13 @@ Materialize benefits from fast ephemeral storage and recommends a **minimum 2:1
7878
7979| VM Size | vCPUs | Memory | Ephemeral Disk | Disk-to-RAM Ratio |
8080| -------------------- | ----- | ------- | -------------- | ----------------- |
81- | Standard \\ _E2pds \\ _v6 | 2 | 16 GiB | 75 GiB | \ ~ 4.7:1 |
82- | Standard \\ _E4pds \\ _v6 | 4 | 32 GiB | 150 GiB | \ ~ 4.7:1 |
83- | Standard \\ _E8pds \\ _v6 | 8 | 64 GiB | 300 GiB | \ ~ 4.7:1 |
84- | Standard \\ _E16pds \\ _v6 | 16 | 128 GiB | 600 GiB | \ ~ 4.7:1 |
85- | Standard \\ _E32pds \\ _v6 | 32 | 256 GiB | 1,200 GiB | \ ~ 4.7:1 |
81+ | ` Standard_E2pds_v6 ` | 2 | 16 GiB | 75 GiB | ~ 4.7:1 |
82+ | ` Standard_E4pds_v6 ` | 4 | 32 GiB | 150 GiB | ~ 4.7:1 |
83+ | ` Standard_E8pds_v6 ` | 8 | 64 GiB | 300 GiB | ~ 4.7:1 |
84+ | ` Standard_E16pds_v6 ` | 16 | 128 GiB | 600 GiB | ~ 4.7:1 |
85+ | ` Standard_E32pds_v6 ` | 32 | 256 GiB | 1,200 GiB | ~ 4.7:1 |
8686
87- > \ [! NOTE]
87+ > [! NOTE]
8888> These VM types provide ** ephemeral local NVMe SSD disks** . Data is lost when the VM is stopped or deleted, so they should only be used for ** temporary or performance-critical data** managed by Materialize.
8989
9090# ## Enabling Disk Support on Azure
@@ -102,7 +102,7 @@ enable_disk_support = true
102102
103103aks_config = {
104104 node_count = 2
105- vm_size = " Standard_L8s_v3 "
105+ vm_size = " Standard_E4pds_v6 "
106106 os_disk_size_gb = 100
107107 min_nodes = 2
108108 max_nodes = 4
Original file line number Diff line number Diff line change @@ -77,13 +77,13 @@ Materialize benefits from fast ephemeral storage and recommends a **minimum 2:1
7777
7878| VM Size | vCPUs | Memory | Ephemeral Disk | Disk-to-RAM Ratio |
7979| -------------------- | ----- | ------- | -------------- | ----------------- |
80- | Standard \_ E2pds \_ v6 | 2 | 16 GiB | 75 GiB | \ ~ 4.7:1 |
81- | Standard \_ E4pds \_ v6 | 4 | 32 GiB | 150 GiB | \ ~ 4.7:1 |
82- | Standard \_ E8pds \_ v6 | 8 | 64 GiB | 300 GiB | \ ~ 4.7:1 |
83- | Standard \_ E16pds \_ v6 | 16 | 128 GiB | 600 GiB | \ ~ 4.7:1 |
84- | Standard \_ E32pds \_ v6 | 32 | 256 GiB | 1,200 GiB | \ ~ 4.7:1 |
80+ | ` Standard_E2pds_v6 ` | 2 | 16 GiB | 75 GiB | ~ 4.7:1 |
81+ | ` Standard_E4pds_v6 ` | 4 | 32 GiB | 150 GiB | ~ 4.7:1 |
82+ | ` Standard_E8pds_v6 ` | 8 | 64 GiB | 300 GiB | ~ 4.7:1 |
83+ | ` Standard_E16pds_v6 ` | 16 | 128 GiB | 600 GiB | ~ 4.7:1 |
84+ | ` Standard_E32pds_v6 ` | 32 | 256 GiB | 1,200 GiB | ~ 4.7:1 |
8585
86- > \ [! NOTE]
86+ > [! NOTE]
8787> These VM types provide ** ephemeral local NVMe SSD disks** . Data is lost when the VM is stopped or deleted, so they should only be used for ** temporary or performance-critical data** managed by Materialize.
8888
8989# ## Enabling Disk Support on Azure
@@ -101,7 +101,7 @@ enable_disk_support = true
101101
102102aks_config = {
103103 node_count = 2
104- vm_size = " Standard_L8s_v3 "
104+ vm_size = " Standard_E4pds_v6 "
105105 os_disk_size_gb = 100
106106 min_nodes = 2
107107 max_nodes = 4
You can’t perform that action at this time.
0 commit comments