From: P2P-Next User Date: Wed, 20 Oct 2010 10:26:35 +0000 (+0300) Subject: data_gen.sh without 1GiB file generation X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=commitdiff_plain;h=822354f993f0e0dc2826a64632c50036b2c572ec;p=p2p-testing-infrastructure.git data_gen.sh without 1GiB file generation --- diff --git a/Utils/tsup-experiment/data_gen.sh b/Utils/tsup-experiment/data_gen.sh index f7433b9..f9ba8b0 100755 --- a/Utils/tsup-experiment/data_gen.sh +++ b/Utils/tsup-experiment/data_gen.sh @@ -14,6 +14,6 @@ if [ ! -e Data.256M ]; then dd if=/dev/urandom of=Data.256M bs=1M count=256 fi -if [ ! -e Data.1024M ]; then - dd if=/dev/urandom of=Data.1024M bs=1M count=1024 -fi \ No newline at end of file +#if [ ! -e Data.1024M ]; then +# dd if=/dev/urandom of=Data.1024M bs=1M count=1024 +#fi