mirror of
https://git.savannah.gnu.org/git/parallel.git
synced 2024-11-22 14:07:55 +00:00
21 lines
388 B
Plaintext
21 lines
388 B
Plaintext
### Test niceload -q
|
|
This works
|
|
|
|
### --rm and --runmem
|
|
OK--rm
|
|
OK--runmem
|
|
### -N and --noswap. Must give 0
|
|
-N 0
|
|
--noswap 0
|
|
### --soft -f and test if child is actually suspended and thus takes longer
|
|
1000000 1000000 6888896
|
|
This should finish first
|
|
1000000 1000000 6888896
|
|
This should finish last
|
|
### -H and --hard
|
|
OK-l9.9
|
|
OK-l9
|
|
### -f and --factor
|
|
f 0.1 finish first
|
|
factor 10 finish last
|