changed to 16 cores
This commit is contained in:
parent
cd7f06c58d
commit
230fb5b48b
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ NAME=agent-windows-1
|
||||||
gcloud beta compute instances create "${NAME}" \
|
gcloud beta compute instances create "${NAME}" \
|
||||||
--project="${GCP_PROJECT}" \
|
--project="${GCP_PROJECT}" \
|
||||||
--zone="${GCP_ZONE}" \
|
--zone="${GCP_ZONE}" \
|
||||||
--machine-type=n1-standard-32 \
|
--machine-type=n1-standard-16 \
|
||||||
--local-ssd=device-name=local-ssd-0 \
|
--local-ssd=device-name=local-ssd-0 \
|
||||||
--image=windows-server-2019-dc-v20191210 \
|
--image=windows-server-2019-dc-v20191210 \
|
||||||
--image-project=windows-cloud \
|
--image-project=windows-cloud \
|
||||||
|
|
Loading…
Reference in a new issue