Help locate memory leaks in a zope/plone site using objgraph
- Shows [most common types](https://mg.pov.lt/objgraph/objgraph.html#objgraph.most_common_types) and types growing.
- shows objgraph [find_backref_chain](https://mg.pov.lt/objgraph/objgraph.html#objgraph.find_backref_chain) and [show_backrefs](https://mg.pov.lt/objgraph/objgraph.html#objgraph.show_backrefs) of random objects of selected type to help give clues on objects holding references.
Access via `/memview`
on your site with admin account.
Install collective.memleak by adding it to your buildout:
[buildout] ... eggs = collective.memleak
and then running bin/buildout
Provided by awesome people ;)
- Dylan Jay (PretaGov)
- Issue Tracker: https://github.com/collective/collective.memleak/issues
- Source Code: https://github.com/collective/collective.memleak
If you are having issues, please let us know. We have a mailing list located at: project@example.com
The project is licensed under the GPLv2.