<?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: MAXDSIZ kernel parameter in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/maxdsiz-kernel-parameter/m-p/2819399#M86268</link>
    <description>Hello-&lt;BR /&gt;&lt;BR /&gt;I have it set to 0XC0000000, which equates to 3223225472, since I have a 32bit process that seems to generate a large stack size and grows very rapidly..&lt;BR /&gt;&lt;BR /&gt;It depends on what types of apps you are running, because, for instance, if you are running 64-bit apps, then maxdsiz does you no good, the maxdsiz_64bit parameter would be the one that you are looking for..&lt;BR /&gt;&lt;BR /&gt;Just my $.02 worth..&lt;BR /&gt;&lt;BR /&gt;Mike-</description>
    <pubDate>Fri, 04 Oct 2002 18:03:05 GMT</pubDate>
    <dc:creator>Michael Elleby III_1</dc:creator>
    <dc:date>2002-10-04T18:03:05Z</dc:date>
    <item>
      <title>MAXDSIZ kernel parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/maxdsiz-kernel-parameter/m-p/2819398#M86267</link>
      <description>Howdy,&lt;BR /&gt;&lt;BR /&gt;look in the kernel.txt attached in this message and if possible, what is the correct value for the MAXDSIZ kernel parameter? The machine runs with 8GB RAM and HP-UX 11i.&lt;BR /&gt;&lt;BR /&gt;Thank you in advance,&lt;BR /&gt;&lt;BR /&gt;Marcelo Muzilli&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Oct 2002 17:56:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/maxdsiz-kernel-parameter/m-p/2819398#M86267</guid>
      <dc:creator>Marcelo Muzilli_1</dc:creator>
      <dc:date>2002-10-04T17:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: MAXDSIZ kernel parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/maxdsiz-kernel-parameter/m-p/2819399#M86268</link>
      <description>Hello-&lt;BR /&gt;&lt;BR /&gt;I have it set to 0XC0000000, which equates to 3223225472, since I have a 32bit process that seems to generate a large stack size and grows very rapidly..&lt;BR /&gt;&lt;BR /&gt;It depends on what types of apps you are running, because, for instance, if you are running 64-bit apps, then maxdsiz does you no good, the maxdsiz_64bit parameter would be the one that you are looking for..&lt;BR /&gt;&lt;BR /&gt;Just my $.02 worth..&lt;BR /&gt;&lt;BR /&gt;Mike-</description>
      <pubDate>Fri, 04 Oct 2002 18:03:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/maxdsiz-kernel-parameter/m-p/2819399#M86268</guid>
      <dc:creator>Michael Elleby III_1</dc:creator>
      <dc:date>2002-10-04T18:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: MAXDSIZ kernel parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/maxdsiz-kernel-parameter/m-p/2819400#M86269</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;'maxdsiz' is for 32-bit programs and 'maxdsiz_64bit' applies to 64-bit ones.&lt;BR /&gt;&lt;BR /&gt;The 32-bit minimum is: 0x40000  &lt;BR /&gt;The 32-bit maximum is: 0xfffff000&lt;BR /&gt;&lt;BR /&gt;The 64-bit minimum is: 0x40000&lt;BR /&gt;the 64-bit maximum is: 0x3ffbfffffff&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 04 Oct 2002 18:07:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/maxdsiz-kernel-parameter/m-p/2819400#M86269</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-10-04T18:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: MAXDSIZ kernel parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/maxdsiz-kernel-parameter/m-p/2819401#M86270</link>
      <description>There is no correct value other than "it depends". This is simply the largest data segment that a 32-bit process is allowed. It has almost nothing to do with amount of physical memory in the machine. On production boxes that run only well-tested code, you can set it to 1GB or so. If this is a development box, I would limit&lt;BR /&gt;it to typically 512MB or so to prevent a rogue application from grabbing all the memory. If you are running 64-bit 11.11 there is also a maxdsiz_64bit which performs the same function for 64-bit processes; this value is typically set considerably larger than its 32-bit cousin.&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Oct 2002 18:11:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/maxdsiz-kernel-parameter/m-p/2819401#M86270</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-10-04T18:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: MAXDSIZ kernel parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/maxdsiz-kernel-parameter/m-p/2819402#M86271</link>
      <description>Settings will vary depending on your app.  By my own rule, I run normally maxdsiz=80% physical RAM.&lt;BR /&gt;As the 32bit maxdsize will max before you can achieve this, then use the maximum.  This may cause problems on a system suffering from memory contention, so use with caution.  I'd say if your having problems, try moving a gig at a time to see what happens.&lt;BR /&gt;&lt;BR /&gt;As others pointed out, your maxdsiz_64bit is still the default system (tiny) size.  make sure to change this when you change the 32bit param.  Good habit to get into until all apps are 64bit.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Shannon&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Oct 2002 18:12:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/maxdsiz-kernel-parameter/m-p/2819402#M86271</guid>
      <dc:creator>Shannon Petry</dc:creator>
      <dc:date>2002-10-04T18:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: MAXDSIZ kernel parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/maxdsiz-kernel-parameter/m-p/2819403#M86272</link>
      <description>Thanks for all for the quick response.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Marcelo Muzilli</description>
      <pubDate>Fri, 04 Oct 2002 18:13:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/maxdsiz-kernel-parameter/m-p/2819403#M86272</guid>
      <dc:creator>Marcelo Muzilli_1</dc:creator>
      <dc:date>2002-10-04T18:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: MAXDSIZ kernel parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/maxdsiz-kernel-parameter/m-p/2819404#M86273</link>
      <description>maxdsiz is only a fence to limit runaway processes. If a particular process needs 500 megs of data (not stack, which is a separate area), then set maxdsiz to 510 megs or so. Due to the limitations of 32bit programs, setting maxdsiz to a value larger than about 2Gb does no good as 32bit apps cannot address beyond about 960 megs (or with magic changes to the executable, up to 1750 megs).</description>
      <pubDate>Sat, 05 Oct 2002 02:38:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/maxdsiz-kernel-parameter/m-p/2819404#M86273</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2002-10-05T02:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: MAXDSIZ kernel parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/maxdsiz-kernel-parameter/m-p/2819405#M86274</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;when I try to modify the MAXDSIZ value from Kernel parameter to 0XC0000000 (or to 3223225472) as described (Michael Elleby III) in these messages forum, the OS shows me this error message:&lt;BR /&gt;&lt;BR /&gt;'The value specified for tunable parameter "maxdsiz", "0xC0000000", evaluates to "3221225472" which is more than the maximum allowed value of "2063835136".'&lt;BR /&gt;&lt;BR /&gt;I would like to know why this can happen?&lt;BR /&gt;&lt;BR /&gt;TIA,&lt;BR /&gt;&lt;BR /&gt;Marcelo Muzilli</description>
      <pubDate>Mon, 07 Oct 2002 18:31:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/maxdsiz-kernel-parameter/m-p/2819405#M86274</guid>
      <dc:creator>Marcelo Muzilli_1</dc:creator>
      <dc:date>2002-10-07T18:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: MAXDSIZ kernel parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/maxdsiz-kernel-parameter/m-p/2819406#M86275</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I think it is a patch issue.  Take a look at patch PHKL_20174 (the latest version of which is PHKL_24487).  This patch fixes the problem of not being able to set maxdsiz bigger that 2 Gb:&lt;BR /&gt;&lt;BR /&gt; PHKL_20174:&lt;BR /&gt; ( SR: 8606107525 DTS: JAGab77768 )&lt;BR /&gt; SAM will not allow the user to configure a kernel with the&lt;BR /&gt; kernel configurable variable "maxdsiz" set to a value&lt;BR /&gt; greater than 2 Gb.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Oct 2002 18:39:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/maxdsiz-kernel-parameter/m-p/2819406#M86275</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2002-10-07T18:39:04Z</dc:date>
    </item>
  </channel>
</rss>

