Browse Source

Change default size in run-experiment to 20

Ian Goldberg 1 year ago
parent
commit
775d233f3b
1 changed files with 1 additions and 1 deletions
  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