Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
warn about memory
Browse files Browse the repository at this point in the history
  • Loading branch information
ara4n committed Nov 17, 2014
1 parent 94ed41f commit c571dd4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,13 @@ refuse to run until you remove the temporary installation directory it
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
=======================
Expand Down

0 comments on commit c571dd4

Please sign in to comment.