Changes between Initial Version and Version 1 of Ticket #7101, comment 8
- Timestamp:
- May 16, 2023, 5:11:57 PM (3 years ago)
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 pseuodbon fgroups 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:1 The 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: 2 2 3 3 With GUI: 253.5 / 293.3