From bdd3dd8a5bd1fef29dc3c381e3fb19abd392cf4f Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Sun, 31 Aug 2014 01:13:20 -0700 Subject: [PATCH] add 1GB memory change notes --- docs/INSTALL-digital-ocean.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/INSTALL-digital-ocean.md b/docs/INSTALL-digital-ocean.md index 5d96e203f7..d8e1ddd6c2 100644 --- a/docs/INSTALL-digital-ocean.md +++ b/docs/INSTALL-digital-ocean.md @@ -71,7 +71,7 @@ We recommend Nano because it works like a typical GUI text editor, just use your - Place your mail credentials in `DISCOURSE_SMTP_ADDRESS`, `DISCOURSE_SMTP_PORT`, `DISCOURSE_SMTP_USER_NAME`, `DISCOURSE_SMTP_PASSWORD`. Be sure you remove the comment `#` character and space from the front of these lines as necessary. -- If you are using a 1 GB instance, set `UNICORN_WORKERS` to 2 so you have more memory room. +- If you are using a 1 GB instance, set `UNICORN_WORKERS` to 2 and `DB_SHARED_BUFFERS` to 128MB so you have more memory room.