- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Unknown high memory usage for Red Hat Linux
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2006 07:58 PM
11-14-2006 07:58 PM
total: 2574344
used: 2503608
free: 70736
shared: 290624
buffers: 370832
cached: 1622856 <---????
what did the "cached" mean?? Can anyone help me? Many thanks....
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2006 05:04 PM
11-15-2006 05:04 PM
Solutionthat's a normal behavior. Linux uses unused memory as filesystem cache. If an application is allocating memory, the memory used as filesystem cache will be freed.
And don't forget kids: Unused memory is wasted memory. :)
Regards,
Patrick
Patrick
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2006 07:12 PM
11-15-2006 07:12 PM
Re: Unknown high memory usage for Red Hat Linux
see, for example, this thread http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1029490
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2006 07:31 PM
11-15-2006 07:31 PM
Re: Unknown high memory usage for Red Hat Linux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2006 09:31 PM
11-15-2006 09:31 PM
Re: Unknown high memory usage for Red Hat Linux
Normally Linux take all the memory, for expamle, if you see "top" you can see a bit of free memory, but with "free" you must see the real free memory (+ / - buffer cache)
If this value is too lillte, you have a problem with memory.
See also "sar" for see the load of machine. Is load it too high (4.00 -> ...) a system crash is possibile.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2006 11:35 PM
11-15-2006 11:35 PM
Re: Unknown high memory usage for Red Hat Linux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2006 11:47 PM
11-15-2006 11:47 PM
Re: Unknown high memory usage for Red Hat Linux
watch -d vmstat
Hope this helps you
enjoy life.
Jean-Pierre Huc