We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8a2cbe commit 54eb7baCopy full SHA for 54eb7ba
config/kubernetes/production/deployments/webapp.yaml
@@ -32,13 +32,13 @@ spec:
32
# Node is single-threaded but we want more CPUs
33
# for OS and image resizing, and other binary executions
34
# Better to increase replicas or memory than CPU
35
- memory: 8.0Gi
+ memory: 16.0Gi
36
# Absolute minimum to start app is 4500Mi
37
# Would increase with more pages, versions, or languages supported
38
# The additional memory helps during traffic surges
39
limits:
40
cpu: 16000m
41
42
ports:
43
- name: http
44
containerPort: 4000
0 commit comments