Parallel without executions limit
Run command without parameter and (almost) without executions limit:
1 | printf -- '\n%.0s' {1..800000} | parallel -i -j 10 -- echo ok |
Recommendations
Recommendations
Run command without parameter and (almost) without executions limit:
1 | printf -- '\n%.0s' {1..800000} | parallel -i -j 10 -- echo ok |