I use the JRuby complete JAR to interpret Ruby scripts in my Java program.
Looking for improving its performance, I found some properties: https://github.com/jruby/jruby/wiki/PerformanceTuning#compiler_rt_props
But those are properties for the command line JRuby. How can I set them within my Java code?