You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jac-scale builds the vite/bun client bundle inside the pod on every boot.
The 512Mi limit OOM-killed the build (exit 137), crash-looping the pod.
Bump memory limit to 3Gi and CPU to 1500m to cover the build peak.
0 commit comments