Skip to main content

Troubleshooting

Too many open files

If you're experiencing an error about too many open files, increase the ulimit for the container. Append the following to your Nextflow configuration:

process.containerOptions = '--ulimit nofile=1048576:1048576'