aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorMelanie2009-10-22 04:02:26 +0100
committerMelanie2009-10-22 04:02:26 +0100
commit8ce4fd7234bd460652f6159a3b7a21d2bebee05d (patch)
tree790e26802bcf41a286a98b734b57ae7b5dc9ed8f /bin
parentAdd MaxPoolThreads in startup to limit the size of the thread pool used (diff)
downloadopensim-SC_OLD-8ce4fd7234bd460652f6159a3b7a21d2bebee05d.zip
opensim-SC_OLD-8ce4fd7234bd460652f6159a3b7a21d2bebee05d.tar.gz
opensim-SC_OLD-8ce4fd7234bd460652f6159a3b7a21d2bebee05d.tar.bz2
opensim-SC_OLD-8ce4fd7234bd460652f6159a3b7a21d2bebee05d.tar.xz
Reduce the default pool threads to 15 (from 30) and the minimum from 5 to 2
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 92e6d91..25d3f39 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -43,7 +43,7 @@
43 clientstack_plugin="OpenSim.Region.ClientStack.LindenUDP.dll" 43 clientstack_plugin="OpenSim.Region.ClientStack.LindenUDP.dll"
44 44
45 ; Max threads to allocate on the FireAndForget pool 45 ; Max threads to allocate on the FireAndForget pool
46 MaxPoolThreads = 30 46 MaxPoolThreads = 15
47 47
48 ; ## 48 ; ##
49 ; ## REGIONS 49 ; ## REGIONS