From 3709dc655864bb67920d38f33ed53e3068176fd8 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Sun, 4 Aug 2019 20:36:23 -0700 Subject: [PATCH] Reduce size of cpu-only gcp instances --- net/gce.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/gce.sh b/net/gce.sh index 489aa851e5..194df18a92 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="--machine-type n1-standard-16 --min-cpu-platform Intel%20Skylake" + cpuBootstrapLeaderMachineType="--custom-cpu 12 --custom-memory 32GB --min-cpu-platform Intel%20Skylake" gpuBootstrapLeaderMachineType="$cpuBootstrapLeaderMachineType --accelerator count=1,type=nvidia-tesla-p100" bootstrapLeaderMachineType=$cpuBootstrapLeaderMachineType fullNodeMachineType=$cpuBootstrapLeaderMachineType