<?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: Changing Page Size in Integrity Servers</title>
    <link>https://community.hpe.com/t5/integrity-servers/changing-page-size/m-p/4414497#M5111</link>
    <description>After some searching, I've found that the page size is set from the HWRPB (as you pointed out). The HWRPB is set up by the boot firmware, so if it is modifiable this will be the only place to do it - though I suspect it will be hardcoded in the firmware for each system, as it needs to be configured early in the boot process.</description>
    <pubDate>Thu, 07 May 2009 18:36:14 GMT</pubDate>
    <dc:creator>Andrew C Fieldsend</dc:creator>
    <dc:date>2009-05-07T18:36:14Z</dc:date>
    <item>
      <title>Changing Page Size</title>
      <link>https://community.hpe.com/t5/integrity-servers/changing-page-size/m-p/4414490#M5104</link>
      <description>While fully understanding that OpenVMS can not understand any page size other than 8192, How does one change the page size to a value other than 8192. Alpha ES45/ES40 answers are also welcome.&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;Jim&lt;BR /&gt;</description>
      <pubDate>Wed, 06 May 2009 17:48:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/integrity-servers/changing-page-size/m-p/4414490#M5104</guid>
      <dc:creator>Jim Hintze</dc:creator>
      <dc:date>2009-05-06T17:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Page Size</title>
      <link>https://community.hpe.com/t5/integrity-servers/changing-page-size/m-p/4414491#M5105</link>
      <description>Hi Jim,&lt;BR /&gt;&lt;BR /&gt;this is a question for OpenVMS forums, I believe.&lt;BR /&gt;&lt;BR /&gt;J.</description>
      <pubDate>Thu, 07 May 2009 06:38:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/integrity-servers/changing-page-size/m-p/4414491#M5105</guid>
      <dc:creator>Jozef_Novak</dc:creator>
      <dc:date>2009-05-07T06:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Page Size</title>
      <link>https://community.hpe.com/t5/integrity-servers/changing-page-size/m-p/4414492#M5106</link>
      <description>&lt;BR /&gt;Sorry I wasn't clear on the first post. this is an operating system independant question.&lt;BR /&gt;&lt;BR /&gt;on either integrity (2660, 6600, 8640) or alpha (es40/es45), how does one change the page size?&lt;BR /&gt;&lt;BR /&gt;thnaks&lt;BR /&gt;Jim&lt;BR /&gt;</description>
      <pubDate>Thu, 07 May 2009 13:27:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/integrity-servers/changing-page-size/m-p/4414492#M5106</guid>
      <dc:creator>Jim Hintze</dc:creator>
      <dc:date>2009-05-07T13:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Page Size</title>
      <link>https://community.hpe.com/t5/integrity-servers/changing-page-size/m-p/4414493#M5107</link>
      <description>Isn't it a kernel related setting?&lt;BR /&gt;&lt;BR /&gt;From my hp-ux box:&lt;BR /&gt;&lt;BR /&gt;# getconf PAGESIZE&lt;BR /&gt;4096&lt;BR /&gt;&lt;BR /&gt;# kmtune -q vps_pagesize&lt;BR /&gt;Parameter             Current Dyn Planned                    Module     Version&lt;BR /&gt;===============================================================================&lt;BR /&gt;vps_pagesize                4  -  4&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;So it is not hardware related ;-))&lt;BR /&gt;&lt;BR /&gt;See also (for hp-ux):&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B3921-90010/vps_pagesize.5.html" target="_blank"&gt;http://docs.hp.com/en/B3921-90010/vps_pagesize.5.html&lt;/A&gt;</description>
      <pubDate>Thu, 07 May 2009 13:45:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/integrity-servers/changing-page-size/m-p/4414493#M5107</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2009-05-07T13:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Page Size</title>
      <link>https://community.hpe.com/t5/integrity-servers/changing-page-size/m-p/4414494#M5108</link>
      <description>&lt;BR /&gt;OK, conflicting info from another forum.&lt;BR /&gt;spot on, Thanks.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 07 May 2009 13:57:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/integrity-servers/changing-page-size/m-p/4414494#M5108</guid>
      <dc:creator>Jim Hintze</dc:creator>
      <dc:date>2009-05-07T13:57:26Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Page Size</title>
      <link>https://community.hpe.com/t5/integrity-servers/changing-page-size/m-p/4414495#M5109</link>
      <description>The processor's Translation Lookaside Buffer (TLB) implementation defines the allowable values for the page size (see the relevant processor documentation for the details), but the operating system memory management code determines which values are actually used.&lt;BR /&gt;&lt;BR /&gt;Actually, OpenVMS can understand other page sizes than 8k, but 8k is the default. See section 12.1 of the OpenVMS Programming Concepts Manual at &lt;A href="http://www.openvms.compaq.com/doc/82final/5841/5841pro_038.html." target="_blank"&gt;http://www.openvms.compaq.com/doc/82final/5841/5841pro_038.html.&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;So it's both a hardware and operating system question;-)</description>
      <pubDate>Thu, 07 May 2009 14:06:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/integrity-servers/changing-page-size/m-p/4414495#M5109</guid>
      <dc:creator>Andrew C Fieldsend</dc:creator>
      <dc:date>2009-05-07T14:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Page Size</title>
      <link>https://community.hpe.com/t5/integrity-servers/changing-page-size/m-p/4414496#M5110</link>
      <description>&lt;BR /&gt;looking in circles here??&lt;BR /&gt;&lt;BR /&gt;BOO$GQ_PAGE_SIZE = .HWRPB[HWRPB$IL_PAGESIZE_L];&lt;BR /&gt;&lt;BR /&gt;MMG$GL_PAGE_SIZE is filled from BOO$GQ_PAGE_SIZE&lt;BR /&gt;&lt;BR /&gt;while VMS may have the capacity to understand different values for BOO$GQ_PAGE_SIZE, Do I have the opportunity to set it anywhere??</description>
      <pubDate>Thu, 07 May 2009 16:57:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/integrity-servers/changing-page-size/m-p/4414496#M5110</guid>
      <dc:creator>Jim Hintze</dc:creator>
      <dc:date>2009-05-07T16:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Page Size</title>
      <link>https://community.hpe.com/t5/integrity-servers/changing-page-size/m-p/4414497#M5111</link>
      <description>After some searching, I've found that the page size is set from the HWRPB (as you pointed out). The HWRPB is set up by the boot firmware, so if it is modifiable this will be the only place to do it - though I suspect it will be hardcoded in the firmware for each system, as it needs to be configured early in the boot process.</description>
      <pubDate>Thu, 07 May 2009 18:36:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/integrity-servers/changing-page-size/m-p/4414497#M5111</guid>
      <dc:creator>Andrew C Fieldsend</dc:creator>
      <dc:date>2009-05-07T18:36:14Z</dc:date>
    </item>
  </channel>
</rss>

