mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
Manually calling GC.Collect() really shouldnt' be necessary and is generally regarded as a bad idea. A GC should occur anyway pretty shortly afterwards. However, can leave this in development code for now to see if it does actually make a significant difference rather than simply doing a GC a little earlier.