From 863d62709abc0e9a21da386e6d6ecd76545c44eb Mon Sep 17 00:00:00 2001 From: Sam Date: Tue, 8 Apr 2014 07:55:03 +1000 Subject: [PATCH] Update standalone.yml --- samples/standalone.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/samples/standalone.yml b/samples/standalone.yml index cee740f..8ae95be 100644 --- a/samples/standalone.yml +++ b/samples/standalone.yml @@ -16,6 +16,15 @@ params: version: HEAD env: + # Number of web workers, the more workers you have the more + # memory will be consumed. + # On 2GB setups we recommend 3-4 workers + # On 1GB setups we recommend 2 workers + # Default (3) + # + # UNICORN_WORKERS: 3 + # + # # comma-separated emails DISCOURSE_DEVELOPER_EMAILS: 'my_email@example.com' # CHANGE ME to your hostname -- 2.25.1