mirror of
https://git.savannah.gnu.org/git/parallel.git
synced 2024-11-22 14:07:55 +00:00
18 lines
500 B
Plaintext
18 lines
500 B
Plaintext
### Test if we can deal with output > 4 GB
|
|
46a318993dfc8e2afd71ff2bc6f605f1 -
|
|
**
|
|
### Test Force outside the file handle limit, 2009-02-17 Gave fork error
|
|
parallel: Warning: Only enough file handles to run 252 jobs in parallel.
|
|
Raising ulimit -n or /etc/security/limits.conf may help.
|
|
Start
|
|
end
|
|
**
|
|
### Test of --retries on unreachable host
|
|
ssh: connect to host 4.3.2.1 port 22: Connection timed out
|
|
parallel: Warning: Could not figure out number of cpus on 4.3.2.1 (). Using 1.
|
|
echo 1
|
|
1
|
|
echo 2
|
|
2
|
|
**
|