Changes between Version 10 and Version 11 of Performance


Ignore:
Timestamp:
2007-09-27T01:20:52Z (17 years ago)
Author:
warner
Comment:

add 64-bit memcheck graph

Legend:

Unmodified
Added
Removed
Modified
  • Performance

    v10 v11  
    77The
    88[http://allmydata.org/tahoe-figleaf-graph/hanford.allmydata.com-tahoe_memstats.html munin graph]
    9 shows our static memory footprint (starting a node but not doing
     9shows our static memory footprint on a 32bit machine (starting a node but not doing
    1010anything with it) to be about 24MB. Uploading one file at a time gets the
    1111node to about 29MB. (we only process one segment at a time, so peak memory
    1212consumption occurs when the file is a few MB in size and does not grow beyond
    1313that). Uploading multiple files at once would increase this.
     14
     15We also have a [
     16[http://allmydata.org/tahoe-figleaf-graph/hanford.allmydata.com-tahoe_memstats.html 64-bit graph], which currently shows a disturbingly large static footprint.
     17We've determined that simply importing a few of our support libraries (such
     18as Twisted) results in most of this expansion, before the node is ever even
     19started. The cause for this is still being investigated: we can think of plenty
     20of reasons for it to be 2x, but the results show something closer to 6x.
    1421
    1522== Network Speed ==