Speed up jruby
This is just a note for myself.
I heard this at a Ruby.MN meeting where Charlie Nutter spoke
If you disable object space when you kick off jruby, it really speeds it up.
jruby -J-server -O your-file-name.rb
(-J-server uses the "server" JVM and -O disables ObjectSpace)
Trackbacks
Use the following link to trackback from your own site:
http://www.nervetree.com/trackbacks?article_id=speed-up-jruby&day=03&month=01&year=2008