[Buildbot-commits] [Buildbot] #1890: debug Buildbot's memory use

Buildbot nobody at buildbot.net
Thu Mar 17 19:23:12 UTC 2011


#1890: debug Buildbot's memory use
------------------------+-------------------
Reporter:  dustin       |      Owner:
    Type:  enhancement  |     Status:  new
Priority:  major        |  Milestone:  0.8.+
 Version:  master       |   Keywords:  docs
------------------------+-------------------
 I learned about a few tools at PyCon that may be useful for this purpose.
 First, we should document these tools in the developer documentation so
 that others can work with them, too.  Second, we should apply them in
 development to see if there are any low-hanging fruit in terms of memory
 consumption.

  * sys.getsizeof (2.6 only)
  * Meliae - dumps a reference graph in JSON
  * gdb-heap - dumps the Python heap in GDB (mostly totals)

-- 
Ticket URL: <http://trac.buildbot.net/ticket/1890>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the Commits mailing list