how/where to set --fast mode for jruby when using it within jruby/rack inside tomcat?

This --fast mode is explained in this page jruby performance tuning

link|improve this question

73% accept rate
feedback

1 Answer

up vote 3 down vote accepted

Pass these flags to JVM:

-Djruby.compile.mode=FORCE -Djruby.compile.fastest=true

however you with Tomcat.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.