|
@@ -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."
|