Explorar el Código

Change default size in run-experiment to 20

Ian Goldberg hace 1 año
padre
commit
775d233f3b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      run-experiment

+ 1 - 1
run-experiment

@@ -7,7 +7,7 @@ p1addr=$(docker inspect --format='{{ .NetworkSettings.IPAddress }}' floram_p1)
 # The Floram mode and size
 # mode is read, write, readwrite, or init
 mode=read
-size=26
+size=20
 iters=128
 port=3000
 if [ "$1" != "" ]; then