Ticket #1890 (assigned enhancement)
debug Buildbot's memory use
| Reported by: | dustin | Owned by: | dustin |
|---|---|---|---|
| Priority: | major | Milestone: | 0.9.+ |
| Version: | master | Keywords: | performance |
| Cc: |
Description
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)
Change History
Note: See
TracTickets for help on using
tickets.
![[Buildbot Logo]](/chrome/site/header-text-transparent.png)
asizeof is also handy