Charles Liu
09/20/2024, 6:01 PMlinux/amd64
. For the most part, each of my subflows are working with 10-30 subtasks. When the subtasks increase to ~500, my container crashes with the error message Failed due to a(n) Container exited with non-zero code (Error Code: 137) likely caused by misspecified platform or architecture
I've tried to increase my workpool resources but it still seems to fail:
work_pool:
name: endex-aci-pool
job_variables:
image: '{{ build_image.image }}'
container:
resources:
requests:
memory: "12Gi"
cpu: "4"
Marvin
09/20/2024, 6:02 PM