Suggest swap file on systems with under 1GB of ram (#30)

This commit is contained in:
Jeffrey
2016-12-26 09:40:23 -08:00
committed by Joe Nelson
parent b3fb9ff215
commit f52fb70e3d
+4
View File
@@ -75,6 +75,10 @@ When a pre-built binary does not exist for your system you can build the project
cd postgrest
stack build --install-ghc
sudo stack install --allow-different-user --local-bin-path /usr/local/bin
.. note::
If building fails and your system has less than 1GB of memory, try adding a swap file.
* Check that the server is installed: :code:`postgrest --help`.