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
Currently, our VMs are using the default memory limit, which is 10GB. There are builds that use bigger images, and while pulling the docker image, it fails with error No space left on device
The pod just dies in the middle, and the build appears stuck. The status of the build remains as QUEUED.
We need to:
Increase the memory limit/allow configuration
Somehow reports back to the API that the build failed
The text was updated successfully, but these errors were encountered:
Currently, our VMs are using the default memory limit, which is 10GB. There are builds that use bigger images, and while pulling the docker image, it fails with error
No space left on device
The pod just dies in the middle, and the build appears stuck. The status of the build remains as
QUEUED
.We need to:
The text was updated successfully, but these errors were encountered: