aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/gce/create_linux_worker.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gce/create_linux_worker.sh')
-rwxr-xr-xtools/gce/create_linux_worker.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gce/create_linux_worker.sh b/tools/gce/create_linux_worker.sh
index 013127c585..322a592c07 100755
--- a/tools/gce/create_linux_worker.sh
+++ b/tools/gce/create_linux_worker.sh
@@ -42,7 +42,7 @@ INSTANCE_NAME="${1:-grpc-jenkins-worker1}"
gcloud compute instances create $INSTANCE_NAME \
--project="$CLOUD_PROJECT" \
--zone "$ZONE" \
- --machine-type n1-highmem-8 \
+ --machine-type n1-standard-16 \
--image=ubuntu-1510 \
--image-project=grpc-testing \
--boot-disk-size 1000