aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/gce/create_linux_worker.sh
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2016-10-04 07:20:44 -0700
committerGravatar Mark D. Roth <roth@google.com>2016-10-04 07:20:44 -0700
commit94ba7528830b7bc08476a70deca740dd19793943 (patch)
treeac073c54969ab695925b6a7ddd2863767466b5d8 /tools/gce/create_linux_worker.sh
parentb34b055a40e66c625dc6271081c4b1bf5efa25cb (diff)
parent9ab8ba73d6887ea902528426480dafb14b1c8214 (diff)
Merge remote-tracking branch 'upstream/master' into fake_resolver
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 7bf8b24081..013127c585 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-standard-8 \
+ --machine-type n1-highmem-8 \
--image=ubuntu-1510 \
--image-project=grpc-testing \
--boot-disk-size 1000