소스 검색

H2O: Increase the cache capacity further (#4006)

Anton Kirilov 7 년 전
부모
커밋
2dd521ddc3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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" \
 	        -d "host=tfb-database dbname=hello_world user=benchmarkdbuser \
-	            password=benchmarkdbpass" -w262144 &
+	            password=benchmarkdbpass" -w536870912 &
 }
 
 generate_profile_data()