浏览代码

H2O: Adjust the number of database connections in the cloud environment (#4371)

Anton Kirilov 6 年之前
父节点
当前提交
2c9bd34bd2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      frameworks/C/h2o/start-servers.sh

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

@@ -18,7 +18,7 @@ if [[ "$CPU_COUNT" -gt 16 ]]; then
 else
 	echo "Running h2o_app in the cloud environment."
 	USE_PROCESSES=false
-	DB_CONN=8
+	DB_CONN=5
 fi
 
 build_h2o_app()