Update standalone.yml
authorJeff Atwood <jatwood@codinghorror.com>
Wed, 20 Apr 2016 22:51:35 +0000 (15:51 -0700)
committerJeff Atwood <jatwood@codinghorror.com>
Wed, 20 Apr 2016 22:51:35 +0000 (15:51 -0700)
samples/standalone.yml

index bca1ee8dd9542728f080100f9e04f5382b0162c1..a625a8d62d3b1436abf02470ef4503fce5de4565 100644 (file)
@@ -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