]> git.openstreetmap.org Git - chef.git/blob - cookbooks/passenger/templates/default/ruby.erb
Remove hacks added to support passenger 4 upgrade
[chef.git] / cookbooks / passenger / templates / default / ruby.erb
1 #!/bin/sh
2
3 export RUBY_HEAP_MIN_SLOTS=500000
4 export RUBY_HEAP_FREE_MIN=100000
5 export RUBY_GC_MALLOC_LIMIT=50000000
6
7 exec /usr/bin/ruby<%= node[:passenger][:ruby_version] %> "$@"