From 4fa7bb2f48e2d525b16c5728fda1d7ee7869b324 Mon Sep 17 00:00:00 2001 From: "Fred T. Hamster" Date: Sat, 12 Oct 2013 10:20:35 -0400 Subject: [PATCH] trying upping this thread count more, although it actually seems to be driving behavior in the opposite direction and everything is failing during opensim startup now. --- scripts/opensim/opensim_utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/opensim/opensim_utils.sh b/scripts/opensim/opensim_utils.sh index c1ea58db..ed431ed6 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=808 +export MONO_THREADS_PER_CPU=1208 # 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. -- 2.34.1