[tahoe-lafs-trac-stream] [tahoe-lafs] #1513: memory usage in MDMF publish
tahoe-lafs
trac at tahoe-lafs.org
Thu Sep 22 17:11:06 PDT 2011
#1513: memory usage in MDMF publish
-------------------------+-------------------------------------------------
Reporter: warner | Owner:
Type: defect | Status: new
Priority: major | Milestone: 1.9.0
Component: code- | Version: 1.9.0a1
mutable | Keywords: mutable mdmf memory-leak
Resolution: | performance docs
Launchpad Bug: |
-------------------------+-------------------------------------------------
Comment (by davidsarah):
Subject to fragmentation issues, CPython does return memory to the OS:
[http://bugs.python.org/issue1123430]. I tried to test whether uploading a
second file resulted in the same additional memory usage (suggesting a
leak) or less (suggesting that not returning memory is part of the
problem), but couldn't complete the test because my machine became
unresponsive. I'll try again when I have more free memory.
Note that it's RSS that we're measuring, not virtual memory. Memory
''pages'' that aren't being used shouldn't be counted in RSS (eventually).
--
Ticket URL: <http://tahoe-lafs.org/trac/tahoe-lafs/ticket/1513#comment:6>
tahoe-lafs <http://tahoe-lafs.org>
secure decentralized storage
More information about the tahoe-lafs-trac-stream
mailing list