blob: 00a270dc6fb1182983f42e1bb31bc09ec8e942a0 [file] [log] [blame]
#!/bin/bash
# we want jruby-complete to take care of all things ruby
unset GEM_HOME
unset GEM_PATH
JAVA_OPTS="-client"
java $JAVA_OPTS -Xmx2048m -XX:MaxPermSize=1024m -XX:ReservedCodeCacheSize=256m -jar third_party/jruby/jruby-complete.jar -X-C -S rake $*