From ffe0532ded426b095285fc1f106f91d0ca59d707 Mon Sep 17 00:00:00 2001 From: Trent Nelson Date: Thu, 17 Dec 2020 13:49:27 -0700 Subject: [PATCH] net/gce.sh: Bump machine type to 24-core, 64GB RAM --- net/gce.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/gce.sh b/net/gce.sh index 449b5b18f1..5114641921 100755 --- a/net/gce.sh +++ b/net/gce.sh @@ -12,7 +12,7 @@ gce) # shellcheck source=net/scripts/gce-provider.sh source "$here"/scripts/gce-provider.sh - cpuBootstrapLeaderMachineType="--custom-cpu 12 --custom-memory 32GB --min-cpu-platform Intel%20Skylake" + cpuBootstrapLeaderMachineType="--custom-cpu 24 --custom-memory 64GB --min-cpu-platform Intel%20Skylake" gpuBootstrapLeaderMachineType="$cpuBootstrapLeaderMachineType --accelerator count=1,type=nvidia-tesla-p100" clientMachineType="--custom-cpu 16 --custom-memory 20GB" blockstreamerMachineType="--machine-type n1-standard-8"