diff options
-rw-r--r-- | OpenSim/Region/Application/OpenSim.cs | 3 | ||||
-rwxr-xr-x | bin/OpenSim.exe.config | 2 | ||||
-rw-r--r-- | bin/Robust.exe.config | 2 |
3 files changed, 3 insertions, 4 deletions
diff --git a/OpenSim/Region/Application/OpenSim.cs b/OpenSim/Region/Application/OpenSim.cs index 7ac6eb9..f9f103a 100644 --- a/OpenSim/Region/Application/OpenSim.cs +++ b/OpenSim/Region/Application/OpenSim.cs | |||
@@ -33,6 +33,7 @@ using System.Diagnostics; | |||
33 | using System.IO; | 33 | using System.IO; |
34 | using System.Linq; | 34 | using System.Linq; |
35 | using System.Reflection; | 35 | using System.Reflection; |
36 | using System.Runtime; | ||
36 | using System.Text; | 37 | using System.Text; |
37 | using System.Text.RegularExpressions; | 38 | using System.Text.RegularExpressions; |
38 | using System.Timers; | 39 | using System.Timers; |
@@ -124,6 +125,8 @@ namespace OpenSim | |||
124 | Util.InitThreadPool(stpMinThreads, stpMaxThreads); | 125 | Util.InitThreadPool(stpMinThreads, stpMaxThreads); |
125 | 126 | ||
126 | m_log.Info("[OPENSIM MAIN]: Using async_call_method " + Util.FireAndForgetMethod); | 127 | m_log.Info("[OPENSIM MAIN]: Using async_call_method " + Util.FireAndForgetMethod); |
128 | |||
129 | m_log.InfoFormat("[OPENSIM MAIN] Running GC in {0} mode", GCSettings.IsServerGC ? "server":"workstation"); | ||
127 | } | 130 | } |
128 | 131 | ||
129 | #if (_MONO) | 132 | #if (_MONO) |
diff --git a/bin/OpenSim.exe.config b/bin/OpenSim.exe.config index f1bf8a0..3f718d2 100755 --- a/bin/OpenSim.exe.config +++ b/bin/OpenSim.exe.config | |||
@@ -5,8 +5,6 @@ | |||
5 | </configSections> | 5 | </configSections> |
6 | <runtime> | 6 | <runtime> |
7 | <loadFromRemoteSources enabled="true" /> | 7 | <loadFromRemoteSources enabled="true" /> |
8 | <gcConcurrent enabled="true" /> | ||
9 | <gcServer enabled="true" /> | ||
10 | </runtime> | 8 | </runtime> |
11 | <appSettings> | 9 | <appSettings> |
12 | </appSettings> | 10 | </appSettings> |
diff --git a/bin/Robust.exe.config b/bin/Robust.exe.config index 7db6458..025555e 100644 --- a/bin/Robust.exe.config +++ b/bin/Robust.exe.config | |||
@@ -5,8 +5,6 @@ | |||
5 | </configSections> | 5 | </configSections> |
6 | <runtime> | 6 | <runtime> |
7 | <loadFromRemoteSources enabled="true" /> | 7 | <loadFromRemoteSources enabled="true" /> |
8 | <gcConcurrent enabled="true" /> | ||
9 | <gcServer enabled="true" /> | ||
10 | </runtime> | 8 | </runtime> |
11 | <appSettings> | 9 | <appSettings> |
12 | </appSettings> | 10 | </appSettings> |