<?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: feedback on PAE kernel in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/feedback-on-pae-kernel/m-p/4537276#M38981</link>
    <description>we do run latest RHEL5.4 kernel-PAE without issues.&lt;BR /&gt;&lt;BR /&gt;The PAE kernel should only be needed if you have more than 4GB of memory. If you only have 4GB of memory or less, it could affect your performance, as more low memory is allocated for kernel usage.  It is optimized to run on large memory and is less stingy when managing some of the memory pools.  You could always use the phoronix test suite and test a box with 2 with both kernels (regular vs PAE) and see the difference.  It could be a 10-15% performance hit according to RHCE.&lt;BR /&gt;&lt;BR /&gt;Cheers</description>
    <pubDate>Mon, 23 Nov 2009 15:06:04 GMT</pubDate>
    <dc:creator>loco_vikide</dc:creator>
    <dc:date>2009-11-23T15:06:04Z</dc:date>
    <item>
      <title>feedback on PAE kernel</title>
      <link>https://community.hpe.com/t5/operating-system-linux/feedback-on-pae-kernel/m-p/4537269#M38974</link>
      <description>We had a stituation were the system was not detecting 20GB memory and later moved to 2.6.18-92.1.26.0.1.el5PAE to see the full memory (from 2.6.18-92.1.26.0.1.el5 kernel). I have given the old &amp;amp; new kernel info from grub.conf below.&lt;BR /&gt;&lt;BR /&gt;from current uname -a&lt;BR /&gt;&lt;BR /&gt;2.6.18-92.1.26.0.1.el5PAE #1 SMP Tue May 19 23:27:46 EDT 2009 i686 i686 i386 GNU/Linux&lt;BR /&gt;&lt;BR /&gt;here is the /etc/grub part&lt;BR /&gt;&lt;BR /&gt;title Enterprise Linux Enterprise Linux Server (2.6.18-92.1.26.0.1.el5PAE)&lt;BR /&gt;        root (hd0,0)&lt;BR /&gt;        kernel /vmlinuz-2.6.18-92.1.26.0.1.el5PAE ro root=/dev/vg00/lvol1 crashkernel=128M@16M&lt;BR /&gt;        initrd /initrd-2.6.18-92.1.26.0.1.el5PAE.img&lt;BR /&gt;title Enterprise Linux Enterprise Linux Server (2.6.18-92.1.26.0.1.el5)&lt;BR /&gt;        root (hd0,0)&lt;BR /&gt;        kernel /vmlinuz-2.6.18-92.1.26.0.1.el5 ro root=/dev/vg00/lvol1 crashkernel=128M@16M&lt;BR /&gt;        initrd /initrd-2.6.18-92.1.26.0.1.el5.img&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;is there a memory limit with el5 kernel? How is the feedback with PAE kernel?? We are using the PAE one for the first time in our environemnt and noticed a couple of system hangs and kernel panic in a few days.&lt;BR /&gt;&lt;BR /&gt;I will be glad to see your responses</description>
      <pubDate>Fri, 20 Nov 2009 07:05:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/feedback-on-pae-kernel/m-p/4537269#M38974</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2009-11-20T07:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: feedback on PAE kernel</title>
      <link>https://community.hpe.com/t5/operating-system-linux/feedback-on-pae-kernel/m-p/4537270#M38975</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;we are using PAE without any problem, of course the system have only 4 GB memory.&lt;BR /&gt;&lt;BR /&gt;CentOS 5.2 for example :&lt;BR /&gt;&lt;BR /&gt;[root@tux-nagios ~]# uname -a&lt;BR /&gt;Linux tux-nagios.xxx 2.6.18-92.1.18.el5PAE #1 SMP Wed Nov 12 10:02:30 EST 2008 i686 i686 i386 GNU/Linux&lt;BR /&gt;[root@tux-nagios ~]# strings /proc/meminfo |grep -i memto&lt;BR /&gt;MemTotal:      4147988 kB&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;in my opinion, if some server have more than 4 GB memmory, it will be better to use 64bit linux x86_64, of course it the application are supported on the OS.&lt;BR /&gt;&lt;BR /&gt;mikap</description>
      <pubDate>Fri, 20 Nov 2009 08:00:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/feedback-on-pae-kernel/m-p/4537270#M38975</guid>
      <dc:creator>Michal Kapalka (mikap)</dc:creator>
      <dc:date>2009-11-20T08:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: feedback on PAE kernel</title>
      <link>https://community.hpe.com/t5/operating-system-linux/feedback-on-pae-kernel/m-p/4537271#M38976</link>
      <description>We have been using PAE features with RHEL4 for a while now. (In RHEL 4 it was called the "hugemem" kernel.) &lt;BR /&gt;&lt;BR /&gt;While PAE allows increasing the system memory up to 64 GB in a 32-bit system, each process is still restricted to an absolute maximum of 4 GB size. PAE also requires the OS to do quite a bit of tricky memory management with DMA transfers (=disk I/O, for example), so there may be an increased possibility of kernel bugs. However, we did not see any hang/panic problems with our PAE-enabled RHEL 4 systems. &lt;BR /&gt;&lt;BR /&gt;A true 64-bit kernel would be able to handle larger-than-4 GB systems just as usual, with no tricks needed.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Fri, 20 Nov 2009 16:52:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/feedback-on-pae-kernel/m-p/4537271#M38976</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2009-11-20T16:52:47Z</dc:date>
    </item>
    <item>
      <title>Re: feedback on PAE kernel</title>
      <link>https://community.hpe.com/t5/operating-system-linux/feedback-on-pae-kernel/m-p/4537272#M38977</link>
      <description>&amp;gt;&amp;gt; is there a memory limit with el5 kernel? &lt;BR /&gt;&lt;BR /&gt;What is your CPU family/class?  Here, Intel Xeons (multi-core + multi procs) machines are put in with the amd64/x86_64 port of the GNU/Linux system.  They are performing better on RAM &amp;gt; 6GB, all OOM issues have disappeared after the OS port change.  MySQL performs better on the HP HNs having &amp;gt; 16 CTs, Apache scales perfectly.&lt;BR /&gt;&lt;BR /&gt;Even on Intel CPUs, particularly with the newer line of processors, installing the amd64/x86_64 port of the Linux kernel helps.  PAE/normal kernels fail under certain conditions.&lt;BR /&gt;</description>
      <pubDate>Sat, 21 Nov 2009 01:04:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/feedback-on-pae-kernel/m-p/4537272#M38977</guid>
      <dc:creator>Ragu_3</dc:creator>
      <dc:date>2009-11-21T01:04:26Z</dc:date>
    </item>
    <item>
      <title>Re: feedback on PAE kernel</title>
      <link>https://community.hpe.com/t5/operating-system-linux/feedback-on-pae-kernel/m-p/4537273#M38978</link>
      <description>&lt;BR /&gt;two years back we have been seeing a lot of kernel panicks with our RHEL AS 3 servers and most of the running with hugmem kernel. Later we shifted to SMP kernel. AFAIK, SMP one meant for multiprocessor systems and the the servers are stable till now.&lt;BR /&gt;&lt;BR /&gt;Good to know PAE one is equivalent to hugemem.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Intel Xeon Quad core CPU i have. what OS port change are u mentioning here?&lt;BR /&gt;&lt;BR /&gt;What is your CPU family/class? Here, Intel Xeons (multi-core + multi procs) machines are put in with the amd64/x86_64 port of the GNU/Linux system. They are performing better on RAM &amp;gt; 6GB, all OOM issues have disappeared after the OS port change. MySQL performs better on the HP HNs having &amp;gt; 16 CTs, Apache scales perfectly.&lt;BR /&gt;&lt;BR /&gt;Even on Intel CPUs, particularly with the newer line of processors, installing the amd64/x86_64 port of the Linux kernel helps. PAE/normal kernels fail under certain conditions. &lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Sat, 21 Nov 2009 06:18:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/feedback-on-pae-kernel/m-p/4537273#M38978</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2009-11-21T06:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: feedback on PAE kernel</title>
      <link>https://community.hpe.com/t5/operating-system-linux/feedback-on-pae-kernel/m-p/4537274#M38979</link>
      <description>&amp;gt;&amp;gt; Intel Xeon Quad core CPU. what OS port change are u mentioning?&lt;BR /&gt;&lt;BR /&gt;Your Intel Xeon machine should have been installed with the x86_64 port of RHEL5, not the i686 port.</description>
      <pubDate>Sun, 22 Nov 2009 16:36:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/feedback-on-pae-kernel/m-p/4537274#M38979</guid>
      <dc:creator>Ragu_3</dc:creator>
      <dc:date>2009-11-22T16:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: feedback on PAE kernel</title>
      <link>https://community.hpe.com/t5/operating-system-linux/feedback-on-pae-kernel/m-p/4537275#M38980</link>
      <description>I accept 64bit is better.what is the reason or logic?</description>
      <pubDate>Mon, 23 Nov 2009 05:16:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/feedback-on-pae-kernel/m-p/4537275#M38980</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2009-11-23T05:16:43Z</dc:date>
    </item>
    <item>
      <title>Re: feedback on PAE kernel</title>
      <link>https://community.hpe.com/t5/operating-system-linux/feedback-on-pae-kernel/m-p/4537276#M38981</link>
      <description>we do run latest RHEL5.4 kernel-PAE without issues.&lt;BR /&gt;&lt;BR /&gt;The PAE kernel should only be needed if you have more than 4GB of memory. If you only have 4GB of memory or less, it could affect your performance, as more low memory is allocated for kernel usage.  It is optimized to run on large memory and is less stingy when managing some of the memory pools.  You could always use the phoronix test suite and test a box with 2 with both kernels (regular vs PAE) and see the difference.  It could be a 10-15% performance hit according to RHCE.&lt;BR /&gt;&lt;BR /&gt;Cheers</description>
      <pubDate>Mon, 23 Nov 2009 15:06:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/feedback-on-pae-kernel/m-p/4537276#M38981</guid>
      <dc:creator>loco_vikide</dc:creator>
      <dc:date>2009-11-23T15:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: feedback on PAE kernel</title>
      <link>https://community.hpe.com/t5/operating-system-linux/feedback-on-pae-kernel/m-p/4537277#M38982</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;There are few reasons in these circumstances not to do the OS as x_64.&lt;BR /&gt;&lt;BR /&gt;Application support to 32 bit applications is excellent, though those apps have memory limitations.&lt;BR /&gt;&lt;BR /&gt;64 bit applications will be able to address more memory when needed with better performance.&lt;BR /&gt;&lt;BR /&gt;Worth a look.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 23 Nov 2009 21:13:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/feedback-on-pae-kernel/m-p/4537277#M38982</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-11-23T21:13:33Z</dc:date>
    </item>
  </channel>
</rss>

