I'm using Google Cloud Build along with kaniko cache for speedup. Until recently if worked perfectly, but now it's failing with
ERROR: build step 2 "gcr.io/kaniko-project/executor:latest" failed: step exited with non-zero status: 137
I assume, it's because builder is running out of memory
Is there a way to select higher level VM for this or increase memory?
I'm using the same standard configuration that is described here.
Thanks in advance
P.s. Regular builds with gcr.io/cloud-builders/docker
are going through