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"