<?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: LowFree Memory in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/lowfree-memory/m-p/4235665#M62367</link>
    <description>The 32-bit kernel can directly access only 4 GB of memory. With special PAE tricks, you can use more than 4 GB with a 32-bit kernel, but there are certain limitations:&lt;BR /&gt;&lt;BR /&gt;- The total memory usage of any one process may not exceed 4 GB (in practice the limit is even lower).&lt;BR /&gt;&lt;BR /&gt;- to transfer data between processes, the system must use a "bounce buffer" which must be located in the bottom 4GB area&lt;BR /&gt;&lt;BR /&gt;- DMA transfers must be targetted to "bounce buffers" in the bottom 4 GB too.&lt;BR /&gt;&lt;BR /&gt;- the use of PAE causes some performance degradation&lt;BR /&gt;&lt;BR /&gt;In short, in 32-bit machines, there are many things that require "low" memory, so it can easily become a bottleneck.&lt;BR /&gt;&lt;BR /&gt;Is the application transferring large amounts of data from/to disks? (DMA transfers)&lt;BR /&gt;&lt;BR /&gt;MK</description>
    <pubDate>Thu, 17 Jul 2008 12:50:33 GMT</pubDate>
    <dc:creator>Matti_Kurkela</dc:creator>
    <dc:date>2008-07-17T12:50:33Z</dc:date>
    <item>
      <title>LowFree Memory</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lowfree-memory/m-p/4235663#M62365</link>
      <description>We have an issue with a Redhat AS3 UPD8 server that is exhausting LowFree memory.  Once this happens the OOM killer kicks in and wrecks havoc with arbitary processes.  I can see LowFree dropping over time, but don't understand what's grabbing it and why it is not being released. I don't believe that we have a physical memory problem - there is 10Gb  allocated to the VMWare installation and the application doesn't use all of that anyway.  There is no swap activity. We are using the 32Bit snmp kernel.  We cant upgrade the Redhat installation, and as it's on VMWare we cannot (apparently) use the HugeMem kernel.&lt;BR /&gt;&lt;BR /&gt;Any ideas?</description>
      <pubDate>Thu, 17 Jul 2008 10:37:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lowfree-memory/m-p/4235663#M62365</guid>
      <dc:creator>BryanRM</dc:creator>
      <dc:date>2008-07-17T10:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: LowFree Memory</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lowfree-memory/m-p/4235664#M62366</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Work with the application to reduce memory use.&lt;BR /&gt;&lt;BR /&gt;Look for memory leaks.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.hpux.ws/?p=8" target="_blank"&gt;http://www.hpux.ws/?p=8&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Works for Linux and HP-UX&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 17 Jul 2008 12:29:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lowfree-memory/m-p/4235664#M62366</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-07-17T12:29:19Z</dc:date>
    </item>
    <item>
      <title>Re: LowFree Memory</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lowfree-memory/m-p/4235665#M62367</link>
      <description>The 32-bit kernel can directly access only 4 GB of memory. With special PAE tricks, you can use more than 4 GB with a 32-bit kernel, but there are certain limitations:&lt;BR /&gt;&lt;BR /&gt;- The total memory usage of any one process may not exceed 4 GB (in practice the limit is even lower).&lt;BR /&gt;&lt;BR /&gt;- to transfer data between processes, the system must use a "bounce buffer" which must be located in the bottom 4GB area&lt;BR /&gt;&lt;BR /&gt;- DMA transfers must be targetted to "bounce buffers" in the bottom 4 GB too.&lt;BR /&gt;&lt;BR /&gt;- the use of PAE causes some performance degradation&lt;BR /&gt;&lt;BR /&gt;In short, in 32-bit machines, there are many things that require "low" memory, so it can easily become a bottleneck.&lt;BR /&gt;&lt;BR /&gt;Is the application transferring large amounts of data from/to disks? (DMA transfers)&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Thu, 17 Jul 2008 12:50:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lowfree-memory/m-p/4235665#M62367</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2008-07-17T12:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: LowFree Memory</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lowfree-memory/m-p/4235666#M62368</link>
      <description>work with app team to lower memory consumption :) lol&lt;BR /&gt;&lt;BR /&gt;Not sure why you can't run hugemem kernel on vmware, that is a solution, so I would try using the hugemem kernel at all costs.&lt;BR /&gt;&lt;BR /&gt;Otherwise, you can add in lower_zone_protection:&lt;BR /&gt;echo "250" &amp;gt; /proc/sys/vm/lower_zone_protection&lt;BR /&gt;&lt;BR /&gt;add to /etc/sysctl.conf&lt;BR /&gt;vm.lower_zone_protection = 250&lt;BR /&gt;&lt;BR /&gt;only other resolution is running 64 bit, if you can't run the hugemem kernel.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 02 Aug 2008 05:39:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lowfree-memory/m-p/4235666#M62368</guid>
      <dc:creator>Kevin Wright</dc:creator>
      <dc:date>2008-08-02T05:39:56Z</dc:date>
    </item>
  </channel>
</rss>

