Larry Meadors wrote:
> Google for "linux free command"
> 
> From the third link: http://salomie.ro/wiki/index.php/Linux_Free_Command
> 
> "The second line starting with -/+ buffers/cache: tells us how much of
> the memory in the buffers/cache is used by the applications and how
> much is free. Keep in mind that in general the cache is filled with
> disk IO cached data. The cache can be very easily reclaimed by the OS
> for applications. Let BUFFERS + CACHED from first line be value X."
> 
> It's using caches, and my guess is that if stopping the app doesn't
> free it, then the caching is happening at the OS/FS level, not in Ruby
> or Rails.
> 
> Larry

Larry,
In my app,the memory is freed when i stop the server.Can you tell how 
can i freed the used memory after the execution of the query and results 
are shown in browser
-- 
Posted via http://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.

Reply via email to