Skip Menu |

This queue is for tickets about the LMDB_File CPAN distribution.

Report information
The Basics
Id: 116952
Status: resolved
Priority: 0/
Queue: LMDB_File

People
Owner: Nobody in particular
Requestors: alex.kotlar [...] emory.edu
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 0.11



Subject: Possible memory leak
Date: Sun, 14 Aug 2016 14:46:40 +0000
To: "bug-LMDB_File [...] rt.cpan.org" <bug-LMDB_File [...] rt.cpan.org>
From: "Kotlar, Alex" <alex.kotlar [...] emory.edu>
Using LMDB_File to create a 256GB database (genomic data), results in memory usage on the order of 112GB, and this can be accounted for solely by a call to $txn->get($dbi, $pos, my $data); where $data is immediately discarded. See github issue for details: https://github.com/salortiz/LMDB_File/issues/16 Show quoted text
________________________________ This e-mail message (including any attachments) is for the sole use of the intended recipient(s) and may contain confidential and privileged information. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this message (including any attachments) is strictly prohibited. If you have received this message in error, please contact the sender by reply e-mail message and destroy all copies of the original message (including attachments).
Fixed now