Changes between Version 10 and Version 11 of Performance
- Timestamp:
- 2007-09-27T01:20:52Z (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Performance
v10 v11 7 7 The 8 8 [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 doing9 shows our static memory footprint on a 32bit machine (starting a node but not doing 10 10 anything with it) to be about 24MB. Uploading one file at a time gets the 11 11 node to about 29MB. (we only process one segment at a time, so peak memory 12 12 consumption occurs when the file is a few MB in size and does not grow beyond 13 13 that). Uploading multiple files at once would increase this. 14 15 We 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. 17 We've determined that simply importing a few of our support libraries (such 18 as Twisted) results in most of this expansion, before the node is ever even 19 started. The cause for this is still being investigated: we can think of plenty 20 of reasons for it to be 2x, but the results show something closer to 6x. 14 21 15 22 == Network Speed ==