diff options
author | Matthew Hodgson <matthew@matrix.org> | 2016-08-15 00:27:30 +0100 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2016-08-19 18:55:25 +0100 |
commit | d77ef276fa0391aedd331fc9ddfd9956275dcd6f (patch) | |
tree | f583662700f88aa60317d63dbeb1f0d93b77738e | |
parent | Merge pull request #1030 from matrix-org/erikj/cache_contexts (diff) | |
download | synapse-d77ef276fa0391aedd331fc9ddfd9956275dcd6f.tar.xz |
increase RAM reqs
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst index d658670835..172dd4dfa0 100644 --- a/README.rst +++ b/README.rst @@ -95,7 +95,7 @@ Synapse is the reference python/twisted Matrix homeserver implementation. System requirements: - POSIX-compliant system (tested on Linux & OS X) - Python 2.7 -- At least 512 MB RAM. +- At least 1GB of free RAM if you want to join large public rooms like #matrix:matrix.org Synapse is written in python but some of the libraries is uses are written in C. So before we can install synapse itself we need a working C compiler and the |