From 0693cb71c649fa14ffe8290be10359cf460c5580 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Wed, 20 Apr 2016 15:51:35 -0700 Subject: [PATCH] Update standalone.yml --- samples/standalone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/standalone.yml b/samples/standalone.yml index bca1ee8..a625a8d 100644 --- a/samples/standalone.yml +++ b/samples/standalone.yml @@ -27,7 +27,7 @@ params: db_default_text_search_config: "pg_catalog.english" ## Set db_shared_buffers to a max of 25% of the total memory. - ## will be set automatically by ./launcher memconfig app + ## will be set automatically by bootstrap based on detected RAM, or you can override #db_shared_buffers: "256MB" ## can improve sorting performance, but adds memory usage per-connection @@ -41,7 +41,7 @@ env: # DISCOURSE_DEFAULT_LOCALE: en ## How many concurrent web requests are supported? Depends on memory and CPU cores. - ## will be set automatically by ./launcher memconfig app + ## will be set automatically by bootstrap based on detected CPUs, or you can override #UNICORN_WORKERS: 3 ## TODO: List of comma delimited emails that will be made admin and developer -- 2.25.1