Ver código fonte

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

Anton Kirilov 6 anos atrás
pai
commit
2c9bd34bd2
1 arquivos alterados com 1 adições e 1 exclusões
  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()