1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-09-21 06:02:03 +00:00

Added another Java process that needs memory overhead

This commit is contained in:
ameynert 2022-09-09 08:37:21 +01:00 committed by GitHub
parent 29a0b30d85
commit a808933da8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,6 +9,9 @@ process {
cpus = 1
clusterOptions = {"-l h_vmem=${(task.memory + 4.GB).bytes/task.cpus}"}
}
withName:LEARNREADORIENTATIONMODEL {
clusterOptions = {"-l h_vmem=${(task.memory + 4.GB).bytes/task.cpus}"}
}
withName:QUALIMAP_BAMQC {
cpus = 8
memory = 128.GB