mirror of
https://git.savannah.gnu.org/git/parallel.git
synced 2024-11-22 22:17:54 +00:00
3e5393b1c0
testsuite: Test --memfree blocks for 1TB. testsuite: Test transfer of (assoc) arrays. testsuite: Test that the remote perl-wrapper works.
10 lines
337 B
Plaintext
10 lines
337 B
Plaintext
echo '### test memfree'
|
|
### test memfree
|
|
parallel --memfree 1k echo Free mem: ::: 1k
|
|
Free mem: 1k
|
|
stdout parallel --timeout 3 --argsep II parallel --memfree 1t echo Free mem: ::: II 1t
|
|
parallel: SIGTERM received. No new jobs will be started.
|
|
parallel: Waiting for these 0 jobs to finish. Send SIGTERM again to stop now.
|
|
echo '**'
|
|
**
|