<?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 -a inside ksh script in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-a-inside-ksh-script/m-p/4307829#M338915</link>
    <description>Hi &lt;BR /&gt;&lt;BR /&gt;If a run the ulimit -a command in a ksh script I've&lt;BR /&gt;&lt;BR /&gt;time(seconds)        unlimited&lt;BR /&gt;file(blocks)         unlimited&lt;BR /&gt;data(kbytes)         2097152&lt;BR /&gt;stack(kbytes)        unlimited&lt;BR /&gt;memory(kbytes)       unlimited&lt;BR /&gt;coredump(blocks)     2097151&lt;BR /&gt;nofiles(descriptors) 65535&lt;BR /&gt;=&amp;gt; Not correct&lt;BR /&gt;&lt;BR /&gt;But with command line it's correct:&lt;BR /&gt;time(seconds)        unlimited&lt;BR /&gt;file(blocks)         unlimited&lt;BR /&gt;data(kbytes)         unlimited&lt;BR /&gt;stack(kbytes)        unlimited&lt;BR /&gt;memory(kbytes)       unlimited&lt;BR /&gt;coredump(blocks)     2097151&lt;BR /&gt;nofiles(descriptors) 65535&lt;BR /&gt;&lt;BR /&gt;Any idea ?&lt;BR /&gt;&lt;BR /&gt;Bests Regards&lt;BR /&gt;Den&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 17 Nov 2008 20:04:47 GMT</pubDate>
    <dc:creator>Leo The Cat</dc:creator>
    <dc:date>2008-11-17T20:04:47Z</dc:date>
    <item>
      <title>ulimit -a inside ksh script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-a-inside-ksh-script/m-p/4307829#M338915</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;If a run the ulimit -a command in a ksh script I've&lt;BR /&gt;&lt;BR /&gt;time(seconds)        unlimited&lt;BR /&gt;file(blocks)         unlimited&lt;BR /&gt;data(kbytes)         2097152&lt;BR /&gt;stack(kbytes)        unlimited&lt;BR /&gt;memory(kbytes)       unlimited&lt;BR /&gt;coredump(blocks)     2097151&lt;BR /&gt;nofiles(descriptors) 65535&lt;BR /&gt;=&amp;gt; Not correct&lt;BR /&gt;&lt;BR /&gt;But with command line it's correct:&lt;BR /&gt;time(seconds)        unlimited&lt;BR /&gt;file(blocks)         unlimited&lt;BR /&gt;data(kbytes)         unlimited&lt;BR /&gt;stack(kbytes)        unlimited&lt;BR /&gt;memory(kbytes)       unlimited&lt;BR /&gt;coredump(blocks)     2097151&lt;BR /&gt;nofiles(descriptors) 65535&lt;BR /&gt;&lt;BR /&gt;Any idea ?&lt;BR /&gt;&lt;BR /&gt;Bests Regards&lt;BR /&gt;Den&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Nov 2008 20:04:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-a-inside-ksh-script/m-p/4307829#M338915</guid>
      <dc:creator>Leo The Cat</dc:creator>
      <dc:date>2008-11-17T20:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: ulimit -a inside ksh script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-a-inside-ksh-script/m-p/4307830#M338916</link>
      <description>I can't see the script, I can't see which&lt;BR /&gt;shell you use interactively, and I can't see&lt;BR /&gt;your PATH, so I don't know which "ulimit"&lt;BR /&gt;you're using in each case.  Knowing nothing,&lt;BR /&gt;I'd guess that "ulimit" is a shell built-in&lt;BR /&gt;in at least one of these situations.  Or else&lt;BR /&gt;your PATH is different.  Or both.&lt;BR /&gt;&lt;BR /&gt;Something like "type ulimit", or "which&lt;BR /&gt;ulimit", or "whence ulimit", or similar, may&lt;BR /&gt;give you a clue.&lt;BR /&gt;&lt;BR /&gt;"man &lt;YOUR_SHELL&gt;" may also be informative.&lt;/YOUR_SHELL&gt;</description>
      <pubDate>Mon, 17 Nov 2008 20:31:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-a-inside-ksh-script/m-p/4307830#M338916</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-11-17T20:31:52Z</dc:date>
    </item>
    <item>
      <title>Re: ulimit -a inside ksh script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-a-inside-ksh-script/m-p/4307831#M338917</link>
      <description>&amp;gt;Not correct&lt;BR /&gt;&lt;BR /&gt;It looks correct to me.  It seems it is the output from /usr/bin/ulimit, not the ksh builtin (which doesn't have nofiles).&lt;BR /&gt;&lt;BR /&gt;&amp;gt;But with command line it's correct:&lt;BR /&gt;&lt;BR /&gt;This isn't correct since you can't be unlimited for data &amp;amp; stack.</description>
      <pubDate>Mon, 17 Nov 2008 23:56:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-a-inside-ksh-script/m-p/4307831#M338917</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-11-17T23:56:21Z</dc:date>
    </item>
  </channel>
</rss>

