Author: donaldp
Date: Sat May 19 02:40:13 2012
New Revision: 1340336
URL: http://svn.apache.org/viewvc?rev=1340336&view=rev
Log:
Ensure that the environment variables required to run the jruby tests through
to completion and fast are set up when changing into the directory
Modified:
buildr/trunk/.rvmrc
Modified: buildr/trunk/.rvmrc
URL:
http://svn.apache.org/viewvc/buildr/trunk/.rvmrc?rev=1340336&r1=1340335&r2=1340336&view=diff
==============================================================================
--- buildr/trunk/.rvmrc (original)
+++ buildr/trunk/.rvmrc Sat May 19 02:40:13 2012
@@ -23,7 +23,10 @@ if rvm list strings | grep -q "${ruby_st
gem install bundler
fi
- bundle install
+ bundle install
+
+ export JRUBY_OPTS="-J-XX:MaxPermSize=128m -J-Xmx1024M"
+ export JAVA_OPTS="-Xmx1024m -XX:MaxPermSize=256m"
else
echo "${ruby_string} was not found, please run 'rvm install ${ruby_string}'
and then cd back into the project directory."
fi