<?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: data size in ulimit in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/data-size-in-ulimit/m-p/2824749#M87359</link>
    <description>Have a look at these, regarding maxdsiz:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x170d6049dbb6d611abdb0090277a778c,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x170d6049dbb6d611abdb0090277a778c,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;or &lt;BR /&gt;&lt;BR /&gt;     $ ulimit -aS&lt;BR /&gt;     time(seconds)        unlimited&lt;BR /&gt;     file(blocks)         unlimited&lt;BR /&gt;     data(kbytes)         65536        max determined by maxdsiz&lt;BR /&gt;     stack(kbytes)        8192         max determined by maxssiz&lt;BR /&gt;     memory(kbytes)       unlimited&lt;BR /&gt;     coredump(blocks)     4194303&lt;BR /&gt;     nofiles(descriptors) 60           max determined by maxfiles&lt;BR /&gt;&lt;BR /&gt;     Hard Limit                        Relevant Kernel Params&lt;BR /&gt;&lt;BR /&gt;from &lt;A href="http://www.faqs.org/faqs/hp/hpux-faq/section-142.html" target="_blank"&gt;http://www.faqs.org/faqs/hp/hpux-faq/section-142.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
    <pubDate>Mon, 14 Oct 2002 00:51:01 GMT</pubDate>
    <dc:creator>harry d brown jr</dc:creator>
    <dc:date>2002-10-14T00:51:01Z</dc:date>
    <item>
      <title>data size in ulimit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-size-in-ulimit/m-p/2824748#M87358</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;We would like to modify the data size in ulimit to 1Gb and its default is only 500mb. This configuration is required by the application during installation. So we used ulimit -d 1000000 but it prompts us exceeding the limit. By the way we're using K class and hpux 11.00.&lt;BR /&gt;&lt;BR /&gt;Is there a way to modify the data size in ulimit and why we can't adust it to 1Gb?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Oct 2002 00:12:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-size-in-ulimit/m-p/2824748#M87358</guid>
      <dc:creator>Ricky_4</dc:creator>
      <dc:date>2002-10-14T00:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: data size in ulimit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-size-in-ulimit/m-p/2824749#M87359</link>
      <description>Have a look at these, regarding maxdsiz:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x170d6049dbb6d611abdb0090277a778c,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x170d6049dbb6d611abdb0090277a778c,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;or &lt;BR /&gt;&lt;BR /&gt;     $ ulimit -aS&lt;BR /&gt;     time(seconds)        unlimited&lt;BR /&gt;     file(blocks)         unlimited&lt;BR /&gt;     data(kbytes)         65536        max determined by maxdsiz&lt;BR /&gt;     stack(kbytes)        8192         max determined by maxssiz&lt;BR /&gt;     memory(kbytes)       unlimited&lt;BR /&gt;     coredump(blocks)     4194303&lt;BR /&gt;     nofiles(descriptors) 60           max determined by maxfiles&lt;BR /&gt;&lt;BR /&gt;     Hard Limit                        Relevant Kernel Params&lt;BR /&gt;&lt;BR /&gt;from &lt;A href="http://www.faqs.org/faqs/hp/hpux-faq/section-142.html" target="_blank"&gt;http://www.faqs.org/faqs/hp/hpux-faq/section-142.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Mon, 14 Oct 2002 00:51:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-size-in-ulimit/m-p/2824749#M87359</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-10-14T00:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: data size in ulimit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-size-in-ulimit/m-p/2824750#M87360</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You have to change this in the kernel. The parameters you would have to change are maxdsize and maxdsiz_64bit. The only thing I'm not sure about is the maximum size allowed for these parameters.&lt;BR /&gt;&lt;BR /&gt;--ETL</description>
      <pubDate>Mon, 14 Oct 2002 00:54:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-size-in-ulimit/m-p/2824750#M87360</guid>
      <dc:creator>Evert Ladrak</dc:creator>
      <dc:date>2002-10-14T00:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: data size in ulimit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-size-in-ulimit/m-p/2824751#M87361</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Have you tried modifying the /var/adm/cron/.proto file to resolve the ulimit warning.&lt;BR /&gt;Your /var/adm/cron/.proto file should contain this information:&lt;BR /&gt;&lt;BR /&gt;     # @(#) $Revision: 27.1 $&lt;BR /&gt;     cd $d&lt;BR /&gt;     if [ "$l" = "4194304" ]; then&lt;BR /&gt;        ulimit unlimited&lt;BR /&gt;        echo was number&lt;BR /&gt;     else&lt;BR /&gt;        ulimit $l&lt;BR /&gt;        echo was unlimited&lt;BR /&gt;     fi&lt;BR /&gt;     ulimit&lt;BR /&gt;     umask $m&lt;BR /&gt;     $&amp;lt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Baldeo</description>
      <pubDate>Mon, 14 Oct 2002 00:57:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-size-in-ulimit/m-p/2824751#M87361</guid>
      <dc:creator>Baldeo Prasad_1</dc:creator>
      <dc:date>2002-10-14T00:57:14Z</dc:date>
    </item>
  </channel>
</rss>

