Open nh13 opened 2 years ago
Came here to ask for this same feature, specifically for instance types.
The WDL spec suggests that backend/specific configuration should be specified as follows:
runtime {
aws: {
instanceType: "c5.16xlarge"
}
}
hints {
aws: {
instanceType: "c5.16xlarge"
}
}
Does anyone know how to configure the disk space in runtime? It seems "disks" is ignored by miniwdl and my workflow fails because "No space left on device" error.
@SebastianGuelfi
/tmp
; typically on local scratch disks or EBS volumes) that are filling up?
I am looking to set batch job specific information prior to submission, for example: