Using task on a pipeline it is killed due to OOM:
taskRef:
params:
- name: url
value: 'https://github.com/crc-org/ci-definitions'
- name: revision
value: crc-builder-v1.1.2
- name: pathInRepo
value: crc-builder/tkn/crc-builder-arm64.yaml
resolver: git
status:
artifacts: {}
completionTime: '2026-06-17T14:38:03Z'
conditions:
- lastTransitionTime: '2026-06-17T14:38:03Z'
message: '"step-provisioner" exited with code 137: OOMKilled'
reason: Failed
status: 'False'
type: Succeeded
podName: nightly-microshift-linux-arm64-ivpxiu-build-arm64-binary-pod
Seing #175, should it increase again cpu and memory?
Running locally (i7, 64Gb) there's no issue
Maybe related with lot of errors like:
�[31mERRO�[0m GET https://management.azure.com/subscriptions/b0ad4737-8299-4c0a-9dd5-959cbcf8d81c/providers/Microsoft.Compute/locations/malaysiawest/communityGalleries/Fedora-5e266ba4-2250-406d-adad-5d73860d958f/images/Fedora-Cloud-42-Arm64
--------------------------------------------------------------------------------
RESPONSE 404: 404 Not Found
ERROR CODE: NotFound
--------------------------------------------------------------------------------
{
"error": {
"code": "NotFound",
"message": "please check if the gallery name 'Fedora-5e266ba4-2250-406d-adad-5d73860d958f' is valid and the gallery exists in 'MalaysiaWest' region."
}
}
I can try to increase the memory:
https://github.com/crc-org/ci-definitions/blob/crc-builder-v1.1.2/crc-builder/tkn/crc-builder-arm64.yaml#L134C1-L140C22
resources:
requests:
memory: "200Mi"
cpu: "100m"
limits:
memory: "1000Mi"
cpu: "400m"
but if this is related with those errors (found too on version 0.14.1) worth to review.
Any way to inspect how memory is consumed? Any stable version to test (instead of 0.14.1?)
Using task on a pipeline it is killed due to OOM:
Seing #175, should it increase again cpu and memory?
Running locally (i7, 64Gb) there's no issue
Maybe related with lot of errors like:
I can try to increase the memory:
https://github.com/crc-org/ci-definitions/blob/crc-builder-v1.1.2/crc-builder/tkn/crc-builder-arm64.yaml#L134C1-L140C22
but if this is related with those errors (found too on version 0.14.1) worth to review.
Any way to inspect how memory is consumed? Any stable version to test (instead of 0.14.1?)