Question

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

Was it helpful?

Solution

Pass these flags to JVM:

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

however you with Tomcat.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top