File tree Expand file tree Collapse file tree 2 files changed +20
-20
lines changed
Expand file tree Collapse file tree 2 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 1- #! /bin/bash
2-
3- case ` uname` in
4- Darwin)
5- JAVA_OPTS=" -d32"
6- ;;
7- * )
8- JAVA_OPTS=" -client"
9- ;;
10- esac
11-
12- # we want jruby-complete to take care of all things ruby
13- unset GEM_HOME
14- unset GEM_PATH
15-
16- java $JAVA_OPTS -Xmx1024m -XX:MaxPermSize=384m -XX:ReservedCodeCacheSize=128m -jar third_party/jruby/jruby-complete.jar -X-C -S rake $*
17-
1+ #! /bin/bash
2+
3+ case ` uname` in
4+ Darwin)
5+ JAVA_OPTS=" -d32"
6+ ;;
7+ * )
8+ JAVA_OPTS=" -client"
9+ ;;
10+ esac
11+
12+ # we want jruby-complete to take care of all things ruby
13+ unset GEM_HOME
14+ unset GEM_PATH
15+
16+ java $JAVA_OPTS -Xmx900m -XX:MaxPermSize=384m -XX:ReservedCodeCacheSize=128m -jar third_party/jruby/jruby-complete.jar -X-C -S rake $*
17+
Original file line number Diff line number Diff line change 1- @ echo off
2-
3- java -Xmx1024m -XX:MaxPermSize=384m -XX:ReservedCodeCacheSize=128m -client -jar third_party\jruby\jruby-complete.jar -X-C -S rake %*
1+ @ echo off
2+
3+ java -Xmx900m -XX:MaxPermSize=384m -XX:ReservedCodeCacheSize=128m -client -jar third_party\jruby\jruby-complete.jar -X-C -S rake %*
You can’t perform that action at this time.
0 commit comments