<?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: Bufer cache on linux in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/bufer-cache-on-linux/m-p/3105482#M7523</link>
    <description>Are you sure you want to do this?  Linux typically will keep allocating memory into the pagecache and buffercache as long as you don't need it for anything else.  I've only found one reason for not letting it do this, and that revolves around a misbehaving kswapd on 2.4.9 (and several versions after that, including RH Advanced Server2.1).  The kernel design is to go ahead and use the memory for caching if no data structures are consuming it.  I wouldn't worry about it until you start to see swap activity.&lt;BR /&gt;&lt;BR /&gt;Andy</description>
    <pubDate>Wed, 29 Oct 2003 15:32:34 GMT</pubDate>
    <dc:creator>Andy Beal</dc:creator>
    <dc:date>2003-10-29T15:32:34Z</dc:date>
    <item>
      <title>Bufer cache on linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/bufer-cache-on-linux/m-p/3105477#M7518</link>
      <description>Hi! I have Redhat linux 7.2 and i have 3 GB memory. free command showme only 3 MB free and cached 1.5 GB how can i reduce buffer cache on linux?&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Oct 2003 12:10:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/bufer-cache-on-linux/m-p/3105477#M7518</guid>
      <dc:creator>Edwin Ruiz_2</dc:creator>
      <dc:date>2003-10-29T12:10:39Z</dc:date>
    </item>
    <item>
      <title>Re: Bufer cache on linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/bufer-cache-on-linux/m-p/3105478#M7519</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If you mean buffer itself, you get this on recompiling your kernel.&lt;BR /&gt;If you mean cache less, well you have to dig more and check which progeam you run that needs caching...&lt;BR /&gt;&lt;BR /&gt;J</description>
      <pubDate>Wed, 29 Oct 2003 12:33:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/bufer-cache-on-linux/m-p/3105478#M7519</guid>
      <dc:creator>Jerome Henry</dc:creator>
      <dc:date>2003-10-29T12:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: Bufer cache on linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/bufer-cache-on-linux/m-p/3105479#M7520</link>
      <description>Procedure for compiling kernel:&lt;BR /&gt;&lt;BR /&gt;cd /usr/src/linux (or wherever the red hat source is)&lt;BR /&gt;&lt;BR /&gt;export DISPLAY=:0&lt;BR /&gt;&lt;BR /&gt;make xconfig&lt;BR /&gt;&lt;BR /&gt;enable all the things you want enabled&lt;BR /&gt;&lt;BR /&gt;save and exit&lt;BR /&gt;&lt;BR /&gt;make dep&lt;BR /&gt;&lt;BR /&gt;make bzImage&lt;BR /&gt;&lt;BR /&gt;make modules&lt;BR /&gt;&lt;BR /&gt;make modules_install&lt;BR /&gt;&lt;BR /&gt;cp /boot/vmlinuz /boot/vmlinuz.prev (you may need to adjust this name for red hat)&lt;BR /&gt;&lt;BR /&gt;cp /boot/system.map /boot/system.map.prev&lt;BR /&gt;&lt;BR /&gt;cp System.map /boot&lt;BR /&gt;&lt;BR /&gt;cp arch/i386/boot/bzImage /boot/vmlinuz&lt;BR /&gt;&lt;BR /&gt;edit /etc/lilo.conf or grub.conf&lt;BR /&gt;&lt;BR /&gt;add an entry for booting vmlinuz.prev and your new kernel&lt;BR /&gt;&lt;BR /&gt;run lilo (if using it)&lt;BR /&gt;&lt;BR /&gt;re-boot.&lt;BR /&gt;&lt;BR /&gt;Note: I'd schedule a Red Hat 7.3 upgrade. Its more stable than 7.2&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 29 Oct 2003 12:37:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/bufer-cache-on-linux/m-p/3105479#M7520</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-10-29T12:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: Bufer cache on linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/bufer-cache-on-linux/m-p/3105480#M7521</link>
      <description>ok! thans but wich parameters define the buffer cache? i nedd to chance that parameters before.. i think</description>
      <pubDate>Wed, 29 Oct 2003 12:41:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/bufer-cache-on-linux/m-p/3105480#M7521</guid>
      <dc:creator>Edwin Ruiz_2</dc:creator>
      <dc:date>2003-10-29T12:41:15Z</dc:date>
    </item>
    <item>
      <title>Re: Bufer cache on linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/bufer-cache-on-linux/m-p/3105481#M7522</link>
      <description>This is useful, but not exactly what you asked for:&lt;BR /&gt;&lt;A href="http://www.ussg.iu.edu/hypermail/linux/kernel/9903.1/0289.html" target="_blank"&gt;http://www.ussg.iu.edu/hypermail/linux/kernel/9903.1/0289.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Also useful but a circuitous way to get where you want:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.linuxhq.com/lnxlists/linux-kernel/lk_9906_01/msg00257.html" target="_blank"&gt;http://www.linuxhq.com/lnxlists/linux-kernel/lk_9906_01/msg00257.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hmmm.&lt;BR /&gt;&lt;A href="http://www.linux-tutorial.info/cgi-bin/display.pl?286&amp;amp;0&amp;amp;0&amp;amp;0&amp;amp;3" target="_blank"&gt;http://www.linux-tutorial.info/cgi-bin/display.pl?286&amp;amp;0&amp;amp;0&amp;amp;0&amp;amp;3&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The last one looks good.:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.linux-tutorial.info/cgi-bin/display.pl?287&amp;amp;0&amp;amp;0&amp;amp;0&amp;amp;3" target="_blank"&gt;http://www.linux-tutorial.info/cgi-bin/display.pl?287&amp;amp;0&amp;amp;0&amp;amp;0&amp;amp;3&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Oct 2003 13:09:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/bufer-cache-on-linux/m-p/3105481#M7522</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-10-29T13:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: Bufer cache on linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/bufer-cache-on-linux/m-p/3105482#M7523</link>
      <description>Are you sure you want to do this?  Linux typically will keep allocating memory into the pagecache and buffercache as long as you don't need it for anything else.  I've only found one reason for not letting it do this, and that revolves around a misbehaving kswapd on 2.4.9 (and several versions after that, including RH Advanced Server2.1).  The kernel design is to go ahead and use the memory for caching if no data structures are consuming it.  I wouldn't worry about it until you start to see swap activity.&lt;BR /&gt;&lt;BR /&gt;Andy</description>
      <pubDate>Wed, 29 Oct 2003 15:32:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/bufer-cache-on-linux/m-p/3105482#M7523</guid>
      <dc:creator>Andy Beal</dc:creator>
      <dc:date>2003-10-29T15:32:34Z</dc:date>
    </item>
  </channel>
</rss>

