<?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: ulimit in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit/m-p/4867519#M397935</link>
    <description>You sure can:&lt;BR /&gt;&lt;BR /&gt;ulimit - get and set user limits&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You can also use it to limit the size of core dumps:&lt;BR /&gt;&lt;BR /&gt;To completely suppress core dumps:&lt;BR /&gt;&lt;BR /&gt;Bourne-style shells: "ulimit -c 0"&lt;BR /&gt;C-style shells: "limit coredumpsize 0"&lt;BR /&gt;&lt;BR /&gt;If you want to limit dumps to a specific size, specify a number instead of 0, in blocks for Bourne-style shells, or kilobytes for C-style shells. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;&lt;BR /&gt;BTW : a google for ulimit unix returns 29,800 pages.</description>
    <pubDate>Tue, 26 Oct 2004 14:53:26 GMT</pubDate>
    <dc:creator>Geoff Wild</dc:creator>
    <dc:date>2004-10-26T14:53:26Z</dc:date>
    <item>
      <title>ulimit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit/m-p/4867513#M397929</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;Can I know more about 'ulimit'&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Tue, 26 Oct 2004 14:37:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ulimit/m-p/4867513#M397929</guid>
      <dc:creator>Anil Raj_1</dc:creator>
      <dc:date>2004-10-26T14:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: ulimit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit/m-p/4867514#M397930</link>
      <description>ulimit command is used to limit user resources.  If you used the -a opton is lists current resource limits.  Its very useful if you want to specify a limit for resources, &lt;BR /&gt;ex:   if you don't want the shell to create a core file larger than 1024 blocks , you can use the following command:&lt;BR /&gt;&lt;BR /&gt;ulimit -c 1024&lt;BR /&gt;ulimit -a</description>
      <pubDate>Tue, 26 Oct 2004 14:42:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ulimit/m-p/4867514#M397930</guid>
      <dc:creator>Deoncia Grayson_1</dc:creator>
      <dc:date>2004-10-26T14:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: ulimit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit/m-p/4867515#M397931</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The 'ulimit' command lets you set or display resource limits.&lt;BR /&gt;&lt;BR /&gt;One place to find out about it is in the man page for the POSIX shell.  Do a 'man sh-posix' and search for 'ulimit'.&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Oct 2004 14:43:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ulimit/m-p/4867515#M397931</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2004-10-26T14:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: ulimit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit/m-p/4867516#M397932</link>
      <description>Not unless you define it a bit better. Are you referring to the file size ulimit? (most common); core dump limit? number of file descriptors? limit of stack or data areas? &lt;BR /&gt;&lt;BR /&gt;Ulimit can apply to all of these and it epends upon which shell you are running as to how many of these can be changed. There are also "hard" limits (set in the kernel) which cannot be exceeded and "soft" limits which can be increased up to the "hard" value. Man sh-posix (search for ulimit) and man 2 ulimit for details. These man pages should tell you everything you need to know -- or at least get you to the point of better asking your question.&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Oct 2004 14:45:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ulimit/m-p/4867516#M397932</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2004-10-26T14:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: ulimit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit/m-p/4867517#M397933</link>
      <description>man sh-posix for details.&lt;BR /&gt;ulimit -Sa -- to know soft limits&lt;BR /&gt;ulimit -Ha -- Hard limits&lt;BR /&gt;&lt;BR /&gt;ulimit -c xx (core file size)&lt;BR /&gt;ulimit -n xx (no. of file descriptors)&lt;BR /&gt;ulimit -s xx (stack size)&lt;BR /&gt;ulimit -d xx (data size)&lt;BR /&gt;ulimit -f xx (file blocks)&lt;BR /&gt;ulimit -t xx (time in secs)&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Tue, 26 Oct 2004 14:46:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ulimit/m-p/4867517#M397933</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2004-10-26T14:46:01Z</dc:date>
    </item>
    <item>
      <title>Re: ulimit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit/m-p/4867518#M397934</link>
      <description>Hi Anil,&lt;BR /&gt;&lt;BR /&gt;ulimit, for the korn shell:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90046/B2355-90046_top.html&amp;amp;con=/hpux/onlinedocs/B2355-90046/00/01/120-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90046/00/01/120-toc.html&amp;amp;searchterms=ulimit&amp;amp;queryid=20041026-133909" target="_blank"&gt;http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90046/B2355-90046_top.html&amp;amp;con=/hpux/onlinedocs/B2355-90046/00/01/120-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90046/00/01/120-toc.html&amp;amp;searchterms=ulimit&amp;amp;queryid=20041026-133909&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;ulimit system call:&lt;BR /&gt;&lt;A href="http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B3921-90010/B3921-90010_top.html&amp;amp;con=/hpux/onlinedocs/B3921-90010/00/11/1167-con.html&amp;amp;toc=/hpux/onlinedocs/B3921-90010/00/11/1167-toc.html&amp;amp;searchterms=ulimit&amp;amp;queryid=20041026-134440" target="_blank"&gt;http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B3921-90010/B3921-90010_top.html&amp;amp;con=/hpux/onlinedocs/B3921-90010/00/11/1167-con.html&amp;amp;toc=/hpux/onlinedocs/B3921-90010/00/11/1167-toc.html&amp;amp;searchterms=ulimit&amp;amp;queryid=20041026-134440&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;&lt;BR /&gt;Gideon</description>
      <pubDate>Tue, 26 Oct 2004 14:46:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ulimit/m-p/4867518#M397934</guid>
      <dc:creator>G. Vrijhoeven</dc:creator>
      <dc:date>2004-10-26T14:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: ulimit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit/m-p/4867519#M397935</link>
      <description>You sure can:&lt;BR /&gt;&lt;BR /&gt;ulimit - get and set user limits&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You can also use it to limit the size of core dumps:&lt;BR /&gt;&lt;BR /&gt;To completely suppress core dumps:&lt;BR /&gt;&lt;BR /&gt;Bourne-style shells: "ulimit -c 0"&lt;BR /&gt;C-style shells: "limit coredumpsize 0"&lt;BR /&gt;&lt;BR /&gt;If you want to limit dumps to a specific size, specify a number instead of 0, in blocks for Bourne-style shells, or kilobytes for C-style shells. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;&lt;BR /&gt;BTW : a google for ulimit unix returns 29,800 pages.</description>
      <pubDate>Tue, 26 Oct 2004 14:53:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ulimit/m-p/4867519#M397935</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-10-26T14:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: ulimit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit/m-p/4867520#M397936</link>
      <description>hi all,&lt;BR /&gt;&lt;BR /&gt;thanks for the info.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Anil</description>
      <pubDate>Tue, 26 Oct 2004 15:09:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ulimit/m-p/4867520#M397936</guid>
      <dc:creator>Anil Raj_1</dc:creator>
      <dc:date>2004-10-26T15:09:03Z</dc:date>
    </item>
  </channel>
</rss>

