From 081383c8cb8ad8075872df94e05c19409a6bd3cb Mon Sep 17 00:00:00 2001 From: Tedd Hansen Date: Fri, 5 Dec 2008 12:42:32 +0000 Subject: [PATCH] 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 64989ea284..9213c6174b 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 a028deb6187ea4f31cb131b9b0c58429f6cfa130..cc73c8bc981264031193f9d8f48d083ff8801d0d 100755 GIT binary patch delta 67 zcmZqBY0#O_!P22%>AA7z1E)abaWAJOSAM%S1fTW$?LM_=au3%VuZbO3O1hFX4{i0sw?l8Yln& diff --git a/bin/OpenSim.32BitLaunch.exe.config b/bin/OpenSim.32BitLaunch.exe.config index 70d179f749..1a8267cc6d 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 0af0597717d8643893e243d5fd98507c772e295d..5083dd5df55f3252aafaf38f604cb826b7012cc0 100644 GIT binary patch delta 112 zcmZpOX^7dt!X?q6VCl)oz`)?-S-qo?Tghpg<{(Li&C*JdOe_LMhomQ0sJJoZGHgDe;=+i>D77c-07s4?G5`Po delta 112 zcmZpOX^7dt!X@D!@!f-wfq}uSzmVa0ey)47ZbO3O1h%W%EnWYd`-v~Gd^W@`3UWV~ncuztw^>>#l8I% + + + +