Browse Source

H2O: Yet another adjustment to the number of database connections (#3730)

Anton Kirilov 7 years ago
parent
commit
74ee1b0d99
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

@@ -17,7 +17,7 @@ if [[ "$CPU_COUNT" -gt 16 ]]; then
 	# In the physical hardware environment the number of threads used by the application is not
 	# the same as the number of logical CPU cores that the database server has, so we need to
 	# adjust the maximum number of database connections per thread accordingly.
-	DB_CONN=6
+	DB_CONN=5
 else
 	echo "Running h2o_app in the cloud environment."
 	USE_PROCESSES=false