From bea28929cf3ae56bed8b75adae44b8c61e60f2c2 Mon Sep 17 00:00:00 2001 From: Arpit Jalan Date: Tue, 2 Sep 2014 11:17:32 +0530 Subject: [PATCH] correct copy for db_shared_buffers --- 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 d8e1ddd6c2d..d9c9a381ca1 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 and `DB_SHARED_BUFFERS` to 128MB 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.