Skip to content

Commit d3f4e2c

Browse files
Reduce memory request to avoid large machine types (#1794)
1 parent 9860f5e commit d3f4e2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

quickstarts/hello-app/manifests/helloweb-computeclass-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ spec:
4141
resources:
4242
requests:
4343
cpu: "250m"
44-
memory: "4Gi"
44+
memory: "1Gi"
4545
# [END gke_helloweb_computeclass_deployment]

0 commit comments

Comments
 (0)