Fix for non restart unicorn with zero time deploy

http://unicorn.bogomips.org/SIGNALS.html (about 'preload_app')
This commit is contained in:
Vladimir Sharshov 2012-03-19 19:45:44 +04:00
parent d9cf26528b
commit ec791f2616
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ stdout_path File.join(base_path, 'log', 'unicorn.stdout.log')
# combine REE with "preload_app true" for memory savings
# http://rubyenterpriseedition.com/faq.html#adapt_apps_for_cow
preload_app true
#preload_app true
before_fork do |server, worker|
##