diff --git a/docs/INSTALL-digital-ocean.md b/docs/INSTALL-digital-ocean.md index d8e1ddd6c..d9c9a381c 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.