Add "force gc" region console command which manually invokes garbage collection.

For debugging purposes.
This commit is contained in:
Justin Clark-Casey (justincc)
2012-10-29 22:53:06 +00:00
parent 3531f29a6a
commit c97890ca69
2 changed files with 13 additions and 1 deletions

View File

@@ -74,8 +74,9 @@ namespace OpenSim.Region.Framework.Scenes
{
// ~ScenePresence()
// {
// m_log.Debug("[SCENE PRESENCE] Destructor called");
// m_log.DebugFormat("[SCENE PRESENCE]: Destructor called on {0}", Name);
// }
private void TriggerScenePresenceUpdated()
{
if (m_scene != null)