fix(storefront): bump memory limit to 1.5Gi, request to 256Mi
Build and Deploy / build (push) Successful in 1s
Build and Deploy / build (push) Successful in 1s
- Fixes OOMKills from Next.js SSR memory spikes - Keeps low request for idle scaling - Limit allows 3x headroom over baseline
This commit is contained in:
+2
-2
@@ -61,10 +61,10 @@ spec:
|
||||
resources:
|
||||
limits:
|
||||
cpu: 500m
|
||||
memory: 512Mi
|
||||
memory: 1.5Gi
|
||||
requests:
|
||||
cpu: 50m
|
||||
memory: 128Mi
|
||||
memory: 256Mi
|
||||
startupProbe:
|
||||
httpGet:
|
||||
path: /favicon.ico
|
||||
|
||||
Reference in New Issue
Block a user