<?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: Memory Allocation in RedHat Linux in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/memory-allocation-in-redhat-linux/m-p/4216029#M32887</link>
    <description>Hi Jorge,&lt;BR /&gt;&lt;BR /&gt;the linux kernel is using the part of the memory, that is not used for processes, as disk-cache to get a better I/O performance.&lt;BR /&gt;&lt;BR /&gt;You can see the memory usage with the command "free".&lt;BR /&gt;&lt;BR /&gt;If you start some new processes, the kernel will immediately release some of the cache-memory, so you have no disadvantage.&lt;BR /&gt;</description>
    <pubDate>Fri, 13 Jun 2008 08:28:53 GMT</pubDate>
    <dc:creator>Frank_W</dc:creator>
    <dc:date>2008-06-13T08:28:53Z</dc:date>
    <item>
      <title>Memory Allocation in RedHat Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/memory-allocation-in-redhat-linux/m-p/4216027#M32885</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;My server has a total of 8GB of physical Memory.  I know that Linux kernel pre-allocate as much memory as possible.  If I only want the Linux kernel pre-allocate or allocate just 4GB instead of 7+ GB of Memory, how would I do that?  If that's the case, would you advise doing so or is this best practices?&lt;BR /&gt;&lt;BR /&gt;Thank you in advance,&lt;BR /&gt;&lt;BR /&gt;Jorge</description>
      <pubDate>Thu, 12 Jun 2008 22:10:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/memory-allocation-in-redhat-linux/m-p/4216027#M32885</guid>
      <dc:creator>Jorge Cocomess</dc:creator>
      <dc:date>2008-06-12T22:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Allocation in RedHat Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/memory-allocation-in-redhat-linux/m-p/4216028#M32886</link>
      <description>Sorry, I forgot to mention that I'm running RHAS 4.0 - 8GB Memory w/12GB Swap space.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;J</description>
      <pubDate>Thu, 12 Jun 2008 22:19:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/memory-allocation-in-redhat-linux/m-p/4216028#M32886</guid>
      <dc:creator>Jorge Cocomess</dc:creator>
      <dc:date>2008-06-12T22:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Allocation in RedHat Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/memory-allocation-in-redhat-linux/m-p/4216029#M32887</link>
      <description>Hi Jorge,&lt;BR /&gt;&lt;BR /&gt;the linux kernel is using the part of the memory, that is not used for processes, as disk-cache to get a better I/O performance.&lt;BR /&gt;&lt;BR /&gt;You can see the memory usage with the command "free".&lt;BR /&gt;&lt;BR /&gt;If you start some new processes, the kernel will immediately release some of the cache-memory, so you have no disadvantage.&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Jun 2008 08:28:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/memory-allocation-in-redhat-linux/m-p/4216029#M32887</guid>
      <dc:creator>Frank_W</dc:creator>
      <dc:date>2008-06-13T08:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Allocation in RedHat Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/memory-allocation-in-redhat-linux/m-p/4216030#M32888</link>
      <description>If this is a 32 bit version of rhel then the kernel sits in the first GiB of memory and is only approx 879MiB.</description>
      <pubDate>Fri, 13 Jun 2008 14:17:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/memory-allocation-in-redhat-linux/m-p/4216030#M32888</guid>
      <dc:creator>Court Campbell</dc:creator>
      <dc:date>2008-06-13T14:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Allocation in RedHat Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/memory-allocation-in-redhat-linux/m-p/4216031#M32889</link>
      <description>This is a 64-bit version of RedHat.&lt;BR /&gt;&lt;BR /&gt;Where else should I be looking at for performance tuning?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Jorge</description>
      <pubDate>Fri, 13 Jun 2008 14:20:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/memory-allocation-in-redhat-linux/m-p/4216031#M32889</guid>
      <dc:creator>Jorge Cocomess</dc:creator>
      <dc:date>2008-06-13T14:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Allocation in RedHat Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/memory-allocation-in-redhat-linux/m-p/4216032#M32890</link>
      <description>It really depends on what is going on with your system. You need to find out what is being 100% utilized. For memory you can see if you are starting to swap. If so, you could add more memory and/or try adjusting the amount of memory that certain apps use. But I am not sure where your bottlenecks are, or if you even have any. You can use "sar -r" and vmstat to see if you are swapping. You can use "iostat -x" to see disk utilization. You can use "sar -u" to see cpu usage. You could also look at installing collectl. I have been using it for a while and find it pretty useful.&lt;BR /&gt;&lt;BR /&gt;It is really truly hard to tune a system without any measurements.</description>
      <pubDate>Fri, 13 Jun 2008 14:43:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/memory-allocation-in-redhat-linux/m-p/4216032#M32890</guid>
      <dc:creator>Court Campbell</dc:creator>
      <dc:date>2008-06-13T14:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Allocation in RedHat Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/memory-allocation-in-redhat-linux/m-p/4216033#M32891</link>
      <description>I have been reading up on zone_normal on x86_64 and it isn't a tunable parameter. Later.</description>
      <pubDate>Fri, 13 Jun 2008 16:13:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/memory-allocation-in-redhat-linux/m-p/4216033#M32891</guid>
      <dc:creator>Court Campbell</dc:creator>
      <dc:date>2008-06-13T16:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Allocation in RedHat Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/memory-allocation-in-redhat-linux/m-p/4216034#M32892</link>
      <description>Hi Court,&lt;BR /&gt;&lt;BR /&gt;Where could I find the utility 'Collectl" that you've mentioned?&lt;BR /&gt;&lt;BR /&gt;Thanks so much for your input.&lt;BR /&gt;&lt;BR /&gt;Jorge&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 15 Jun 2008 04:03:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/memory-allocation-in-redhat-linux/m-p/4216034#M32892</guid>
      <dc:creator>Jorge Cocomess</dc:creator>
      <dc:date>2008-06-15T04:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Allocation in RedHat Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/memory-allocation-in-redhat-linux/m-p/4216035#M32893</link>
      <description>Hi Jorge,&lt;BR /&gt;&lt;BR /&gt;Collectl is a light-weight performance monitoring tool capable of reporting interactively as well as logging to disk. It reports statistics on cpu, disk, infiniband, lustre, memory, network, nfs, process, quadrics, slabs and more in easy to read format.&lt;BR /&gt;&lt;BR /&gt;Download collectl from below link.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://sourceforge.net/projects/collectl/" target="_blank"&gt;http://sourceforge.net/projects/collectl/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;See the doc on the following link.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5991-7402/ch07s07.html" target="_blank"&gt;http://docs.hp.com/en/5991-7402/ch07s07.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Asif Sharif</description>
      <pubDate>Sun, 15 Jun 2008 06:32:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/memory-allocation-in-redhat-linux/m-p/4216035#M32893</guid>
      <dc:creator>Asif Sharif</dc:creator>
      <dc:date>2008-06-15T06:32:39Z</dc:date>
    </item>
  </channel>
</rss>

