forked from SeleniumHQ/selenium
- Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo
More file actions
Latest commit
executable file
·14 lines (8 loc) · 376 Bytes
/
Copy pathgo
File metadata and controls
executable file
·14 lines (8 loc) · 376 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/env bash
# we want jruby-complete to take care of all things ruby
unset GEM_HOME
unset GEM_PATH
JAVA_OPTS="-client -Xmx4096m -XX:ReservedCodeCacheSize=512m"
java_version=`java -version 2>&1| sed 's/java version "1\.\(.*\)\..*"/\1/; 1q'`
JAVA_OPTS="$JAVA_OPTS -XX:MetaspaceSize=1024m"
java $JAVA_OPTS -jar third_party/jruby/jruby-complete.jar -X-C -S rake $*