Преглед изворни кода

H2O: Switch back to running multithreaded again (#4142)

Anton Kirilov пре 7 година
родитељ
комит
034f33c7bd
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      frameworks/C/h2o/start-servers.sh

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

@@ -13,7 +13,7 @@ TROOT=/
 # A hacky way to detect whether we are running in the physical hardware or the cloud environment.
 # A hacky way to detect whether we are running in the physical hardware or the cloud environment.
 if [[ "$CPU_COUNT" -gt 16 ]]; then
 if [[ "$CPU_COUNT" -gt 16 ]]; then
 	echo "Running h2o_app in the physical hardware environment."
 	echo "Running h2o_app in the physical hardware environment."
-	USE_PROCESSES=true
+	USE_PROCESSES=false
 	DB_CONN=3
 	DB_CONN=3
 else
 else
 	echo "Running h2o_app in the cloud environment."
 	echo "Running h2o_app in the cloud environment."