Navigation Menu

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

Pipeline won't work for some clusters due to Java tool parameters #672

Closed
2 of 5 tasks
jfy133 opened this issue Jan 27, 2021 · 1 comment
Closed
2 of 5 tasks

Pipeline won't work for some clusters due to Java tool parameters #672

jfy133 opened this issue Jan 27, 2021 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@jfy133
Copy link
Member

jfy133 commented Jan 27, 2021

Check Documentation

I have checked the following places for your error:

Description of the bug

Eager won't work on some clusters because for Java tools we have specified -Xms, therefore heapspace gets over allocated to compensate the amount allocated for the program itself.

If we remove Xms it would give us enough space not to crash on clusters which have very strict job requests.

Steps to reproduce

Steps to reproduce the behaviour:

  1. Command line: nextflow run ...
  2. See error: Please provide your error message

Expected behaviour

Log files

Have you provided the following extra information/files:

  • The command used to run the pipeline
  • The .nextflow.log file
  • The exact error:

System

  • Hardware:
  • Executor:
  • OS:
  • Version

Nextflow Installation

  • Version:

Container engine

  • Engine:
  • version:
  • Image tag:

Additional context

@jfy133 jfy133 added the bug Something isn't working label Jan 27, 2021
@jfy133 jfy133 self-assigned this Jan 27, 2021
@jfy133
Copy link
Member Author

jfy133 commented Mar 10, 2021

Completed in #689

@jfy133 jfy133 closed this as completed Mar 10, 2021
@jfy133 jfy133 added this to the 2.3.2 Patch Release milestone Mar 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant