fix: raise Node heap cap to 512MB and bump pod memory limit (#838)
Release / release (push) Failing after 50s
schemas / vulnerabilities (push) Successful in 2m4s
schemas / check (push) Successful in 2m21s
schemas / check-release (push) Successful in 2m50s
pre-commit / pre-commit (push) Successful in 5m58s
schemas / build (push) Successful in 12m18s
schemas / deploy-prod (push) Successful in 1m10s

This commit was merged in pull request #838.
This commit is contained in:
2026-05-19 05:20:34 +00:00
parent 43765101f5
commit c4829cf280
2 changed files with 7 additions and 3 deletions
+3 -1
View File
@@ -43,7 +43,9 @@ spec:
resources:
requests:
cpu: "20m"
memory: "20Mi"
memory: "128Mi"
limits:
memory: "768Mi"
livenessProbe:
httpGet:
path: /health/live