Quoting Phoenix Rising <[email protected]>:
> 
> Hey all,
> 
> I have a weird situation.  I've got two different rails applications
> running right now that seem to consume as much memory as exists on the
> host machine.
> 

First, how are you measuring the memory usage figures.  The reason is Linux
will use most of available memory for buffers and caches.  When the
application goes away, the buffers and cache piece of memory usage does not go
away.  In fact, it won't go away until reboot or an application needs the
memory.  How can you tell the difference?  Many ways, I use top, the first
four to five lines contain the needed info.

HTH,
  Jeffrey

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to