I use AppEngine JRuby on Rails (SDK version 1.3.3.1) - a problem I encounter often is that after a few requests the server is getting really SLOW, until it dies and throws OutOfMemoryError on the term
I have set my java min/max heap size to be the same as outlined in the Sun Docs for precise heap sizing using the following:
This might also belong on serverfault.It\'s kind of a combo between server config and code (I think) Here\'s my setup:
There is a post on http://kenai.com/ from Or开发者_开发技巧acle\'s Ted Farrell which has an interesting statement:
I have a jruby rails app that has some jar dependencies in rails lib/java.I prefer this to just putting them straight in lib as it separates my java libs from ruby libs.Works locally using jruby.Probl
I am trying to introduce RoR to my company and I have two ways of doing so in my 开发者_开发知识库mind:
I have a rails app that is communicating with some java services over JMS.I\'m caching a few of these objects in memcached on the rails side like so:
I am trying to develop a rails metal endpoint using sinatra, but is proving to be a pain because I have to restart the server ever开发者_运维百科y time I change the code. I am in Jruby and running fro