Skip to content

Commit

Permalink
Merge pull request #378 from maxulysse/dev_sparkfix
Browse files Browse the repository at this point in the history
fix: spark issues
  • Loading branch information
maxulysse committed May 27, 2021
2 parents 6bd689a + ae806d9 commit 962e9da
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -150,11 +150,7 @@ profiles {
podman.enabled = false
shifter.enabled = false
charliecloud.enabled = false
// Avoid this error:
// WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
// Testing this in nf-core after discussion here https://github.com/nf-core/tools/pull/351
// once this is established and works well, nextflow might implement this behavior as new default.
docker.runOptions = '-u \$(id -u):\$(id -g)'
docker.userEmulation = true
}
singularity {
docker.enabled = false
Expand Down

0 comments on commit 962e9da

Please sign in to comment.