<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Very high inact_dirty pages on RHEL AS 3.0 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/very-high-inact-dirty-pages-on-rhel-as-3-0/m-p/3627335#M19640</link>
    <description>Hi Alison,&lt;BR /&gt;Inact_dirty memory is made by data that waits to be written to disk or swap,&lt;BR /&gt;so if you run 5-6 times the "sync" command,&lt;BR /&gt;you should see a decrease of that value.&lt;BR /&gt;&lt;BR /&gt;Let us know...&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Alex</description>
    <pubDate>Fri, 16 Sep 2005 07:37:32 GMT</pubDate>
    <dc:creator>Alessandro Pilati</dc:creator>
    <dc:date>2005-09-16T07:37:32Z</dc:date>
    <item>
      <title>Very high inact_dirty pages on RHEL AS 3.0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/very-high-inact-dirty-pages-on-rhel-as-3-0/m-p/3627333#M19638</link>
      <description>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.  &lt;BR /&gt;&lt;BR /&gt;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?  &lt;BR /&gt;&lt;BR /&gt;The system seems to be suffering when the inact_dirty pages gets so high, and we end up rebooting to clear it up.  &lt;BR /&gt;&lt;BR /&gt;I understand that kflushd is supposed to clear out these pages, but this is not happening. &lt;BR /&gt;&lt;BR /&gt;Has anyone ran into this problem?  if so, what did you do to fix it (assuming you could fix it) besides rebooting?  &lt;BR /&gt;&lt;BR /&gt;Here's my /proc/meminfo output:&lt;BR /&gt;&lt;BR /&gt;        total:    used:    free:  shared: buffers:  cached: &lt;BR /&gt;Mem:  21049479168 20561117184 488361984        0 82972672 19616972800 &lt;BR /&gt;Swap: 10737147904        0 10737147904 &lt;BR /&gt;MemTotal:     20556132 kB &lt;BR /&gt;MemFree:        476916 kB &lt;BR /&gt;MemShared:           0 kB &lt;BR /&gt;Buffers:         81028 kB &lt;BR /&gt;Cached:       19157200 kB &lt;BR /&gt;SwapCached:          0 kB &lt;BR /&gt;Active:        1013988 kB &lt;BR /&gt;ActiveAnon:     494464 kB &lt;BR /&gt;ActiveCache:    519524 kB &lt;BR /&gt;Inact_dirty:  14279764 kB &lt;BR /&gt;Inact_laundry: 3850932 kB &lt;BR /&gt;Inact_clean:    587412 kB &lt;BR /&gt;Inact_target:  3946416 kB &lt;BR /&gt;HighTotal:    20053948 kB &lt;BR /&gt;HighFree:       460028 kB &lt;BR /&gt;LowTotal:       502184 kB &lt;BR /&gt;LowFree:         16888 kB &lt;BR /&gt;SwapTotal:    10485496 kB &lt;BR /&gt;SwapFree:     10485496 kB &lt;BR /&gt;CommitLimit:  20763560 kB &lt;BR /&gt;Committed_AS:   589112 kB &lt;BR /&gt;HugePages_Total:     0 &lt;BR /&gt;HugePages_Free:      0 &lt;BR /&gt;Hugepagesize:     2048 kB &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Sep 2005 14:09:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/very-high-inact-dirty-pages-on-rhel-as-3-0/m-p/3627333#M19638</guid>
      <dc:creator>Alison Ayson</dc:creator>
      <dc:date>2005-09-15T14:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: Very high inact_dirty pages on RHEL AS 3.0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/very-high-inact-dirty-pages-on-rhel-as-3-0/m-p/3627334#M19639</link>
      <description>From here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.redhat.com/advice/tips/meminfo.html" target="_blank"&gt;http://www.redhat.com/advice/tips/meminfo.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I see that Inact_dirty: Dirty means "might need writing to disk or swap." And you are not using swap space.&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;You can try a simple sync, to see if there are files that need to be written to disk.</description>
      <pubDate>Thu, 15 Sep 2005 15:24:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/very-high-inact-dirty-pages-on-rhel-as-3-0/m-p/3627334#M19639</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-09-15T15:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: Very high inact_dirty pages on RHEL AS 3.0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/very-high-inact-dirty-pages-on-rhel-as-3-0/m-p/3627335#M19640</link>
      <description>Hi Alison,&lt;BR /&gt;Inact_dirty memory is made by data that waits to be written to disk or swap,&lt;BR /&gt;so if you run 5-6 times the "sync" command,&lt;BR /&gt;you should see a decrease of that value.&lt;BR /&gt;&lt;BR /&gt;Let us know...&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Alex</description>
      <pubDate>Fri, 16 Sep 2005 07:37:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/very-high-inact-dirty-pages-on-rhel-as-3-0/m-p/3627335#M19640</guid>
      <dc:creator>Alessandro Pilati</dc:creator>
      <dc:date>2005-09-16T07:37:32Z</dc:date>
    </item>
  </channel>
</rss>

