]> git.openstreetmap.org Git - chef.git/blob - cookbooks/passenger/templates/default/ruby.erb
build(deps): bump cookstyle from 8.1.3 to 8.1.4
[chef.git] / cookbooks / passenger / templates / default / ruby.erb
1 #!/bin/sh
2
3 export RUBY_GC_HEAP_INIT_SLOTS=500000
4 export RUBY_GC_HEAP_FREE_SLOTS=100000
5 export RUBY_GC_MALLOC_LIMIT=50000000
6
7 exec <%= node[:ruby][:interpreter] %> "$@"