From: Fred T. Hamster Date: Sat, 12 Oct 2013 14:13:38 +0000 (-0400) Subject: updating number of threads to see if that improves the really bad runtime X-Git-Tag: 2.140.90~905 X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=371513ce86874e266cae5534c589927f2c696473 updating number of threads to see if that improves the really bad runtime behavior, where cpu usage eventually goes to 100% on all cpus. this has been suggested as a potential solution. --- diff --git a/scripts/opensim/opensim_utils.sh b/scripts/opensim/opensim_utils.sh index 3985411f..c1ea58db 100644 --- a/scripts/opensim/opensim_utils.sh +++ b/scripts/opensim/opensim_utils.sh @@ -5,7 +5,7 @@ source "$FEISTY_MEOW_SCRIPTS/core/functions.sh" # set up some parameters that we believe (or have been told) are beneficial. -export MONO_THREADS_PER_CPU=408 +export MONO_THREADS_PER_CPU=808 # we run the processes with a little cpu de-prioritization. we do not want # them taking over completely if there's a runaway mono tornado.