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

Update launch script to set higher JVM memory usage. #124

Open
jashapiro opened this issue Feb 10, 2025 · 0 comments
Open

Update launch script to set higher JVM memory usage. #124

jashapiro opened this issue Feb 10, 2025 · 0 comments

Comments

@jashapiro
Copy link
Member

Related to https://github.com/AlexsLemonade/OpenScPCA-infra/issues/106#issuecomment-2644109508

If we decrease the size of the nextflow runner instances (and even if we do not), we will want to be sure that we provide enough RAM to the JVM that Nextflow runs on. The following additional setting will set the max to 75% of the available RAM, which should be a reasonable setting as the runner is pretty much never doing anything else.

export NXF_JVM_ARGS="-XX:InitialRAMPercentage=25 -XX:MaxRAMPercentage=75"
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