Ruby on Rails Friday, January 25, 2013

On 25 January 2013 15:42, Hassan Schroeder <hassan.schroeder@gmail.com> wrote:
> On Fri, Jan 25, 2013 at 2:44 AM, Colin Law <clanlaw@googlemail.com> wrote:
>
>>> I am using Sunspot Search Engine in my app. When I deployed my app in
>>> production It it bit slower side.
>
>>> ram 256
>
>> profile rails
>
> As Colin says, you need to look at your Rails app's performance
> (NewRelic rpm is extremely helpful) but 256mb is very limited to
> run a Rails app *and* a Java app server.
>
> You need to look at how Solr is configured, what JVM is in use,
> how much memory it's using, etc.

Hassan is right, I had not noticed the ram value. The first thing I
would do is put in a couple of GB at least.

Colin

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment