process my_process {
memory {16.GB * task.attempt}
clusterOptions "-l h_vmem=${memory.toString().replaceAll(/[\sB]/,'')}"
...
}
Cited from ConfigurationperJobMemLimit Specifies Platform LSF per-job memory limit mode
No comments:
Post a Comment