Fix for non restart unicorn with zero time deploy
http://unicorn.bogomips.org/SIGNALS.html (about 'preload_app')
This commit is contained in:
parent
d9cf26528b
commit
ec791f2616
|
@ -29,7 +29,7 @@ stdout_path File.join(base_path, 'log', 'unicorn.stdout.log')
|
||||||
|
|
||||||
# combine REE with "preload_app true" for memory savings
|
# combine REE with "preload_app true" for memory savings
|
||||||
# http://rubyenterpriseedition.com/faq.html#adapt_apps_for_cow
|
# http://rubyenterpriseedition.com/faq.html#adapt_apps_for_cow
|
||||||
preload_app true
|
#preload_app true
|
||||||
|
|
||||||
before_fork do |server, worker|
|
before_fork do |server, worker|
|
||||||
##
|
##
|
||||||
|
|
Loading…
Reference in New Issue