]> p2p-next.cs.pub.ro Git - p2p-testing-infrastructure.git/commitdiff
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 f7433b9ae27a9e56f883823e4fda6430cf5d4cad..f9ba8b0ab9435ba0165511008bccde5791363129 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