I would see if there are ways for you to implement caching ... but it also seems like there is maybe a memory leak within your code causing some problems. I'm not expert, but those are my thoughts.
On Dec 9, 9:43 am, Scott Kulik <[email protected]> wrote: > When I initially start up my server I have two thin processes running > that are only about 200M in size. They slowly creep up a few megs an > hour until now a week later they are at 400M and 300M respectively. > > I realize that my site (http://wlodb.com) has some intensive pages that > take a couple seconds to render (most notablyhttp://wlodb.com/compounds > ) but I'm wondering if this is normal? I usually get about 500,000 page > hits a month. > > Should I have a cronjob to restart my server processes once a week or > should I just work on implementing some server side caching which should > resolve the issue? > > thanks! > -- > Posted viahttp://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

