Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix for memory leak issue #991

Merged
merged 3 commits into from
Feb 20, 2025
Merged

Conversation

bchoudhary6415
Copy link
Contributor

This pull request resolves a memory leak issue #986, when fetching large result sets with fetchmany() in the ibm_db module. The fix ensures proper memory release during data fetching to prevent memory buildup and out-of-memory errors.

Signed-off-by: Balram Choudhary <bchoudhary@rocketsoftware.com>
Signed-off-by: Balram Choudhary <bchoudhary@rocketsoftware.com>
Signed-off-by: Balram Choudhary <bchoudhary@rocketsoftware.com>
@bimalkjha bimalkjha merged commit 90fb598 into ibmdb:master Feb 20, 2025
8 checks passed
@bchoudhary6415 bchoudhary6415 deleted the ibmdb_work branch February 20, 2025 09:52
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants