diff options
author | Justin Clark-Casey (justincc) | 2012-02-15 01:45:25 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-02-15 01:45:25 +0000 |
commit | ebe5e1731d24e68ec7a8aa61a397f5febc1c2662 (patch) | |
tree | e735ca22a967b6fc82e36678042dbc53db5bfee9 /share/Schemas | |
parent | Fix: get embedded objects from Notecard fails with activated FreeSwitchVoiceM... (diff) | |
download | opensim-SC_OLD-ebe5e1731d24e68ec7a8aa61a397f5febc1c2662.zip opensim-SC_OLD-ebe5e1731d24e68ec7a8aa61a397f5febc1c2662.tar.gz opensim-SC_OLD-ebe5e1731d24e68ec7a8aa61a397f5febc1c2662.tar.bz2 opensim-SC_OLD-ebe5e1731d24e68ec7a8aa61a397f5febc1c2662.tar.xz |
In ObjectTortureTests, run garbage collector on Teardown and run scene loop update when scene objects have been deleted.
At least on mono 2.6.4, running GC.Collect() is not guaranteed to force gc of all objects when run in the same method where those objects had references.
Therefore, GC.Collect() is now being done in the per-script teardown of ObjectTortureTests.
In addition, scene loop update is being run after garbage collection in order to clean out the viewer update list of scene objects in the SceneGraph.
These measures mean that scene objects/parts are now garbage collected after a test run if deleted from the scene, resulting in a much better memory usage report (though probably still not very accurate).
However, deletion takes a very long time - what's really needed is to find out now why the entire scene isn't being GC'd by this measure.
This change hasn't yet been applied to the other stress tests.
Diffstat (limited to 'share/Schemas')
0 files changed, 0 insertions, 0 deletions