]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/web/templates/default/ruby.erb
Move passenger configuration to a separate cookbook
[chef.git] / cookbooks / web / templates / default / ruby.erb
diff --git a/cookbooks/web/templates/default/ruby.erb b/cookbooks/web/templates/default/ruby.erb
deleted file mode 100644 (file)
index a7c7421..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-export RUBY_HEAP_MIN_SLOTS=500000
-export RUBY_HEAP_FREE_MIN=100000
-export RUBY_GC_MALLOC_LIMIT=50000000
-
-exec /usr/bin/ruby<%= node[:web][:ruby_version] %> "$@"