<?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: Buffer cache overflow in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/buffer-cache-overflow/m-p/4688227#M383029</link>
    <description>It appears as is 100% of your reads are coming from buffer cache/file cache.&lt;BR /&gt;&lt;BR /&gt;That is a good thing.  I don't see anything wrong with that.  In fact, with all reads coming from cache, your performance will improve since a read from disk is not required.</description>
    <pubDate>Sat, 18 Sep 2010 13:09:47 GMT</pubDate>
    <dc:creator>Patrick Wallek</dc:creator>
    <dc:date>2010-09-18T13:09:47Z</dc:date>
    <item>
      <title>Buffer cache overflow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/buffer-cache-overflow/m-p/4688226#M383028</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;What is the performance impact if buffer cache overflows?&lt;BR /&gt;&lt;BR /&gt;$ sar -b 2 10&lt;BR /&gt;&lt;BR /&gt;HP-UX  B.11.31 U ia64    09/18/10&lt;BR /&gt;&lt;BR /&gt;11:28:37 bread/s lread/s %rcache bwrit/s lwrit/s %wcache pread/s pwrit/s&lt;BR /&gt;11:28:39       0     178     100       6      15      61       0       0&lt;BR /&gt;11:28:41       0     443     100       9      26      66       0       0&lt;BR /&gt;11:28:43       0      65     100       1       4      67       0       0&lt;BR /&gt;11:28:45       0      60     100       4       8      56       0       0&lt;BR /&gt;11:28:47       0      53     100      10       7       0       0       0&lt;BR /&gt;11:28:49       0      73     100       4      14      71       0       0&lt;BR /&gt;11:28:51       0      52     100       1       2      50       0       0&lt;BR /&gt;11:28:53       0      67     100       7      10      30       0       0&lt;BR /&gt;11:28:55       0      52     100       5       4       0       0       0&lt;BR /&gt;11:28:57       0      58     100       6       3       0       0       0&lt;BR /&gt;Average        0     110     100       5       9      44       0       0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;There is anything wrong in the above sar -b output? Fine tuning is required?&lt;BR /&gt;&lt;BR /&gt;Manoj K</description>
      <pubDate>Sat, 18 Sep 2010 06:32:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/buffer-cache-overflow/m-p/4688226#M383028</guid>
      <dc:creator>ManojK_1</dc:creator>
      <dc:date>2010-09-18T06:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer cache overflow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/buffer-cache-overflow/m-p/4688227#M383029</link>
      <description>It appears as is 100% of your reads are coming from buffer cache/file cache.&lt;BR /&gt;&lt;BR /&gt;That is a good thing.  I don't see anything wrong with that.  In fact, with all reads coming from cache, your performance will improve since a read from disk is not required.</description>
      <pubDate>Sat, 18 Sep 2010 13:09:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/buffer-cache-overflow/m-p/4688227#M383029</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2010-09-18T13:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer cache overflow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/buffer-cache-overflow/m-p/4688228#M383030</link>
      <description>if the buffer cache gets to its maximum size then future reads cause the oldest data that has not been accessed to age out of buffer for the new blocks that are accessed.  Buffer cache always contains the most recently accessed blocks.  Until buffer cache hits its maximum buffer cache just grows.&lt;BR /&gt;&lt;BR /&gt;When you get low on memory vhand starts shrinking buffer cache.</description>
      <pubDate>Sun, 19 Sep 2010 00:11:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/buffer-cache-overflow/m-p/4688228#M383030</guid>
      <dc:creator>Emil Velez</dc:creator>
      <dc:date>2010-09-19T00:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer cache overflow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/buffer-cache-overflow/m-p/4688229#M383031</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Serer is having 64Gb Memory and kerenel parameter filecache_max &amp;amp; filecache_min set as 1%.&lt;BR /&gt;&lt;BR /&gt;If i increase the value what will be the impact?&lt;BR /&gt;&lt;BR /&gt;Manoj K</description>
      <pubDate>Sun, 19 Sep 2010 07:02:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/buffer-cache-overflow/m-p/4688229#M383031</guid>
      <dc:creator>ManojK_1</dc:creator>
      <dc:date>2010-09-19T07:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer cache overflow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/buffer-cache-overflow/m-p/4688230#M383032</link>
      <description>&amp;gt;If I increase the value what will be the impact?&lt;BR /&gt;&lt;BR /&gt;You will be able to cache more data.&lt;BR /&gt;Are you using a database that can get more benefit from that memory?</description>
      <pubDate>Sun, 19 Sep 2010 17:09:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/buffer-cache-overflow/m-p/4688230#M383032</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-09-19T17:09:48Z</dc:date>
    </item>
  </channel>
</rss>

