From 081383c8cb8ad8075872df94e05c19409a6bd3cb Mon Sep 17 00:00:00 2001 From: Tedd Hansen Date: Fri, 5 Dec 2008 12:42:32 +0000 Subject: Garbage Collector * Enabled GC server * Enabled concurrent collections --- OpenSim/Region/Application/OpenSim.cs | 4 ++++ bin/OpenSim.32BitLaunch.exe | Bin 5632 -> 5632 bytes bin/OpenSim.32BitLaunch.exe.config | 4 ++++ bin/OpenSim.32BitLaunch.pdb | Bin 11776 -> 11776 bytes bin/OpenSim.exe.config | 4 ++++ 5 files changed, 12 insertions(+) diff --git a/OpenSim/Region/Application/OpenSim.cs b/OpenSim/Region/Application/OpenSim.cs index 64989ea..9213c61 100644 --- a/OpenSim/Region/Application/OpenSim.cs +++ b/OpenSim/Region/Application/OpenSim.cs @@ -31,6 +31,7 @@ using System.Collections.Generic; using System.IO; using System.Net; using System.Reflection; +using System.Runtime; using System.Threading; using OpenMetaverse; using log4net; @@ -91,6 +92,9 @@ namespace OpenSim m_log.Info("========================= STARTING OPENSIM ========================="); m_log.Info("===================================================================="); m_log.InfoFormat("[OPENSIM MAIN]: Running in {0} mode", (ConfigurationSettings.Standalone ? "sandbox" : "grid")); + m_log.InfoFormat("[OPENSIM MAIN]: GC Is Server GC: {0}", GCSettings.IsServerGC.ToString()); + m_log.InfoFormat("[OPENSIM MAIN]: GC Latency Mode: {0}", GCSettings.LatencyMode.ToString()); + m_log.InfoFormat("[OPENSIM MAIN]: GC Latency Mode: {0}", GCSettings.LatencyMode.ToString()); m_console = new ConsoleBase("Region", this); MainConsole.Instance = m_console; diff --git a/bin/OpenSim.32BitLaunch.exe b/bin/OpenSim.32BitLaunch.exe index a028deb..cc73c8b 100755 Binary files a/bin/OpenSim.32BitLaunch.exe and b/bin/OpenSim.32BitLaunch.exe differ diff --git a/bin/OpenSim.32BitLaunch.exe.config b/bin/OpenSim.32BitLaunch.exe.config index 70d179f..1a8267c 100644 --- a/bin/OpenSim.32BitLaunch.exe.config +++ b/bin/OpenSim.32BitLaunch.exe.config @@ -1,5 +1,9 @@ + + + +
diff --git a/bin/OpenSim.32BitLaunch.pdb b/bin/OpenSim.32BitLaunch.pdb index 0af0597..5083dd5 100644 Binary files a/bin/OpenSim.32BitLaunch.pdb and b/bin/OpenSim.32BitLaunch.pdb differ 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 @@ + + + +
-- cgit v1.1