Tune GC for unicorn
This commit is contained in:
parent
eef50cd537
commit
783d197e7e
|
@ -9,3 +9,11 @@ require 'fileutils'
|
||||||
before_fork do |server,worker|
|
before_fork do |server,worker|
|
||||||
FileUtils.touch('/tmp/app-initialized')
|
FileUtils.touch('/tmp/app-initialized')
|
||||||
end
|
end
|
||||||
|
|
||||||
|
before_exec do |server|
|
||||||
|
ENV['RUBY_HEAP_MIN_SLOTS']=800000
|
||||||
|
ENV['RUBY_GC_MALLOC_LIMIT']=59000000
|
||||||
|
ENV['RUBY_HEAP_SLOTS_INCREMENT']=10000
|
||||||
|
ENV['RUBY_HEAP_SLOTS_GROWTH_FACTOR']=1
|
||||||
|
ENV['RUBY_HEAP_FREE_MIN']=100000
|
||||||
|
end
|
||||||
|
|
Loading…
Reference in New Issue
Block a user