add better unicorn number advice
authorJeff Atwood <jatwood@codinghorror.com>
Fri, 13 Nov 2015 06:41:36 +0000 (22:41 -0800)
committerJeff Atwood <jatwood@codinghorror.com>
Fri, 13 Nov 2015 06:41:36 +0000 (22:41 -0800)
samples/standalone.yml
samples/web_only.yml

index 568a698f5fa5b02fe6b4d6845628fe9d58e12d08..8bfdd208306891bc0c62b0e434df7a1de62207c3 100644 (file)
@@ -50,6 +50,7 @@ env:
 
   ## TODO: How many concurrent web requests are supported?
   ## With 2GB we recommend 3-4 workers, with 1GB only 2
+  ## If you have lots of memory, use one or two workers per logical CPU core
   #UNICORN_WORKERS: 3
 
   ## TODO: List of comma delimited emails that will be made admin and developer
index 317370b5f2a1a10fcad6576d67094fa86e49dae5..b80ea524209fbbcf364b9b8ea9e9cc400f17d1f5 100644 (file)
@@ -21,6 +21,7 @@ env:
   LANG: en_US.UTF-8
   ## TODO: How many concurrent web requests are supported?
   ## With 2GB we recommend 3-4 workers, with 1GB only 2
+  ## If you have lots of memory, use one or two workers per logical CPU core
   #UNICORN_WORKERS: 3
 
   ## TODO: configure connectivity to the databases