<?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: MAXSSIZ in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/maxssiz/m-p/2674306#M51691</link>
    <description>For eg on 11.0 , the range for maxssiz ..&lt;BR /&gt;&lt;BR /&gt;Minimum:   0x4000 (16 Kbytes)&lt;BR /&gt;Maximum:   0x17F00000 (about 200 Mbytes)&lt;BR /&gt;Default:   0x800000 (8 Mbytes)&lt;BR /&gt;&lt;BR /&gt;I would start by doubling what you have right now.&lt;BR /&gt;</description>
    <pubDate>Fri, 01 Mar 2002 14:48:16 GMT</pubDate>
    <dc:creator>S.K. Chan</dc:creator>
    <dc:date>2002-03-01T14:48:16Z</dc:date>
    <item>
      <title>MAXSSIZ</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/maxssiz/m-p/2674302#M51687</link>
      <description>I need to increase 'maxssiz' kern parm on an NClass with 32GB Mem. Box is running Oracle, and PeopleSoft with a lot of batch processing. Can someone reccommend a good setting for this parm. Currently maxssiz is set @ 8388608, 8.3 mb.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Bob</description>
      <pubDate>Fri, 01 Mar 2002 14:17:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/maxssiz/m-p/2674302#M51687</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2002-03-01T14:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: MAXSSIZ</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/maxssiz/m-p/2674303#M51688</link>
      <description>Robert&lt;BR /&gt;&lt;BR /&gt;Set it for 67108864. This is the value that we use on a V2600 running Lawson Financials and Oracle 8.16 (8I). Memory on the box is 12GB. We have had zero performance problems since we switched from the default value for this parameter. &lt;BR /&gt;&lt;BR /&gt;Also be aware that you should also be aware of the maxdsiz or maxdsiz_64bit parameters depending on whether or not your running 32 bit or 64 bit processors.&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;&lt;BR /&gt;FG.&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Mar 2002 14:37:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/maxssiz/m-p/2674303#M51688</guid>
      <dc:creator>fg_1</dc:creator>
      <dc:date>2002-03-01T14:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: MAXSSIZ</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/maxssiz/m-p/2674304#M51689</link>
      <description>I can't predict what value will be good for you, other than to ask that you look at what's breaking the limit now (source level) if at all possible. For example, if the app dying with a sigsegv on stack growth now is trying to statically allocate a 16Mb array - go for 24Mb.&lt;BR /&gt;&lt;BR /&gt;Since it's pretty doubtful you have that level of information - look at it from the other direction. The only negative effect from raising maxssiz is that you lose that amount of memory from the amount available for heap. (Stack starts maxssiz above the q2/q3 boundary, and grows toward higher addresses). Assuming it's not Oracle dying - that would be my first guess towards 'Most likely to be eating all it's heap' - take a look at it's heap size in glance (if you have it) or in top (though top is going to be a really rough approximation). You should be able to raise maxssiz to 1Gb - max(RES), where max(RES) is the largest RES you see in top. RES contains more than just heap, but heap tends to be the largest part.&lt;BR /&gt;&lt;BR /&gt;Anyway -- sorry I can't give you more info than that, there's just no good formula. Hope this helps -- and I'd really appreciate it if you can get back (either by posting, or just mail me at don_morris@hp.com) to me with what value ended up working for you. Tunable defaults are always under discussion - and another data point helps.&lt;BR /&gt;&lt;BR /&gt;Don</description>
      <pubDate>Fri, 01 Mar 2002 14:38:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/maxssiz/m-p/2674304#M51689</guid>
      <dc:creator>Don Morris_1</dc:creator>
      <dc:date>2002-03-01T14:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: MAXSSIZ</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/maxssiz/m-p/2674305#M51690</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;i looked into Oracle (8i) config guide and i could not find any information or MAXSSIZ specs. i found this on the HP site:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/os/KCparam.MaxSsiz.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/os/KCparam.MaxSsiz.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;PS. You have the default value configured now. &lt;BR /&gt;&lt;BR /&gt;Why must you alter the value, give more info please.&lt;BR /&gt;&lt;BR /&gt;Gideon&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Mar 2002 14:40:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/maxssiz/m-p/2674305#M51690</guid>
      <dc:creator>G. Vrijhoeven</dc:creator>
      <dc:date>2002-03-01T14:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: MAXSSIZ</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/maxssiz/m-p/2674306#M51691</link>
      <description>For eg on 11.0 , the range for maxssiz ..&lt;BR /&gt;&lt;BR /&gt;Minimum:   0x4000 (16 Kbytes)&lt;BR /&gt;Maximum:   0x17F00000 (about 200 Mbytes)&lt;BR /&gt;Default:   0x800000 (8 Mbytes)&lt;BR /&gt;&lt;BR /&gt;I would start by doubling what you have right now.&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Mar 2002 14:48:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/maxssiz/m-p/2674306#M51691</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-03-01T14:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: MAXSSIZ</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/maxssiz/m-p/2674307#M51692</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Let me tell you what this does and then you can decide. First of all, maxssiz (or it's 64-bit equivalent maxssiz_64bit) consume no resources so you might be tempted to just blow it up to some really large value and forget about it. That's not a good idea because it's job is to keep all the horses in the corral. The parameter limits the maximum size of a programs stack. This is the area where essentially temporary variables are declared. &lt;BR /&gt;A dumb programmer will declare a local 32MB or 64MB array and if your stack is set to 8MB, your program dies. The smart programmer will ,instead. declare a dynamic array and allocate the memory. The dynamic memory is limited by maxdsiz and it is generally much larger than maxssiz. The other thing that a reasonable maxssiz prevents is runaway recursion; i.e. a function calling itself (or a pair or mutually recursive functions) over and over, each time declaring some local variables until eventually the stack is exhausted. The reason for these fence settings is to prevent any one process from grabbing all the memory and bring the box to its knees. &lt;BR /&gt;&lt;BR /&gt;I consider a reasonable setting for maxssiz to be no more than 64MB. Whenever a software vendor requests a very large stack size, I politely ask to speak to their cheif developer and have him explain why their code is written this way. &lt;BR /&gt;&lt;BR /&gt;Food for thought, Clay&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Mar 2002 14:54:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/maxssiz/m-p/2674307#M51692</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-03-01T14:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: MAXSSIZ</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/maxssiz/m-p/2674308#M51693</link>
      <description>To Vrijhoeven,&lt;BR /&gt;More detail? When I try to install Oracle 8.1.6, it abends with a core.&lt;BR /&gt;&lt;BR /&gt;core:  file from `more` - received SIGSEGV&lt;BR /&gt;&lt;BR /&gt;My guess is somewhere within the install it does a 'more' on a large file and the system can't handle it. I tested it by doing a more or cat on a large file and got the same core dump.</description>
      <pubDate>Fri, 01 Mar 2002 15:24:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/maxssiz/m-p/2674308#M51693</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2002-03-01T15:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: MAXSSIZ</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/maxssiz/m-p/2674309#M51694</link>
      <description>There is another reason why more command is core dumping on you (apart from increasing the kernel parameter). You might want to try this .. I've had a more command dump core on me before on an 11.0 system a while back and increasing maxssiz does not help, we ended up using 10.20 version of more command as a temporary workaround. So ftp "more" from another 10.20 system and try running it on your system (I'm only assuming you're on 11.0) just to make sure you do not have the same bug as I did.</description>
      <pubDate>Fri, 01 Mar 2002 15:34:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/maxssiz/m-p/2674309#M51694</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-03-01T15:34:56Z</dc:date>
    </item>
    <item>
      <title>Re: MAXSSIZ</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/maxssiz/m-p/2674310#M51695</link>
      <description>Of course put the 10.20 "more" command somewhere else, not to overwrite what you got on your 11.0 box.</description>
      <pubDate>Fri, 01 Mar 2002 15:36:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/maxssiz/m-p/2674310#M51695</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-03-01T15:36:32Z</dc:date>
    </item>
    <item>
      <title>Re: MAXSSIZ</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/maxssiz/m-p/2674311#M51696</link>
      <description>Hi again,&lt;BR /&gt;&lt;BR /&gt;check out this URL:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x8bf7911284f5d5118ff40090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x8bf7911284f5d5118ff40090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Gideon</description>
      <pubDate>Fri, 01 Mar 2002 16:04:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/maxssiz/m-p/2674311#M51696</guid>
      <dc:creator>G. Vrijhoeven</dc:creator>
      <dc:date>2002-03-01T16:04:51Z</dc:date>
    </item>
  </channel>
</rss>

