Bug fix: output bigger than 4 GB causes out of memory

This commit is contained in:
Ole Tange 2009-06-07 23:29:42 +02:00
parent 04ac9f3c02
commit ae9ed6753c
6 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1 @@
foo

View file

@ -0,0 +1 @@
75da7edc12b129d109af92592c61da56 -

View file

@ -0,0 +1,4 @@
#!/bin/bash
# Test the empty line
echo | parallel echo foo

View file

@ -0,0 +1,4 @@
#!/bin/bash
# Test if we can deal with output > 4 GB
echo | parallel 'dd if=/dev/zero count=43 bs=100000k; echo 1; echo 2' | md5sum

View file

@ -0,0 +1 @@
foo

View file

@ -0,0 +1 @@
75da7edc12b129d109af92592c61da56 -