diff options
author | Matthew Hodgson <matthew@matrix.org> | 2014-11-17 11:44:53 -0800 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2014-11-17 11:44:53 -0800 |
commit | c571dd4f0eaf4a741defb3fb3e8575488395ea92 (patch) | |
tree | 9c5dd7b56c760b45fe824a2236075c1884957518 | |
parent | update the README.rst to reflect the develop branch (diff) | |
download | synapse-c571dd4f0eaf4a741defb3fb3e8575488395ea92.tar.xz |
warn about memory
-rw-r--r-- | README.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/README.rst b/README.rst index bb472604f0..bfdb8ca77f 100644 --- a/README.rst +++ b/README.rst @@ -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 ======================= |