Commit 3eea4ddf authored by Luke Macken's avatar Luke Macken

Make a note of the meliae installation pain

parent a38a134d
...@@ -79,6 +79,8 @@ Viewing the largest objects in your process ...@@ -79,6 +79,8 @@ Viewing the largest objects in your process
This payload uses `meliae <https://launchpad.net/meliae>`_ to dump all of the objects in your process to an `objects.json` file (currently dumped in the working directory of your process). This payload uses `meliae <https://launchpad.net/meliae>`_ to dump all of the objects in your process to an `objects.json` file (currently dumped in the working directory of your process).
.. note:: We recommend using python-meliae from your OS distribution, if available. If it is not, you will need to first install Cython, and then meliae seperately. If pip/easy_install does not work, you may need to use the tarball from the upstream website.
:: ::
$ pyrasite <PID> pyrasite/payloads/dump_memory.py $ pyrasite <PID> pyrasite/payloads/dump_memory.py
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment