Skip to content

Commit 54eb7ba

Browse files
authored
bump memory request + limit for relief (#60384)
1 parent b8a2cbe commit 54eb7ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/kubernetes/production/deployments/webapp.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ spec:
3232
# Node is single-threaded but we want more CPUs
3333
# for OS and image resizing, and other binary executions
3434
# Better to increase replicas or memory than CPU
35-
memory: 8.0Gi
35+
memory: 16.0Gi
3636
# Absolute minimum to start app is 4500Mi
3737
# Would increase with more pages, versions, or languages supported
3838
# The additional memory helps during traffic surges
3939
limits:
4040
cpu: 16000m
41-
memory: 8.0Gi
41+
memory: 16.0Gi
4242
ports:
4343
- name: http
4444
containerPort: 4000

0 commit comments

Comments
 (0)