Skip to content

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

@jashapiro

Description

@jashapiro

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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions