Details
-
Bug
-
Status: Closed (View Workflow)
-
Blocker
-
Resolution: Fixed
-
1.0.2
-
None
-
Python 3.7.4/Windows 7
Python 3.6.9/Linux Ubuntu 18.04 4.15.0-111-generic x86_64
Description
Heavy memory leak observed while running the attached script. This script is simplified in order to demonstrate and allow for replication of the issue.
It looks like the leak is around cursor.execute/cursor.fetchall methods
This is a critical/blocker issue as shortly the script eats enormous amount of memory.
The actual project I work on uses pooled connections and intensive SQL SELECT operations. With this memory leak we can not use mariadb. Same script with mysql connector shows no memory leaks.
Attachments
Issue Links
- relates to
-
CONPY-231 Memory Leak from cursor.fetchone()
- Closed