- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Very high inact_dirty pages on RHEL AS 3.0
Operating System - Linux
1825015
Members
4637
Online
109678
Solutions
Forums
Categories
Company
Local Language
юдл
back
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
Forums
Discussions
юдл
back
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
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
тАО09-15-2005 07:09 AM
тАО09-15-2005 07:09 AM
Very high inact_dirty pages on RHEL AS 3.0
We are running RHEL AS 3.0 (U5) on an HP DL740. This server has 20 GB of memory but with less than 470 megs free.
I know that it's "normal" to see most of the free memory cached, but is it normal to have such a high number of inact_dirty pages?
The system seems to be suffering when the inact_dirty pages gets so high, and we end up rebooting to clear it up.
I understand that kflushd is supposed to clear out these pages, but this is not happening.
Has anyone ran into this problem? if so, what did you do to fix it (assuming you could fix it) besides rebooting?
Here's my /proc/meminfo output:
total: used: free: shared: buffers: cached:
Mem: 21049479168 20561117184 488361984 0 82972672 19616972800
Swap: 10737147904 0 10737147904
MemTotal: 20556132 kB
MemFree: 476916 kB
MemShared: 0 kB
Buffers: 81028 kB
Cached: 19157200 kB
SwapCached: 0 kB
Active: 1013988 kB
ActiveAnon: 494464 kB
ActiveCache: 519524 kB
Inact_dirty: 14279764 kB
Inact_laundry: 3850932 kB
Inact_clean: 587412 kB
Inact_target: 3946416 kB
HighTotal: 20053948 kB
HighFree: 460028 kB
LowTotal: 502184 kB
LowFree: 16888 kB
SwapTotal: 10485496 kB
SwapFree: 10485496 kB
CommitLimit: 20763560 kB
Committed_AS: 589112 kB
HugePages_Total: 0
HugePages_Free: 0
Hugepagesize: 2048 kB
I know that it's "normal" to see most of the free memory cached, but is it normal to have such a high number of inact_dirty pages?
The system seems to be suffering when the inact_dirty pages gets so high, and we end up rebooting to clear it up.
I understand that kflushd is supposed to clear out these pages, but this is not happening.
Has anyone ran into this problem? if so, what did you do to fix it (assuming you could fix it) besides rebooting?
Here's my /proc/meminfo output:
total: used: free: shared: buffers: cached:
Mem: 21049479168 20561117184 488361984 0 82972672 19616972800
Swap: 10737147904 0 10737147904
MemTotal: 20556132 kB
MemFree: 476916 kB
MemShared: 0 kB
Buffers: 81028 kB
Cached: 19157200 kB
SwapCached: 0 kB
Active: 1013988 kB
ActiveAnon: 494464 kB
ActiveCache: 519524 kB
Inact_dirty: 14279764 kB
Inact_laundry: 3850932 kB
Inact_clean: 587412 kB
Inact_target: 3946416 kB
HighTotal: 20053948 kB
HighFree: 460028 kB
LowTotal: 502184 kB
LowFree: 16888 kB
SwapTotal: 10485496 kB
SwapFree: 10485496 kB
CommitLimit: 20763560 kB
Committed_AS: 589112 kB
HugePages_Total: 0
HugePages_Free: 0
Hugepagesize: 2048 kB
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-15-2005 08:24 AM
тАО09-15-2005 08:24 AM
Re: Very high inact_dirty pages on RHEL AS 3.0
From here:
http://www.redhat.com/advice/tips/meminfo.html
I see that Inact_dirty: Dirty means "might need writing to disk or swap." And you are not using swap space.
The word "might" is the key. So, as almos all memory is cached, it sould be not a problem. The kernel "might" think that need to be writted.
You can try a simple sync, to see if there are files that need to be written to disk.
http://www.redhat.com/advice/tips/meminfo.html
I see that Inact_dirty: Dirty means "might need writing to disk or swap." And you are not using swap space.
The word "might" is the key. So, as almos all memory is cached, it sould be not a problem. The kernel "might" think that need to be writted.
You can try a simple sync, to see if there are files that need to be written to disk.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-16-2005 12:37 AM
тАО09-16-2005 12:37 AM
Re: Very high inact_dirty pages on RHEL AS 3.0
Hi Alison,
Inact_dirty memory is made by data that waits to be written to disk or swap,
so if you run 5-6 times the "sync" command,
you should see a decrease of that value.
Let us know...
Cheers,
Alex
Inact_dirty memory is made by data that waits to be written to disk or swap,
so if you run 5-6 times the "sync" command,
you should see a decrease of that value.
Let us know...
Cheers,
Alex
if you don't try, you'll never know if you are able to
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP