warn about memory

pull/19/head
Matthew Hodgson 2014-11-17 11:44:53 -08:00
parent 94ed41f236
commit c571dd4f0e
1 changed files with 7 additions and 0 deletions

View File

@ -122,6 +122,13 @@ created. To reset the installation::
$ 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
=======================