about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-10-15 17:46:23 +0000
committerEric Wong <e@80x24.org>2015-10-15 18:57:55 +0000
commit05fc2177921016ed3c4f5b97b238f8f609d0db71 (patch)
treee4f8401dba8f94863d02a8e0b0e5c52084a2f91f
parent3e8bb5f7e5cff0df85a1175e956eaa3d136beeeb (diff)
downloadunicorn-05fc2177921016ed3c4f5b97b238f8f609d0db71.tar.gz
Ruby 2.0+ has a copy-on-write-friendly memory layout by default,
and REE is long dead and just confusing to new users.
-rw-r--r--examples/unicorn.conf.rb5
1 files changed, 1 insertions, 4 deletions
diff --git a/examples/unicorn.conf.rb b/examples/unicorn.conf.rb
index 4b28a5a..1e05cbb 100644
--- a/examples/unicorn.conf.rb
+++ b/examples/unicorn.conf.rb
@@ -40,11 +40,8 @@ pid "/path/to/app/shared/pids/unicorn.pid"
 stderr_path "/path/to/app/shared/log/unicorn.stderr.log"
 stdout_path "/path/to/app/shared/log/unicorn.stdout.log"
 
-# combine Ruby 2.0.0dev or REE with "preload_app true" for memory savings
-# http://rubyenterpriseedition.com/faq.html#adapt_apps_for_cow
+# combine Ruby 2.0.0+ with "preload_app true" for memory savings
 preload_app true
-GC.respond_to?(:copy_on_write_friendly=) and
-  GC.copy_on_write_friendly = true
 
 # Enable this flag to have unicorn test client connections by writing the
 # beginning of the HTTP headers before calling the application.  This