Skip to content
Discussion options

You must be logged in to vote

I was able to fix the problem by changing

process {
    executor = 'local'
}

to

process {
    cpus = SysHelper.getAvailCpus()
    executor = 'local'
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ardydavari
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
1 participant
Converted from issue

This discussion was converted from issue #2304 on September 13, 2021 17:24.