<?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: increase ulimit (data) value in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-ulimit-data-value/m-p/5176493#M459111</link>
    <description>You can set maxdsiz to 4GB but the Peoplesoft program (if it is old 32 bit code) must be changed to use the 3rd or 4th quadrant. Normally, a 32 bit program only addresses about 960 MB but can be recompiled to handle up to 1.8GB. The chatr program can change the executable, I would want Peoplesoft support to provide the directions as this code is very expensive. A 32bit program can have local memory up to 3.7GB but there are many, many considerations to making this happen.</description>
    <pubDate>Wed, 20 May 2009 22:10:52 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2009-05-20T22:10:52Z</dc:date>
    <item>
      <title>increase ulimit (data) value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-ulimit-data-value/m-p/5176491#M459109</link>
      <description>Hi guys,&lt;BR /&gt;&lt;BR /&gt;I've a request by Peoplesoft guys working on our servers to increase the data ulimit to higher that 2Gb which is set right now...&lt;BR /&gt;&lt;BR /&gt;# ulimit -a&lt;BR /&gt;time(seconds)        unlimited&lt;BR /&gt;file(blocks)         unlimited&lt;BR /&gt;data(kbytes)         2097152       &amp;lt;---&lt;BR /&gt;stack(kbytes)        131072&lt;BR /&gt;memory(kbytes)       unlimited&lt;BR /&gt;coredump(blocks)     4194303&lt;BR /&gt;nofiles(descriptors) 16384&lt;BR /&gt;&lt;BR /&gt;I'm running on Hp-UX 11.11 on a PA-RISC system... I know that's all about maxdsiz and maxsiz_64bit, they are currently set to 2Gb and 4Gb respectively&lt;BR /&gt;&lt;BR /&gt;# kmtune | grep maxd&lt;BR /&gt;maxdsiz            0x80000000  -  0X80000000                 &lt;BR /&gt;maxdsiz_64bit     0x100000000  -  0X100000000       &lt;BR /&gt;&lt;BR /&gt;How can I increase the maxdsiz to 4Gb? if it is possible... &lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Jonathan</description>
      <pubDate>Wed, 20 May 2009 18:57:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-ulimit-data-value/m-p/5176491#M459109</guid>
      <dc:creator>Jonathan Caplette_1</dc:creator>
      <dc:date>2009-05-20T18:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: increase ulimit (data) value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-ulimit-data-value/m-p/5176492#M459110</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Go ahead and use ulimit to raise the data size to unlimited.&lt;BR /&gt;&lt;BR /&gt;kmtune can be used to increase maxdsiz and maxdsiz_64 or use sam kernel.&lt;BR /&gt;&lt;BR /&gt;kmtune -l will tell you whether these parameters are dynamic or a recompile of the kernel and boot is necessary.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 20 May 2009 19:21:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-ulimit-data-value/m-p/5176492#M459110</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-05-20T19:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: increase ulimit (data) value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-ulimit-data-value/m-p/5176493#M459111</link>
      <description>You can set maxdsiz to 4GB but the Peoplesoft program (if it is old 32 bit code) must be changed to use the 3rd or 4th quadrant. Normally, a 32 bit program only addresses about 960 MB but can be recompiled to handle up to 1.8GB. The chatr program can change the executable, I would want Peoplesoft support to provide the directions as this code is very expensive. A 32bit program can have local memory up to 3.7GB but there are many, many considerations to making this happen.</description>
      <pubDate>Wed, 20 May 2009 22:10:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-ulimit-data-value/m-p/5176493#M459111</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2009-05-20T22:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: increase ulimit (data) value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-ulimit-data-value/m-p/5176494#M459112</link>
      <description>Hello Jonathan,&lt;BR /&gt;&lt;BR /&gt;As you see that the maxdsiz is 2 Gb and the size of data (ulimit) is also 2 Gb so i believe you need to increase maxdsiz first.&lt;BR /&gt;&lt;BR /&gt;You can have a look on following links, might help you.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/1219/tuningwp.html" target="_blank"&gt;http://docs.hp.com/en/1219/tuningwp.html&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1329920" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1329920&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regds,&lt;BR /&gt;R.K.</description>
      <pubDate>Thu, 21 May 2009 01:11:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-ulimit-data-value/m-p/5176494#M459112</guid>
      <dc:creator>R.K. #</dc:creator>
      <dc:date>2009-05-21T01:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: increase ulimit (data) value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-ulimit-data-value/m-p/5176495#M459113</link>
      <description>Hi &lt;BR /&gt;Check below link for ulimit and kmtune&lt;BR /&gt;as follows,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B9106-90008/kmtune.1M.html" target="_blank"&gt;http://docs.hp.com/en/B9106-90008/kmtune.1M.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-90693/ulimit.2.html" target="_blank"&gt;http://docs.hp.com/en/B2355-90693/ulimit.2.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds//&lt;BR /&gt;Taifur</description>
      <pubDate>Thu, 21 May 2009 02:06:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-ulimit-data-value/m-p/5176495#M459113</guid>
      <dc:creator>Taifur</dc:creator>
      <dc:date>2009-05-21T02:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: increase ulimit (data) value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-ulimit-data-value/m-p/5176496#M459114</link>
      <description>&amp;gt;How can I increase the maxdsiz to 4Gb? if it is possible.&lt;BR /&gt;&lt;BR /&gt;You can increase maxdsiz to 4 Gb with kmtune or SAM.  This assumes that Peoplesoft has already done the hard work (that Bill mentions) to be able to use this extra space.&lt;BR /&gt;</description>
      <pubDate>Thu, 21 May 2009 06:05:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-ulimit-data-value/m-p/5176496#M459114</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-05-21T06:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: increase ulimit (data) value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-ulimit-data-value/m-p/5176497#M459115</link>
      <description>Thanks all... &lt;BR /&gt;&lt;BR /&gt;I've another question... you all said that I can increase maxdsiz to 4Gb, but it I look in to SAM -&amp;gt; Kernel -&amp;gt; Config.. the Help on maxdsiz says that the maximum value for maxdsiz is 2GB:&lt;BR /&gt;&lt;BR /&gt;Acceptable Values: &lt;BR /&gt;maxdsiz for 32-bit processes:&lt;BR /&gt;&lt;BR /&gt;Minimum:      0x40000 &lt;BR /&gt;Maximum:      0xfffff000 (64-bit kernel), 0x7b03a000 (32-bit kernel)&lt;BR /&gt;Default:      0x10000000 &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 21 May 2009 13:09:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-ulimit-data-value/m-p/5176497#M459115</guid>
      <dc:creator>Jonathan Caplette_1</dc:creator>
      <dc:date>2009-05-21T13:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: increase ulimit (data) value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-ulimit-data-value/m-p/5176498#M459116</link>
      <description>0xfffff000 is not 2Gb (that's 4Gb minus one page). If you're on a 32-bit kernel, you can't set it higher -- but neither would setting it higher even possibly do anyone any good [since there's no way a user application would get more than 2Gb on a 32-bit kernel].</description>
      <pubDate>Thu, 21 May 2009 15:21:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-ulimit-data-value/m-p/5176498#M459116</guid>
      <dc:creator>Don Morris_1</dc:creator>
      <dc:date>2009-05-21T15:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: increase ulimit (data) value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-ulimit-data-value/m-p/5176499#M459117</link>
      <description>Thanks Don.. you are so right.. I miss interpreted it...  &lt;BR /&gt;&lt;BR /&gt;Thanks everyone.. I'll be changing the value...</description>
      <pubDate>Thu, 21 May 2009 16:26:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-ulimit-data-value/m-p/5176499#M459117</guid>
      <dc:creator>Jonathan Caplette_1</dc:creator>
      <dc:date>2009-05-21T16:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: increase ulimit (data) value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-ulimit-data-value/m-p/5176500#M459118</link>
      <description>closed</description>
      <pubDate>Thu, 21 May 2009 16:30:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-ulimit-data-value/m-p/5176500#M459118</guid>
      <dc:creator>Jonathan Caplette_1</dc:creator>
      <dc:date>2009-05-21T16:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: increase ulimit (data) value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-ulimit-data-value/m-p/5176501#M459119</link>
      <description>&amp;gt;Maximum: 0xfffff000&lt;BR /&gt;&lt;BR /&gt;If you are on 11.23 and using ksh you can use:&lt;BR /&gt;$ echo $(( 16#fffff000 ))&lt;BR /&gt;4294963200</description>
      <pubDate>Thu, 21 May 2009 22:33:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-ulimit-data-value/m-p/5176501#M459119</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-05-21T22:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: increase ulimit (data) value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-ulimit-data-value/m-p/5176502#M459120</link>
      <description>&amp;gt; Don: [since there's no way a user application would get more than 2Gb on a 32-bit kernel].&lt;BR /&gt; &lt;BR /&gt;Not quite true. Compile a program for EXEC MAGIC and it will be limited to slightly less than 2 GB. But you can use chatr +q3p enable and you can use up to 2.8 GB, and chatr +q4p enable, you'll get 3.7GB or so. The attached c program will demonstrate that capability -- just follow the comments.</description>
      <pubDate>Thu, 21 May 2009 23:04:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-ulimit-data-value/m-p/5176502#M459120</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2009-05-21T23:04:53Z</dc:date>
    </item>
  </channel>
</rss>

