[CONPY-119] Memory leak Created: 2020-10-02 Updated: 2020-10-03 Resolved: 2020-10-03 |
|
| Status: | Closed |
| Project: | MariaDB Connector/Python |
| Component/s: | DBAPI 2.0 |
| Affects Version/s: | 1.0.2 |
| Fix Version/s: | 1.0.3 |
| Type: | Bug | Priority: | Blocker |
| Reporter: | Stefko | Assignee: | Georg Richter |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Python 3.7.4/Windows 7 |
||
| Attachments: |
|
| Description |
|
With a reference to my previous report of memory leak ( I've been running the script for 10 minutes on my PC and the memory usage reported by the Windows Task Manager started from 6336K to reach stable level of 6492K. This test was run after a slight modification of the test script, namely: added gc.collect() at every 100th iteration. Then I modified the script thus: Still gc.collect() every 100th iteration. Running this modified script for 10 minutes showed memory usage increase from initial 6348K to 7064K. |
| Comments |
| Comment by Georg Richter [ 2020-10-03 ] |
|
Fixed in rev. 846c0d0fdb3bc28d3d7cfb4b43915811e1603a00 |