Skip to content

Commit ad87086

Browse files
heiskrCopilot
andauthored
⚡️ Update production resource requests and memory limit based on Moda recommendations (#60796)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent b7bcba1 commit ad87086

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/kubernetes/production/deployments/webapp.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,18 @@ spec:
4040
image: docs-internal
4141
resources:
4242
requests:
43-
cpu: 1250m
43+
cpu: 1500m
4444
# Absolute minimum to start app is 1000m
4545
# Node is single-threaded but we want more CPUs
4646
# for OS and image resizing, and other binary executions
4747
# Better to increase replicas or memory than CPU
48-
memory: 8.0Gi
48+
memory: 5000Mi
4949
# Absolute minimum to start app is 4500Mi
5050
# Would increase with more pages, versions, or languages supported
5151
# The additional memory helps during traffic surges
5252
limits:
5353
cpu: 8000m
54-
memory: 16.0Gi
54+
memory: 14.0Gi
5555
ports:
5656
- name: http
5757
containerPort: 4000

0 commit comments

Comments
 (0)