diff --git a/prater.tf b/prater.tf index afe8f46..3a86389 100644 --- a/prater.tf +++ b/prater.tf @@ -167,7 +167,7 @@ module "nimbus_nodes_prater_unstable_windows" { open_tcp_ports = local.nimbus_ports /* Scaling */ - type = "n2-standard-2" /* 2 vCPUs, 8GB RAM */ + type = "n2-standard-4" /* 4 vCPUs, 16GB RAM */ host_count = 1 root_vol_size = 80 root_vol_type = "pd-ssd"