<?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: HP UX kernel parameter in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-kernel-parameter/m-p/3029957#M132322</link>
    <description>From SAM's help on configurable parameters:&lt;BR /&gt;&lt;BR /&gt; maxdsiz and maxdsiz_64bit define the maximum size of the data&lt;BR /&gt; storage segment of an executing process for 32-bit and 64-bit&lt;BR /&gt; processes, respectively. The data storage segment contains fixed data&lt;BR /&gt; storage such as statics and strings, as well as dynamic data space&lt;BR /&gt; allocated using sbrk() and malloc(). &lt;BR /&gt;&lt;BR /&gt; Increase the value of maxdsiz or maxdsiz_64bit only if you have&lt;BR /&gt; one or more processes that use large amounts of data storage space. &lt;BR /&gt;&lt;BR /&gt; Whenever the system loads a process, or an executing process&lt;BR /&gt; attempts to expand its data storage segment, the system checks the&lt;BR /&gt; size of the process' data storage segment. &lt;BR /&gt;&lt;BR /&gt; If the process' requirements exceed maxdsiz or maxdsiz_64bit,&lt;BR /&gt; the system returns an error to the calling process, possibly causing the&lt;BR /&gt; process to terminate.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 22 Jul 2003 13:06:31 GMT</pubDate>
    <dc:creator>Pete Randall</dc:creator>
    <dc:date>2003-07-22T13:06:31Z</dc:date>
    <item>
      <title>HP UX kernel parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-kernel-parameter/m-p/3029951#M132316</link>
      <description>Hi All,&lt;BR /&gt; SAP suggest me to change this ux kernel parameter to improve performance of SAP/oracle environment:&lt;BR /&gt;&lt;BR /&gt;maxdsiz_64bit : 2147483647(actual value) to 4294867296(suggest value)&lt;BR /&gt;&lt;BR /&gt;is it right to do this change ? what's happen when I increase this value.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;thanks in advance</description>
      <pubDate>Tue, 22 Jul 2003 13:00:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-kernel-parameter/m-p/3029951#M132316</guid>
      <dc:creator>linux: ps_mon.cfg</dc:creator>
      <dc:date>2003-07-22T13:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: HP UX kernel parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-kernel-parameter/m-p/3029952#M132317</link>
      <description>It makes your kernel a little bigger and uses a few bytes more memory.  Unless you're severely constrained on RAM, I see no harm in increasing.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Jul 2003 13:03:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-kernel-parameter/m-p/3029952#M132317</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-07-22T13:03:38Z</dc:date>
    </item>
    <item>
      <title>Re: HP UX kernel parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-kernel-parameter/m-p/3029953#M132318</link>
      <description>Hi Fabrizio,&lt;BR /&gt;it will only allow a much larger use of the memory for the data region of the program.&lt;BR /&gt;&lt;BR /&gt;There is no harm in changing that value.&lt;BR /&gt;&lt;BR /&gt;   Massimo&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Jul 2003 13:04:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-kernel-parameter/m-p/3029953#M132318</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2003-07-22T13:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: HP UX kernel parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-kernel-parameter/m-p/3029954#M132319</link>
      <description>Thats the only thing they suggested you change?&lt;BR /&gt;&lt;BR /&gt;Post kmtune output for some informed advice.&lt;BR /&gt;&lt;BR /&gt;Maybe collect some performance data with the script I'm attaching.&lt;BR /&gt;&lt;BR /&gt;I'm assuming SAP is making this recommendation because of performance issues.&lt;BR /&gt;&lt;BR /&gt;Also, swapinfo -tam&lt;BR /&gt;&lt;BR /&gt;Shows how much you have, how much you are utilizing.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 22 Jul 2003 13:04:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-kernel-parameter/m-p/3029954#M132319</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-07-22T13:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: HP UX kernel parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-kernel-parameter/m-p/3029955#M132320</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;No harm in changing (we do it for many applications).&lt;BR /&gt;maxdsiz_64bit is maximun data size for 64 bit appliactions, &lt;BR /&gt;at the moment it's 2Gb in ur machine, SAP asking you to increase it to 4Gb</description>
      <pubDate>Tue, 22 Jul 2003 13:04:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-kernel-parameter/m-p/3029955#M132320</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2003-07-22T13:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: HP UX kernel parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-kernel-parameter/m-p/3029956#M132321</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;'maxdsiz_64bit' controls the limit or ceiling for the maximum data size used for globals, arrays, static variables, local main {}variables, and private memory-mapped files.  Since this variable influences the amount of swap reservation required for a process, you may need to increase swapspace too.&lt;BR /&gt;&lt;BR /&gt;As suggested by the '64bit' suffix, this kernel parameter impacts only 64bit processes.  32bit processes are constrained by 'maxdsiz'.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 22 Jul 2003 13:06:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-kernel-parameter/m-p/3029956#M132321</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2003-07-22T13:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: HP UX kernel parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-kernel-parameter/m-p/3029957#M132322</link>
      <description>From SAM's help on configurable parameters:&lt;BR /&gt;&lt;BR /&gt; maxdsiz and maxdsiz_64bit define the maximum size of the data&lt;BR /&gt; storage segment of an executing process for 32-bit and 64-bit&lt;BR /&gt; processes, respectively. The data storage segment contains fixed data&lt;BR /&gt; storage such as statics and strings, as well as dynamic data space&lt;BR /&gt; allocated using sbrk() and malloc(). &lt;BR /&gt;&lt;BR /&gt; Increase the value of maxdsiz or maxdsiz_64bit only if you have&lt;BR /&gt; one or more processes that use large amounts of data storage space. &lt;BR /&gt;&lt;BR /&gt; Whenever the system loads a process, or an executing process&lt;BR /&gt; attempts to expand its data storage segment, the system checks the&lt;BR /&gt; size of the process' data storage segment. &lt;BR /&gt;&lt;BR /&gt; If the process' requirements exceed maxdsiz or maxdsiz_64bit,&lt;BR /&gt; the system returns an error to the calling process, possibly causing the&lt;BR /&gt; process to terminate.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Jul 2003 13:06:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-kernel-parameter/m-p/3029957#M132322</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-07-22T13:06:31Z</dc:date>
    </item>
    <item>
      <title>Re: HP UX kernel parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-kernel-parameter/m-p/3029958#M132323</link>
      <description>Usually an increase in maxdsix meanas you need to re-vist maxtsiz[_64bit] &amp;amp; maxssiz[_64bit], I usually keep maxdsiz = maxtsiz&lt;BR /&gt;&lt;BR /&gt;[maxtsiz Max text segment size ]&lt;BR /&gt;[maxssiz max stack segment size]&lt;BR /&gt;&lt;BR /&gt;Tim</description>
      <pubDate>Tue, 22 Jul 2003 15:11:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-kernel-parameter/m-p/3029958#M132323</guid>
      <dc:creator>Tim D Fulford</dc:creator>
      <dc:date>2003-07-22T15:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: HP UX kernel parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-kernel-parameter/m-p/3029959#M132324</link>
      <description>Hello!&lt;BR /&gt;&lt;BR /&gt;I think that you should do this if SAP&lt;BR /&gt;says that it needed, because you use SAP.&lt;BR /&gt;Your kernel will grow but if it will help&lt;BR /&gt;to SAP be more preformance than do it.&lt;BR /&gt;&lt;BR /&gt;Caesar</description>
      <pubDate>Tue, 22 Jul 2003 19:23:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-kernel-parameter/m-p/3029959#M132324</guid>
      <dc:creator>Caesar_3</dc:creator>
      <dc:date>2003-07-22T19:23:36Z</dc:date>
    </item>
  </channel>
</rss>

