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

Fastqc: FIX memory over-allocation #6156

Merged
merged 3 commits into from
Aug 22, 2024

Conversation

sguizard
Copy link
Contributor

@sguizard sguizard commented Aug 9, 2024

Fastqc will allocate to the JVM --memory * --threads RAM .
This results in the job to be killed by scheduler for exceeding the amount of RAM requested.

Dividing the task.memory by task.cpus allow to stick to requested amount of RAM.

@SPPearce
Copy link
Contributor

Can you please add a comment in the code explaining why it is required.

@sguizard
Copy link
Contributor Author

Sure!
This is done.

@SPPearce SPPearce added this pull request to the merge queue Aug 22, 2024
Merged via the queue into nf-core:master with commit b49b899 Aug 22, 2024
19 checks passed
@sguizard
Copy link
Contributor Author

Thanks Simon!

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

Successfully merging this pull request may close these issues.

2 participants