Browse Source

H2O: Increase the cache capacity (#3975)

This is an experimental change to determine if there are any
conflict and capacity misses in the cache.
Anton Kirilov 7 years ago
parent
commit
fb6bfbb8da
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frameworks/C/h2o/start-servers.sh

+ 1 - 1
frameworks/C/h2o/start-servers.sh

@@ -40,7 +40,7 @@ run_h2o_app()
 {
 {
 	taskset -c "$1" "$2/h2o_app" -a20 -f "$3/template/fortunes.mustache" -m "$DB_CONN" "$4" "$5" \
 	taskset -c "$1" "$2/h2o_app" -a20 -f "$3/template/fortunes.mustache" -m "$DB_CONN" "$4" "$5" \
 	        -d "host=tfb-database dbname=hello_world user=benchmarkdbuser \
 	        -d "host=tfb-database dbname=hello_world user=benchmarkdbuser \
-	            password=benchmarkdbpass" &
+	            password=benchmarkdbpass" -w262144 &
 }
 }
 
 
 generate_profile_data()
 generate_profile_data()