data_gen.sh without 1GiB file generation
authorP2P-Next User <p2p@p2p-next-04-201.grid.pub.ro>
Wed, 20 Oct 2010 10:26:35 +0000 (13:26 +0300)
committerP2P-Next User <p2p@p2p-next-04-201.grid.pub.ro>
Wed, 20 Oct 2010 10:26:35 +0000 (13:26 +0300)
Utils/tsup-experiment/data_gen.sh

index f7433b9..f9ba8b0 100755 (executable)
@@ -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