diff options
author | Justin Clark-Casey (justincc) | 2014-08-08 23:29:33 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2014-08-08 23:34:49 +0100 |
commit | a4835250161b9bdf47de00399899a36a4fdd1016 (patch) | |
tree | ac1213bc0be75a90537d52833035440246bfd310 /bin/OpenSimDefaults.ini | |
parent | Fix short help string for show region command. (diff) | |
download | opensim-SC_OLD-a4835250161b9bdf47de00399899a36a4fdd1016.zip opensim-SC_OLD-a4835250161b9bdf47de00399899a36a4fdd1016.tar.gz opensim-SC_OLD-a4835250161b9bdf47de00399899a36a4fdd1016.tar.bz2 opensim-SC_OLD-a4835250161b9bdf47de00399899a36a4fdd1016.tar.xz |
Change default max threads if SmartThreadPool is used as the main thread pool from 15 to 300
Running out of such threads under heavy load causes delayed packet processing which can lead to spurious UDP resends and knock on issues.
We already massively boost the min/max builtin pool worker and IOCP threads (which even with STP are still used for inbound network requests) without obvious adverse effects.
The threads are only instantiated if they are required.
This change does not affect other async_call_method options.
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-rw-r--r-- | bin/OpenSimDefaults.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 708a094..1b697bb 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -55,7 +55,7 @@ | |||
55 | 55 | ||
56 | ; Max threads to allocate on the FireAndForget thread pool | 56 | ; Max threads to allocate on the FireAndForget thread pool |
57 | ; when running with the SmartThreadPool option above | 57 | ; when running with the SmartThreadPool option above |
58 | MaxPoolThreads = 15 | 58 | MaxPoolThreads = 300 |
59 | 59 | ||
60 | ; Plugin Registry Location | 60 | ; Plugin Registry Location |
61 | ; Set path to directory for plugin registry. Information about the | 61 | ; Set path to directory for plugin registry. Information about the |