mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
mantis 8551: Simplify Yengine heap usage control
This commit is contained in:
@@ -888,7 +888,7 @@ namespace OpenSim.Region.ScriptEngine.Yengine
|
||||
m_SleepUntil = DateTime.MinValue; // not doing llSleep()
|
||||
m_ResetCount++; // has been reset once more
|
||||
|
||||
heapUsed = 0;
|
||||
m_heapUsed = 0;
|
||||
glblVars.Clear();
|
||||
|
||||
// Tell next call to 'default state_entry()' to reset all global
|
||||
|
||||
Reference in New Issue
Block a user