<?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 Base_pagesize kernel parameter in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/base-pagesize-kernel-parameter/m-p/4582531#M373973</link>
    <description>Once again good morning;&lt;BR /&gt;&lt;BR /&gt;We are running Oracle EBS 11.5.10 with a 10gr2 database on a rx6600 server running 11iv3 release5.  I have come across the base_pagesize tunable parameter and it appears this could be a performance boost.  My question is had anyone out there changed this value for 10gr2.  If so what value did you use?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thank you for responses.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Norm&lt;BR /&gt;</description>
    <pubDate>Thu, 11 Feb 2010 17:27:21 GMT</pubDate>
    <dc:creator>wvsa</dc:creator>
    <dc:date>2010-02-11T17:27:21Z</dc:date>
    <item>
      <title>Base_pagesize kernel parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/base-pagesize-kernel-parameter/m-p/4582531#M373973</link>
      <description>Once again good morning;&lt;BR /&gt;&lt;BR /&gt;We are running Oracle EBS 11.5.10 with a 10gr2 database on a rx6600 server running 11iv3 release5.  I have come across the base_pagesize tunable parameter and it appears this could be a performance boost.  My question is had anyone out there changed this value for 10gr2.  If so what value did you use?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thank you for responses.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Norm&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Feb 2010 17:27:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/base-pagesize-kernel-parameter/m-p/4582531#M373973</guid>
      <dc:creator>wvsa</dc:creator>
      <dc:date>2010-02-11T17:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: Base_pagesize kernel parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/base-pagesize-kernel-parameter/m-p/4582532#M373974</link>
      <description>This docs explains it.&lt;BR /&gt;&lt;BR /&gt;Carefull if you use Java and there are other patches required.&lt;BR /&gt;&lt;BR /&gt;See note at end on Oracle.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/14670/ENW-TBPS-TW.pdf" target="_blank"&gt;http://docs.hp.com/en/14670/ENW-TBPS-TW.pdf&lt;/A&gt;</description>
      <pubDate>Thu, 11 Feb 2010 18:21:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/base-pagesize-kernel-parameter/m-p/4582532#M373974</guid>
      <dc:creator>WayneHP</dc:creator>
      <dc:date>2010-02-11T18:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: Base_pagesize kernel parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/base-pagesize-kernel-parameter/m-p/4582533#M373975</link>
      <description>Wayne;&lt;BR /&gt;&lt;BR /&gt;Thank you for the doc.  Already have read the doc and already ran into the problem with Java.  Got past the Java problem.  The document does not provide unless I missed it any recomendations or guidelines for base_pagesize values for oracle 10 or 11g. Still looking for those recomendations, guidelines or real life experiences.&lt;BR /&gt;&lt;BR /&gt;Thanks again&lt;BR /&gt;&lt;BR /&gt;norm&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Feb 2010 19:49:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/base-pagesize-kernel-parameter/m-p/4582533#M373975</guid>
      <dc:creator>wvsa</dc:creator>
      <dc:date>2010-02-11T19:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: Base_pagesize kernel parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/base-pagesize-kernel-parameter/m-p/4582534#M373976</link>
      <description>The benefit of using a larger base_pagesize is in the reduction in TLB (Translation Lookaside Buffer - mappings from virtual to physical addresses) and related overheads.  IIRC HP Caliper (&lt;A href="http://www.hp.com/go/caliper" target="_blank"&gt;http://www.hp.com/go/caliper&lt;/A&gt; , and comes with the compilers) has the ability to examine the Itanium 2 9000 and 9100 series PMU (Performance Monitoring Unit) to extract information about TLB misses and a great many other things.  Probably requires a bit of Caliper manual perusal and may not be 100% grokable to some, but having Caliper traces from before and after the change might help show whether there was much effect on the TLB miss rates.&lt;BR /&gt;&lt;BR /&gt;Using base_pagezize rather than just chatr'ing the binaries helps with things like shared libraries that will be loaded by utilies and startup stuff before your Oracle stuff is running.  I suppose it also helps shrink the kernel's pagetables and such.</description>
      <pubDate>Fri, 12 Feb 2010 00:43:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/base-pagesize-kernel-parameter/m-p/4582534#M373976</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2010-02-12T00:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: Base_pagesize kernel parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/base-pagesize-kernel-parameter/m-p/4582535#M373977</link>
      <description>Page 5&lt;BR /&gt;&lt;BR /&gt;Some aspects of large base pages are an unqualified performance benefit. Other aspects depend on the behavior of applications. On balance, HP has found that the performance "sweet spot" is a 16 kB base page size. Many application workloads will show a slight performance improvement with 16 kB base pages as compared to the default. Some workloads, particularly those that manipulate a large number of small objects, are better off with 8 kB or 4 kB base pages. It would be unusual for an application workload to benefit from base pages as large as 64 kB, and therefore we do not recommend that configuration.</description>
      <pubDate>Wed, 17 Feb 2010 15:17:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/base-pagesize-kernel-parameter/m-p/4582535#M373977</guid>
      <dc:creator>WayneHP</dc:creator>
      <dc:date>2010-02-17T15:17:31Z</dc:date>
    </item>
  </channel>
</rss>

