Nextflow crash on AWS Batch with transition error #4794
hkarakurt8742
started this conversation in
General
Replies: 1 comment
-
I have usually seen this error when the task runs out of disk space. Maybe 150 GB is not enough to hold the container image + input data? You can also try Fusion. It will lazy load the input data instead of downloading everything at once, and it will respect the disk space that you give it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone, I am having a problem with AWS Batch.
Sometimes I am having the same issue in another steps but I do not know how to solve it. I am using an AWS Linux ECS-Optimized AMI with 8 GB root and 142 GB EBS volume. What might be the problem here?
My config:
Why I am having this error?
Beta Was this translation helpful? Give feedback.
All reactions