<?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 ulimit -d unlimit in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-d-unlimit/m-p/3556135#M837501</link>
    <description>I have a problem .. I am running a process in hpux11 but it fails in the execution, the supplier says that I have to place the ulimit-d unlimit .. but me it does not work .. in the documentation says that there is no form of doing it .. it is true???</description>
    <pubDate>Wed, 01 Jun 2005 16:15:19 GMT</pubDate>
    <dc:creator>Fredy_5</dc:creator>
    <dc:date>2005-06-01T16:15:19Z</dc:date>
    <item>
      <title>ulimit -d unlimit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-d-unlimit/m-p/3556135#M837501</link>
      <description>I have a problem .. I am running a process in hpux11 but it fails in the execution, the supplier says that I have to place the ulimit-d unlimit .. but me it does not work .. in the documentation says that there is no form of doing it .. it is true???</description>
      <pubDate>Wed, 01 Jun 2005 16:15:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-d-unlimit/m-p/3556135#M837501</guid>
      <dc:creator>Fredy_5</dc:creator>
      <dc:date>2005-06-01T16:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: ulimit -d unlimit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-d-unlimit/m-p/3556136#M837502</link>
      <description>ulimit -d  is used to specify the allocation of data area size and it is limited by the memory you have and is dependent on maxdsiz and maxdsiz_64 kernel parameters. Most probably SAP implementers are telling you to set it to unlimited as it was in my case, but it is just to cover their inefficient and buggy coding practices more than anything else in my opinion.  As these kernel parameters depend on the amount of physical memory you have, I can not exactly tell you what to set them to, to make the application people happy. &lt;BR /&gt;&lt;BR /&gt;Yo can read a little more about my Problem and Clay Stephenson's explanation for my particular case here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=860078" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=860078&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps a little. I know it is not gonna be much but better than nothing I hope.&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Jun 2005 16:24:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-d-unlimit/m-p/3556136#M837502</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2005-06-01T16:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: ulimit -d unlimit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-d-unlimit/m-p/3556137#M837503</link>
      <description>I have the same server with some memori (8gb) ... I can double the value to 2 gigas to the maxdsize?? I do not have problems on having done it??&lt;BR /&gt;thanks...</description>
      <pubDate>Wed, 01 Jun 2005 16:35:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-d-unlimit/m-p/3556137#M837503</guid>
      <dc:creator>Fredy_5</dc:creator>
      <dc:date>2005-06-01T16:35:17Z</dc:date>
    </item>
    <item>
      <title>Re: ulimit -d unlimit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-d-unlimit/m-p/3556138#M837504</link>
      <description>[8443#] ulimit -a&lt;BR /&gt;time(seconds)        unlimited&lt;BR /&gt;file(blocks)         unlimited&lt;BR /&gt;data(kbytes)         162144&lt;BR /&gt;stack(kbytes)        8192&lt;BR /&gt;memory(kbytes)       unlimited&lt;BR /&gt;coredump(blocks)     200&lt;BR /&gt;nofiles(descriptors) 4096&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You can increase data with ulimit -d &lt;A number="" target="_blank"&gt;&lt;BR /&gt;&lt;BR /&gt;[8445#] ulimit -d 262144&lt;BR /&gt;Wed Jun  1 20:15:59 2005:/etc/cmcluster&lt;BR /&gt;[8446#] ulimit -a&lt;BR /&gt;time(seconds)        unlimited&lt;BR /&gt;file(blocks)         unlimited&lt;BR /&gt;data(kbytes)         262144&lt;BR /&gt;stack(kbytes)        8192&lt;BR /&gt;memory(kbytes)       unlimited&lt;BR /&gt;coredump(blocks)     200&lt;BR /&gt;nofiles(descriptors) 4096&lt;BR /&gt;Wed Jun  1 20:15:59 2005:/e&lt;BR /&gt;&lt;BR /&gt;This can be done in /etc/profile as well&lt;BR /&gt;&lt;BR /&gt;SEP&lt;/A&gt;</description>
      <pubDate>Wed, 01 Jun 2005 16:42:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-d-unlimit/m-p/3556138#M837504</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-06-01T16:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: ulimit -d unlimit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-d-unlimit/m-p/3556139#M837505</link>
      <description>hello... using these commands allows me to place the value in limitless.. but alone I can execute it with the root... as I can make it with a normal user???  &lt;BR /&gt;&lt;BR /&gt;# ulimit -dH unlimited&lt;BR /&gt;&amp;gt; # ulimit -aH&lt;BR /&gt;&amp;gt; time(seconds)        unlimited&lt;BR /&gt;&amp;gt; file(blocks)         unlimited&lt;BR /&gt;&amp;gt; data(kbytes)         unlimited&lt;BR /&gt;&amp;gt; stack(kbytes)        131072&lt;BR /&gt;&amp;gt; memory(kbytes)       unlimited&lt;BR /&gt;&amp;gt; coredump(blocks)     unlimited&lt;BR /&gt;&amp;gt; nofiles(descriptors) 60000&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Jun 2005 11:14:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-d-unlimit/m-p/3556139#M837505</guid>
      <dc:creator>Fredy_5</dc:creator>
      <dc:date>2005-06-02T11:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: ulimit -d unlimit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-d-unlimit/m-p/3556140#M837506</link>
      <description>Hi Fredy,&lt;BR /&gt;&lt;BR /&gt;Check the hard limit with ulimit -Hd then check the soft limit with ulimit -d&lt;BR /&gt;If they're the same that's the problem. a "normal" user cannot increase the value past the hard limit - only root can.&lt;BR /&gt;If it's less then it can be increased - but only to the hard limit.&lt;BR /&gt;&lt;BR /&gt;One option - as SEP points out - would be to set the limit in the /etc/profile&lt;BR /&gt;But keep in mind it would then apply to *all* users logging in.&lt;BR /&gt;&lt;BR /&gt;Rather one should really find out just *what* the application really needs &amp;amp; set the maxdsiz and/or maxdsiz_64bit values accordingly. It's a little dangerous giving every user the capability to chew up all the RAM in a system. One runaway process could take the whole system right down.&lt;BR /&gt;&lt;BR /&gt;My $0.02,&lt;BR /&gt;Jeff</description>
      <pubDate>Thu, 02 Jun 2005 13:39:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-d-unlimit/m-p/3556140#M837506</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2005-06-02T13:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: ulimit -d unlimit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-d-unlimit/m-p/3556141#M837507</link>
      <description>The ulimit command is very limited in ksh...use /usr/bin/sh (the POSIX shell) so you can control ulimit values. (the latest patches for ksh now allow ulimit options)&lt;BR /&gt; &lt;BR /&gt;Very important: maxdsiz is only for 32bit programs and without the latest patches, your 11.00 system won't allow 32bit programs to grow larger than 960megs (or 1750megs with compiler options). With patches, 11.00 allows the use of the chatr -q3p enable option giving 32bit applications access to just under 3Gb. But only 11.11 OS allows 32bit programs to access up to 3700megs. NOTE: 32bit programs can never access large amounts of RAM (more than 3.7Gb). Only 64bit programs can request and use dozens of Gb of RAM.&lt;BR /&gt; &lt;BR /&gt;Also note that maxdsiz must increased to allow 32bit programs to access more than the default (only 67megs on 11.00), *but* maxdsiz_64 must be larger than maxdsiz. For 11.00, set maxdsiz to 2Gb and maxdsiz_64 to 6Gb. Then have /etc/profile set a 'soft' limit for ulimit as in:&lt;BR /&gt; &lt;BR /&gt;ulimit -Sd 50000&lt;BR /&gt; &lt;BR /&gt;For ordinary users, their programs will run out of RAM at 50megs, but powerusers or database logins can change the value to a higher value. Programmers and DB admins must read the white papers about handling program memory limits.</description>
      <pubDate>Thu, 02 Jun 2005 21:43:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-d-unlimit/m-p/3556141#M837507</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-06-02T21:43:33Z</dc:date>
    </item>
  </channel>
</rss>

