Sha256: 98c9b91a4a0a58f8b9679d26b62456cefe73b021e4962633bb6ad5639062d6f2
Contents?: true
Size: 326 Bytes
Versions: 2
Compression:
Stored size: 326 Bytes
Contents
Aruba.configure do |config| config.before_run 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 end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
aruba-0.4.9 | lib/aruba/jruby.rb |
aruba-0.4.8 | lib/aruba/jruby.rb |