mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
a few changes to warp3d map
This commit is contained in:
@@ -1775,9 +1775,12 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
|
||||
if (!LoginsEnabled && Frame == 20)
|
||||
{
|
||||
GCSettings.LargeObjectHeapCompactionMode = GCLargeObjectHeapCompactionMode.CompactOnce;
|
||||
GC.Collect();
|
||||
GC.WaitForPendingFinalizers();
|
||||
GC.Collect();
|
||||
GCSettings.LargeObjectHeapCompactionMode = GCLargeObjectHeapCompactionMode.Default;
|
||||
|
||||
if (!LoginLock)
|
||||
{
|
||||
if (!StartDisabled)
|
||||
|
||||
Reference in New Issue
Block a user