about summary refs log tree commit homepage
path: root/DESIGN
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-03-18 20:05:19 -0700
committerEric Wong <normalperson@yhbt.net>2009-03-18 20:05:19 -0700
commit66180ed0db386ebb5f419e8eb9bffcf446a65bcb (patch)
tree96c38bb6a49ec24ace39c57b434ec120f7927eec /DESIGN
parent6ffb863fd113c7da1864251ee8886d9cf4ef696b (diff)
downloadunicorn-66180ed0db386ebb5f419e8eb9bffcf446a65bcb.tar.gz
Diffstat (limited to 'DESIGN')
-rw-r--r--DESIGN3
1 files changed, 2 insertions, 1 deletions
diff --git a/DESIGN b/DESIGN
index cc359ca..288502b 100644
--- a/DESIGN
+++ b/DESIGN
@@ -32,7 +32,8 @@
   Rack application itself is called only within the worker process (but
   can be loaded within the master).  A copy-on-write friendly garbage
   collector like Ruby Enterprise Edition can be used to minimize memory
-  usage along with the "preload_app true" directive.
+  usage along with the "preload_app true" directive (see
+  Unicorn::Configurator).
 
 * The number of worker processes should be scaled to the number of
   CPUs, memory or even spindles you have.  If you have an existing