np
unread,Aug 28, 2010, 1:25:07 PM8/28/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ruby on Rails: Talk
Hi,
I am trying to deploy my application that requires rails-2.3.8,
ferret_server running in background(DRB) and workling_client+sterling.
Above configuration is running on a VPS with 512MB, latest Ruby
Enterpise Edition+
passenger+nginx+mysql. But I continue to see out of memory issues.
What I notice that every ruby thread is consuming 15%of 512MB(from
top) including workling and ferret_server.
Are there some ways to fine tune ruby, passenger or others to make
sure that I do not run out of memory ? From REE documentation, it
seems that ruby thread spawned by passenger can share rails
environment
and application code. Is it possible to do similar kind of sharing
with passenger+ferret_server+workling, because it seems that each one
of these is loading same code separately.
What are the the other ways to reduce RAM requirement ?
Any help will be appreciated.
Thanks,
np