aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.exe.config
diff options
context:
space:
mode:
authorTedd Hansen2008-12-05 12:42:32 +0000
committerTedd Hansen2008-12-05 12:42:32 +0000
commit081383c8cb8ad8075872df94e05c19409a6bd3cb (patch)
treeecc430c779756e44dd63a1511a2ac72e9c98b125 /bin/OpenSim.exe.config
parentMantis #2350 (diff)
downloadopensim-SC_OLD-081383c8cb8ad8075872df94e05c19409a6bd3cb.zip
opensim-SC_OLD-081383c8cb8ad8075872df94e05c19409a6bd3cb.tar.gz
opensim-SC_OLD-081383c8cb8ad8075872df94e05c19409a6bd3cb.tar.bz2
opensim-SC_OLD-081383c8cb8ad8075872df94e05c19409a6bd3cb.tar.xz
Garbage Collector
* Enabled GC server * Enabled concurrent collections
Diffstat (limited to 'bin/OpenSim.exe.config')
-rw-r--r--bin/OpenSim.exe.config4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/OpenSim.exe.config b/bin/OpenSim.exe.config
index 8548986..fa42e2c 100644
--- a/bin/OpenSim.exe.config
+++ b/bin/OpenSim.exe.config
@@ -1,5 +1,9 @@
1<?xml version="1.0" encoding="utf-8" ?> 1<?xml version="1.0" encoding="utf-8" ?>
2<configuration> 2<configuration>
3 <runtime>
4 <gcConcurrent enabled="true" />
5 <gcServer enabled="true" />
6 </runtime>
3 <configSections> 7 <configSections>
4 <section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler,log4net" /> 8 <section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler,log4net" />
5 </configSections> 9 </configSections>