set gc memory high pressure to 50% of total memory (sadly it may decide to ignore); change show stats memory report; let robust also show memory on show stats

This commit is contained in:
UbitUmarov
2024-04-04 17:45:38 +01:00
parent f51f81d53f
commit d00dbe11c0
5 changed files with 68 additions and 24 deletions

View File

@@ -1234,7 +1234,9 @@ namespace OpenSim.Region.Framework.Scenes
}
*/
scriptedcontrols.Clear();
// gc gets confused with this cycling
ControllingClient = null;
GodController = null; // gc gets confused with this cycling
}
}