<?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/3515652#M218975</link>
    <description>maxdsiz, maxdsiz_64bit.&lt;BR /&gt;&lt;BR /&gt;kmtune -lq maxdsiz&lt;BR /&gt;kmtune -lq maxdsiz_64bit&lt;BR /&gt;&lt;BR /&gt;Anil</description>
    <pubDate>Thu, 31 Mar 2005 14:00:12 GMT</pubDate>
    <dc:creator>RAC_1</dc:creator>
    <dc:date>2005-03-31T14:00:12Z</dc:date>
    <item>
      <title>ULIMIT</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit/m-p/3515651#M218974</link>
      <description>When I run &lt;BR /&gt;ulimit -d unlimited &lt;BR /&gt;&lt;BR /&gt;receive error&lt;BR /&gt;ulimit: The specified value exceeds the user's allowable limit&lt;BR /&gt;&lt;BR /&gt;In AIX, I can set default users ULIMIT via the /etc/security/limits file. What is HPs equivilant?</description>
      <pubDate>Thu, 31 Mar 2005 13:52:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ulimit/m-p/3515651#M218974</guid>
      <dc:creator>Stephen Kozlowski</dc:creator>
      <dc:date>2005-03-31T13:52:16Z</dc:date>
    </item>
    <item>
      <title>Re: ULIMIT</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit/m-p/3515652#M218975</link>
      <description>maxdsiz, maxdsiz_64bit.&lt;BR /&gt;&lt;BR /&gt;kmtune -lq maxdsiz&lt;BR /&gt;kmtune -lq maxdsiz_64bit&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Thu, 31 Mar 2005 14:00:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ulimit/m-p/3515652#M218975</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-03-31T14:00:12Z</dc:date>
    </item>
    <item>
      <title>Re: ULIMIT</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit/m-p/3515653#M218976</link>
      <description>&lt;BR /&gt;You can change all the values to unlimited, except data and stack. You 'can' change them, but they are related to maxdsiz (data) and maxssiz_64bit (stack), also nofiles (nfile).&lt;BR /&gt;&lt;BR /&gt;To set data to max, do:&lt;BR /&gt;-----------------------&lt;BR /&gt;&lt;BR /&gt;$ /usr/sbin/kmtune -lq maxdsiz &lt;BR /&gt;Parameter:      maxdsiz             &lt;BR /&gt;Current:        2063835136&lt;BR /&gt;Planned:        2063835136                                                  &lt;BR /&gt;Default:        0x10000000                                                  &lt;BR /&gt;Minimum:        -                                                           &lt;BR /&gt;Module:         -                             &lt;BR /&gt;Version:        -                             &lt;BR /&gt;Dynamic:        No&lt;BR /&gt;$ ulimit -d 2063835136&lt;BR /&gt;$ ulimit -a&lt;BR /&gt;time(seconds)        unlimited&lt;BR /&gt;file(blocks)         unlimited&lt;BR /&gt;data(kbytes)         237568&lt;BR /&gt;stack(kbytes)        131072&lt;BR /&gt;memory(kbytes)       131072&lt;BR /&gt;coredump(blocks)     unlimited&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;To set stack to max, do:&lt;BR /&gt;------------------------&lt;BR /&gt;&lt;BR /&gt;$ /usr/sbin/kmtune -lq maxssiz_64bit&lt;BR /&gt;Parameter:      maxssiz_64bit       &lt;BR /&gt;Current:        0x8000000&lt;BR /&gt;Planned:        0X8000000                                                   &lt;BR /&gt;Default:        0x00800000                                                  &lt;BR /&gt;Minimum:        -                                                           &lt;BR /&gt;Module:         -                             &lt;BR /&gt;Version:        -                             &lt;BR /&gt;Dynamic:        No&lt;BR /&gt;$ bc        &lt;BR /&gt;8 * 1024&lt;BR /&gt;8192&lt;BR /&gt;8192 * 10&lt;BR /&gt;81920&lt;BR /&gt;$ ulimit -s 81920&lt;BR /&gt;$ ulimit -a&lt;BR /&gt;time(seconds)        unlimited&lt;BR /&gt;file(blocks)         unlimited&lt;BR /&gt;data(kbytes)         237568&lt;BR /&gt;stack(kbytes)        81920&lt;BR /&gt;memory(kbytes)       131072&lt;BR /&gt;coredump(blocks)     unlimited&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;To set values to unlimited, do: (coredump)&lt;BR /&gt;-------------------------------&lt;BR /&gt;&lt;BR /&gt;$ ulimit -a                                                                                                                     &lt;BR /&gt;time(seconds)        unlimited&lt;BR /&gt;file(blocks)         unlimited&lt;BR /&gt;data(kbytes)         1048576&lt;BR /&gt;stack(kbytes)        131072&lt;BR /&gt;memory(kbytes)       unlimited&lt;BR /&gt;coredump(blocks)     4194303&lt;BR /&gt;$ ulimit -c unlimited&lt;BR /&gt;$ ulimit -a&lt;BR /&gt;time(seconds)        unlimited&lt;BR /&gt;file(blocks)         unlimited&lt;BR /&gt;data(kbytes)         1048576&lt;BR /&gt;stack(kbytes)        131072&lt;BR /&gt;memory(kbytes)       unlimited&lt;BR /&gt;coredump(blocks)     unlimited&lt;BR /&gt;&lt;BR /&gt;David.&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Apr 2005 09:25:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ulimit/m-p/3515653#M218976</guid>
      <dc:creator>David de Beer</dc:creator>
      <dc:date>2005-04-01T09:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: ULIMIT</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit/m-p/3515654#M218977</link>
      <description>Still get :&lt;BR /&gt;The specified value exceeds the user's allowable limit."&lt;BR /&gt;&lt;BR /&gt;Set maxdsize to 4294963200 &lt;BR /&gt;&lt;BR /&gt;Ran&lt;BR /&gt;$ ulimit -d 4194300&lt;BR /&gt;sh: ulimit: The specified value exceeds the user's allowable limit.&lt;BR /&gt;$ ulimit -a        &lt;BR /&gt;time(seconds)        unlimited&lt;BR /&gt;file(blocks)         unlimited&lt;BR /&gt;data(kbytes)         1048576&lt;BR /&gt;stack(kbytes)        8192&lt;BR /&gt;memory(kbytes)       unlimited&lt;BR /&gt;coredump(blocks)     4194303&lt;BR /&gt;nofiles(descriptors) 10529&lt;BR /&gt;</description>
      <pubDate>Sun, 03 Apr 2005 17:20:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ulimit/m-p/3515654#M218977</guid>
      <dc:creator>Stephen Kozlowski</dc:creator>
      <dc:date>2005-04-03T17:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: ULIMIT</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit/m-p/3515655#M218978</link>
      <description>After changing maxdsiz, you have recompiled the new kernel and rebooted, haven't you?&lt;BR /&gt;&lt;BR /&gt;After reboot data(kbytes) value in the output of 'ulimit -a' will increase according to maxdsiz value (i.e. you should see 4194300).&lt;BR /&gt;&lt;BR /&gt;Otherwise check /etc/profile (and/or this user's profile) and look for line similar to 'ulimit -d 1048576' ...</description>
      <pubDate>Mon, 04 Apr 2005 00:38:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ulimit/m-p/3515655#M218978</guid>
      <dc:creator>Ermin Borovac</dc:creator>
      <dc:date>2005-04-04T00:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: ULIMIT</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit/m-p/3515656#M218979</link>
      <description>&lt;BR /&gt;Static Paramaters, you need to reboot your machine for it to take, after you have increased them in Sam.&lt;BR /&gt;&lt;BR /&gt;David de Beer.&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Apr 2005 01:42:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ulimit/m-p/3515656#M218979</guid>
      <dc:creator>David de Beer</dc:creator>
      <dc:date>2005-04-04T01:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: ULIMIT</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit/m-p/3515657#M218980</link>
      <description>Changed the size via SAM, recreated a kernel and re-booted...&lt;BR /&gt;&lt;BR /&gt;I not sure where to go from here... This should be easy...  Have done it on other UNIX operating systems without a problem...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Apr 2005 07:21:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ulimit/m-p/3515657#M218980</guid>
      <dc:creator>Stephen Kozlowski</dc:creator>
      <dc:date>2005-04-04T07:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: ULIMIT</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit/m-p/3515658#M218981</link>
      <description>What version of HP-UX are you running? (And what patches are on it?)</description>
      <pubDate>Mon, 04 Apr 2005 07:41:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ulimit/m-p/3515658#M218981</guid>
      <dc:creator>Don Morris_1</dc:creator>
      <dc:date>2005-04-04T07:41:47Z</dc:date>
    </item>
    <item>
      <title>Re: ULIMIT</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit/m-p/3515659#M218982</link>
      <description>11.11i&lt;BR /&gt;&lt;BR /&gt;Since HP does not have a Maint Level, what are you looking for as far as Patches?</description>
      <pubDate>Mon, 04 Apr 2005 13:15:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ulimit/m-p/3515659#M218982</guid>
      <dc:creator>Stephen Kozlowski</dc:creator>
      <dc:date>2005-04-04T13:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: ULIMIT</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit/m-p/3515660#M218983</link>
      <description>Have you also increased maxdsiz_64bit (used for 64-bit processes)?&lt;BR /&gt;&lt;BR /&gt;I think that 'ulimit -d' will be set to minimum of maxdsiz and maxdsiz_64bit. On 64-bit kernel maxdsiz_64bit also affects 32-bit processes.</description>
      <pubDate>Mon, 04 Apr 2005 19:28:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ulimit/m-p/3515660#M218983</guid>
      <dc:creator>Ermin Borovac</dc:creator>
      <dc:date>2005-04-04T19:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: ULIMIT</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit/m-p/3515661#M218984</link>
      <description>That was it...&lt;BR /&gt;&lt;BR /&gt;cipt0010(root)# kmtune | grep maxd&lt;BR /&gt;maxdsiz            4294963200  -  4294963200                 &lt;BR /&gt;maxdsiz_64bit      0x40000000  -  0X40000000  &lt;BR /&gt;&lt;BR /&gt;0X40000000 = 1073741824&lt;BR /&gt;&lt;BR /&gt;or 1048576K....&lt;BR /&gt;&lt;BR /&gt;I miss caculated the 0x4 and came up with 10Gig rather the 1Gig...&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 05 Apr 2005 07:18:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ulimit/m-p/3515661#M218984</guid>
      <dc:creator>Stephen Kozlowski</dc:creator>
      <dc:date>2005-04-05T07:18:34Z</dc:date>
    </item>
  </channel>
</rss>

