What is the maximum value acceptable for xargs -P argument? [duplicate]
Solution 1:
The maximum is implementation-dependent. You can show it by running xargs --show-limits
(assuming Linux). There may also by (socket) limits by the OS or the user you're running this under.