Update phase3 batch size
authorMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Mon, 22 Jun 2009 18:35:58 +0000 (14:35 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Mon, 22 Jun 2009 18:35:58 +0000 (14:35 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
runpaul-phase3.sh

index f2d6f82114f488faa5a5d297d7059c6a1bff68fd..1956062ee752d53fc6c9613bd3699b8960d79003 100755 (executable)
@@ -27,8 +27,8 @@ EXTRA_OPTS=$(for a in $(seq 0 2 127); do echo -n "-a ${a} "; done)
 rm -f runall.log
 rm -fr runall.detail.log
 
-#setting gc each 4096. ** UPDATE FOR YOUR ARCHITECTURE BASED ON PHASE 1 RESULT **
-EXTRA_OPTS+="-b 4096"
+#setting gc each 32768. ** UPDATE FOR YOUR ARCHITECTURE BASED ON PHASE 1 RESULT **
+EXTRA_OPTS+="-b 32768"
 
 #Test scalability :
 # x: vary number of readers from 0 to num cpus
This page took 0.025289 seconds and 4 git commands to generate.