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

Memory requirements unclear #185

Open
hendrikweisser opened this issue Mar 28, 2022 · 0 comments
Open

Memory requirements unclear #185

hendrikweisser opened this issue Mar 28, 2022 · 0 comments

Comments

@hendrikweisser
Copy link

I ran the ProteomicsLFQ workflow on some test data on a machine with 64 GB RAM. If I don't change the "--max_memory" setting (default: "128.GB"), the pipeline fails during the "proteomicslfq" step with the following message:

Error executing process > 'proteomicslfq (1)'

Caused by:
  Process requirement exceed available memory -- req: 64 GB; avail: 62.8 GB

However, if I set "--max_memory 48.GB", the error goes away and the step finishes. So obviously this isn't a big problem, but I don't understand why "proteomicslfq" asks for a large amount of memory (that it doesn't need), but not for the maximum amount specified by the parameter. In addition, if "--max_memory" needs to be adapted to the available RAM, this should be documented and the parameter not hidden by default.

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