Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在tomcat中的jruby/rack中使用jruby时如何/在哪里为jruby设置--fast模式?
这个--fast模式在这个页面 jruby性能调优中解释
将这些标志传递给 JVM:
-Djruby.compile.mode=FORCE -Djruby.compile.fastest=true
但是你用Tomcat。