- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: How to reduce "Cached" memory on RHEL 3?
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
08-13-2006 03:13 PM
08-13-2006 03:13 PM
How to reduce "Cached" memory on RHEL 3?
How to reduce the "Cached" memory on RHEL3? My server installed 4GB main memory, but the "cached" memory alway shows 2.3GB on top. So the memory utilization always 99%.
Thanks,
Jack Fan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2006 10:21 AM
08-14-2006 10:21 AM
Re: How to reduce "Cached" memory on RHEL 3?
"Cached" memory is kept cached because it is easily freed, but is expected to be more useful as a page cache than as free memory.
Do you want to keep it low because you want it to be available? It is available for reallocation.
Do you want to drive it low to make file operations start from having no cached memory for a benchmark?
There is a pagecache limit in RHEL 3 that can be set by writing to /proc/sys/vm/pagecache
as described in /usr/src/linux*/Documentation/sysctl/vm.txt .
That has a minimum, goal, and maximum percentage of memory to use for pagecache.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2006 06:37 PM
09-04-2006 06:37 PM
Re: How to reduce "Cached" memory on RHEL 3?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2006 09:11 PM
09-04-2006 09:11 PM
Re: How to reduce "Cached" memory on RHEL 3?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2006 09:34 PM
09-04-2006 09:34 PM
Re: How to reduce "Cached" memory on RHEL 3?
You can also check and change the parameters in "/proc/meminfo" file but check out if those settings persist if the server reboots........
Also, the directory "/proc/sys/vm" has got a no. of files to change the settings.
--
Atul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2006 09:35 PM
09-04-2006 09:35 PM
Re: How to reduce "Cached" memory on RHEL 3?
You can also check and change the parameters in "/proc/meminfo" file but check out if those settings persist after server gets rebooted........
Also, the directory "/proc/sys/vm" has got a no. of files to change the settings.
--
Atul