]> git.openstreetmap.org Git - chef.git/blob - cookbooks/web/templates/default/ruby.erb
tile: clean atime cut-off to 35 days. (28d: 15.8%, 35d: 7.3%, 45d: 0.8% of total...
[chef.git] / cookbooks / web / 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[:web][:ruby_version] %> "$@"