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を使用します。