<?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/3313012#M185973</link>
    <description>In POSIX shell,&lt;BR /&gt;&lt;BR /&gt;ulimit -Sa (Gives soft limits)&lt;BR /&gt;ulimit -Ha (Gives hard limits)&lt;BR /&gt;&lt;BR /&gt;ulimit -c "core_size"&lt;BR /&gt;ulimit -n "open_files"&lt;BR /&gt;ulimit -s "stack size"&lt;BR /&gt;&lt;BR /&gt;Increase one parameter at a time and run program. this way you will be able to track down what is causing the problem? Is it files open, stack size etc?&lt;BR /&gt;&lt;BR /&gt;man sh for details.&lt;BR /&gt;&lt;BR /&gt;Anil</description>
    <pubDate>Wed, 23 Jun 2004 07:50:46 GMT</pubDate>
    <dc:creator>RAC_1</dc:creator>
    <dc:date>2004-06-23T07:50:46Z</dc:date>
    <item>
      <title>Ulimit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit/m-p/3313008#M185969</link>
      <description>When running some programs - (batch jobs etc) I see the following error :&lt;BR /&gt;"sh[55]: ulimit: The specified value exceeds the user's allowable limit." &lt;BR /&gt;I am running 7.3.4 on HP UX 10.2 - DOes anyone know the reason and how to fix it , please? Many thanks&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Jun 2004 07:27:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ulimit/m-p/3313008#M185969</guid>
      <dc:creator>Massimo_37</dc:creator>
      <dc:date>2004-06-23T07:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: Ulimit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit/m-p/3313009#M185970</link>
      <description>HI,&lt;BR /&gt;&lt;BR /&gt;check ulimit man page. This can be altered or set in profile.&lt;BR /&gt;&lt;BR /&gt;Gideon</description>
      <pubDate>Wed, 23 Jun 2004 07:34:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ulimit/m-p/3313009#M185970</guid>
      <dc:creator>G. Vrijhoeven</dc:creator>
      <dc:date>2004-06-23T07:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: Ulimit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit/m-p/3313010#M185971</link>
      <description>ulimit -c to change&lt;BR /&gt;&lt;BR /&gt;Kaps</description>
      <pubDate>Wed, 23 Jun 2004 07:37:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ulimit/m-p/3313010#M185971</guid>
      <dc:creator>KapilRaj</dc:creator>
      <dc:date>2004-06-23T07:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: Ulimit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit/m-p/3313011#M185972</link>
      <description>Hi,&lt;BR /&gt;#ulimit -a &lt;BR /&gt;This will tell you all the ulimit settings and &lt;BR /&gt;see man ulimit to set these settings.&lt;BR /&gt;set this in the .profile of the user or if generally required set it in /etc/profile.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Jun 2004 07:37:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ulimit/m-p/3313011#M185972</guid>
      <dc:creator>Shaikh Imran</dc:creator>
      <dc:date>2004-06-23T07:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: Ulimit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit/m-p/3313012#M185973</link>
      <description>In POSIX shell,&lt;BR /&gt;&lt;BR /&gt;ulimit -Sa (Gives soft limits)&lt;BR /&gt;ulimit -Ha (Gives hard limits)&lt;BR /&gt;&lt;BR /&gt;ulimit -c "core_size"&lt;BR /&gt;ulimit -n "open_files"&lt;BR /&gt;ulimit -s "stack size"&lt;BR /&gt;&lt;BR /&gt;Increase one parameter at a time and run program. this way you will be able to track down what is causing the problem? Is it files open, stack size etc?&lt;BR /&gt;&lt;BR /&gt;man sh for details.&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Wed, 23 Jun 2004 07:50:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ulimit/m-p/3313012#M185973</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2004-06-23T07:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: Ulimit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit/m-p/3313013#M185974</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;1. Use ulimit -a to view current setting.&lt;BR /&gt;&lt;BR /&gt;2. For changing:&lt;BR /&gt;&lt;BR /&gt;# ulimit -s &lt;VALUE&gt;&lt;BR /&gt;stack&lt;BR /&gt;# ulimit -t &lt;VALUE&gt;&lt;BR /&gt;time&lt;BR /&gt;# ulimit -f &lt;VALUE&gt;&lt;BR /&gt;File&lt;BR /&gt;# ulimit -d &lt;VALUE&gt;&lt;BR /&gt;Data&lt;BR /&gt;# ulimit -m &lt;VALUE&gt;&lt;BR /&gt;Memory&lt;BR /&gt;# ulimit -c &lt;VALUE&gt;&lt;BR /&gt;Coredump&lt;BR /&gt;# ulimit -n &lt;VALUE&gt;&lt;BR /&gt;nofiles&lt;BR /&gt;&lt;BR /&gt;Hope that helps.&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;&lt;/VALUE&gt;&lt;/VALUE&gt;&lt;/VALUE&gt;&lt;/VALUE&gt;&lt;/VALUE&gt;&lt;/VALUE&gt;&lt;/VALUE&gt;</description>
      <pubDate>Wed, 23 Jun 2004 08:00:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ulimit/m-p/3313013#M185974</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2004-06-23T08:00:36Z</dc:date>
    </item>
  </channel>
</rss>

