[NumPy-Tickets] [NumPy] #2198: np.loadtxt leaks memory
NumPy Trac
numpy-tickets@scipy....
Sun Aug 12 13:50:56 CDT 2012
#2198: np.loadtxt leaks memory
---------------------------------+------------------------------------------
Reporter: tanriol | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: Unscheduled
Component: numpy.lib | Version: 1.6.2
Keywords: loadtxt memory leak |
---------------------------------+------------------------------------------
Comment(by rgommers):
Then it's probably a Python issue, see these links:
http://pushingtheweb.com/2010/06/python-and-tcmalloc/
http://hg.python.org/cpython/rev/f8a697bc3ca8 (so claim is that issue is
fixed/improved for Python 3.3.)
http://mail.scipy.org/pipermail/numpy-discussion/2011-May/056427.html
Not sure if rebuilding Python against tcmalloc is possible and worth it
for you. If that does solve the issue, that would be good to know.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/2198#comment:7>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list