Skip to content

Commit

Permalink
Merge pull request #98 from tdreyno/patch-1
Browse files Browse the repository at this point in the history
Aruba 0.4.9 breaks jruby support
  • Loading branch information
mattwynne committed Dec 24, 2011
2 parents c34b4c5 + fb9026d commit 990092b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/aruba/jruby.rb
@@ -1,5 +1,5 @@
Aruba.configure do |config|
config.before_run do
config.before_cmd do
# ideas taken from: http://blog.headius.com/2010/03/jruby-startup-time-tips.html
set_env('JRUBY_OPTS', '-X-C') # disable JIT since these processes are so short lived
set_env('JAVA_OPTS', '-d32') # force jRuby to use client JVM for faster startup times
Expand Down

0 comments on commit 990092b

Please sign in to comment.