Skip to content
Snippets Groups Projects
Commit c571dd4f authored by Matthew Hodgson's avatar Matthew Hodgson
Browse files

warn about memory

parent 94ed41f2
No related branches found
No related tags found
No related merge requests found
...@@ -121,6 +121,13 @@ refuse to run until you remove the temporary installation directory it ...@@ -121,6 +121,13 @@ refuse to run until you remove the temporary installation directory it
created. To reset the installation:: created. To reset the installation::
$ rm -rf /tmp/pip_install_matrix $ rm -rf /tmp/pip_install_matrix
pip seems to leak *lots* of memory during installation. For instance, a Linux
host with 512MB of RAM may run out of memory whilst installing Twisted. If this
happens, you will have to individually install the dependencies which are
failing, e.g.:
$ pip install --user twisted
Running Your Homeserver Running Your Homeserver
======================= =======================
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment