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

480 views Asked by At

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

1

There are 1 answers

0
banzaiman On BEST ANSWER

Pass these flags to JVM:

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

however you with Tomcat.