Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Newbie Cromwell set memory question #7335

Open
zoeward-nz opened this issue Dec 6, 2023 · 0 comments
Open

Newbie Cromwell set memory question #7335

zoeward-nz opened this issue Dec 6, 2023 · 0 comments

Comments

@zoeward-nz
Copy link

Hi,

I am a novice BI trying to implement cromwell via GATK exomesinglesample.wdl on a slurm HPC.
I notice the Haplotype Caller stage tries to use all available memory on the system -1024 with:
available_memory_mb=$(free -m | awk '/^Mem/ {print $2}')
let java_memory_size_mb=available_memory_mb-1024

which is causing problems.
Is there a way of setting the maximum memory that this rule can grab in the config file?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant