File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 3131 memory : 8.0Gi
3232 # Absolute minimum to start app is 4500Mi
3333 # Would increase with more pages, versions, or languages supported
34- # The additional memory helps during traffic surges
35- # V8 heap is set to 75% of the cgroup memory limit via
36- # --max-old-space-size-percentage in the Dockerfile.
3734 limits :
3835 cpu : 8000m
39- memory : 16Gi
36+ memory : 8.0Gi
4037 ports :
4138 - name : http
4239 containerPort : 4000
Original file line number Diff line number Diff line change 3434 # Absolute minimum to start app is 4500Mi
3535 # Would increase with more pages, versions, or languages supported
3636 # The additional memory helps during traffic surges
37- # V8 heap is set to 75% of the cgroup memory limit via
38- # --max-old-space-size-percentage in the Dockerfile.
3937 limits :
4038 cpu : 16000m
41- memory : 16Gi
39+ memory : 8.0Gi
4240 ports :
4341 - name : http
4442 containerPort : 4000
You can’t perform that action at this time.
0 commit comments