Bump up the default machine size on GCP.

This commit is contained in:
Robert Bailey
2014-10-20 13:02:28 -07:00
parent 71c6f8ee5c
commit 216cc64975

View File

@@ -16,8 +16,8 @@
# TODO(jbeda): Provide a way to override project # TODO(jbeda): Provide a way to override project
ZONE=us-central1-b ZONE=us-central1-b
MASTER_SIZE=g1-small MASTER_SIZE=n1-standard-1
MINION_SIZE=g1-small MINION_SIZE=n1-standard-1
NUM_MINIONS=4 NUM_MINIONS=4
# gcloud/gcutil will expand this to the latest supported image. # gcloud/gcutil will expand this to the latest supported image.
IMAGE=backports-debian-7-wheezy IMAGE=backports-debian-7-wheezy