Changes between Initial Version and Version 1 of Ticket #7101, comment 8


Ignore:
Timestamp:
May 16, 2023, 5:11:57 PM (3 years ago)
Author:
Eric Pettersen

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7101, comment 8

    initial v1  
    1 The remaining memory leak was a false flag.  The drawing code keeps references to pseuodbonf groups that don't get released until the next frame draw, so memory use seems to accumulate unless you put a "wait 1" in the loop.  With "wait 1" in the script loop, memory use before and after execution (100 open/close of 7azs) was:
     1The remaining memory leak was a false flag.  The drawing code keeps references to pseuodbond groups that don't get released until the next frame draw, so memory use seems to accumulate unless you put a "wait 1" in the loop.  With "wait 1" in the script loop, memory use before and after execution (100 open/close of 7azs) was:
    22
    33With GUI: 253.5 / 293.3