diff options
author | Matt Kwong <mattkwong@google.com> | 2016-11-03 13:08:04 -0700 |
---|---|---|
committer | Matt Kwong <mattkwong@google.com> | 2016-11-03 13:08:04 -0700 |
commit | 60a8e357254e5bb4eb8e006739c418da084f0418 (patch) | |
tree | c93839941490bd6925f8ef703f21eec1575521a0 /tools/gce | |
parent | b37ace5d279925ecd7f8dd6dca03e20cb066ae50 (diff) |
Update standard Linux worker spec
Diffstat (limited to 'tools/gce')
-rwxr-xr-x | tools/gce/create_linux_worker.sh | 2 |
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 |