<?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 Command Promlem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-command-promlem/m-p/4797914#M607652</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;# kctune maxdsiz_64bit=15GB&lt;BR /&gt;       * The automatic 'backup' configuration has been updated.&lt;BR /&gt;       * The requested changes have been applied to the currently&lt;BR /&gt;         running configuration.&lt;BR /&gt;Tunable                        Value  Expression  Changes&lt;BR /&gt;maxdsiz_64bit  (before)   2147483648  2147483648  Immed&lt;BR /&gt;               (now)     16106127360  15GB        &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
    <pubDate>Mon, 13 Jun 2011 04:27:42 GMT</pubDate>
    <dc:creator>itrc55</dc:creator>
    <dc:date>2011-06-13T04:27:42Z</dc:date>
    <item>
      <title>ulimit Command Promlem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-command-promlem/m-p/4797906#M607644</link>
      <description>Hi,&lt;BR /&gt;I have changed the ulimit for the user dsadm on one of my server. Its only changed IF i su to dsadm from root, but its not changing if i ssh to dsadm.&lt;BR /&gt;&lt;BR /&gt;i want to change the data(kbytes)to unlimited. i edit the /etc/profile and .profile of dsadm user by set this my OS 11.31&lt;BR /&gt;&lt;BR /&gt;ulimit -d unlimited&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;id&lt;BR /&gt;uid=0(root) gid=3(sys) groups=0(root),1(other),2(bin),4(adm),5(daemon),6(mail),7(lp),20(users)&lt;BR /&gt;&lt;BR /&gt;&amp;gt;ulimit -Ha&lt;BR /&gt;time(seconds) unlimited&lt;BR /&gt;file(blocks) unlimited&lt;BR /&gt;data(kbytes) unlimited&lt;BR /&gt;stack(kbytes) 131072&lt;BR /&gt;memory(kbytes) unlimited&lt;BR /&gt;coredump(blocks) unlimited&lt;BR /&gt;nofiles(descriptors) 63488&lt;BR /&gt;&lt;BR /&gt;&amp;gt;ulimit -Sa&lt;BR /&gt;time(seconds) unlimited&lt;BR /&gt;file(blocks) unlimited&lt;BR /&gt;data(kbytes) unlimited&lt;BR /&gt;stack(kbytes) 131072&lt;BR /&gt;memory(kbytes) unlimited&lt;BR /&gt;coredump(blocks) 4194303&lt;BR /&gt;nofiles(descriptors) 8000&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;but when i login to server directly with a dsadm user i facing this error and i see limited number for a data.&lt;BR /&gt;&lt;BR /&gt;/etc/profile[132]: ulimit: exceeds allowable limit&lt;BR /&gt;${HOME:-.}/.profile[37]: ulimit: exceeds allowable limit&lt;BR /&gt;&lt;BR /&gt;$ id&lt;BR /&gt;uid=111(dsadm) gid=107(dstage)&lt;BR /&gt;&lt;BR /&gt;$ ulimit -Ha&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;$ ulimit -Sa&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;&lt;BR /&gt;the kctune command output&lt;BR /&gt;&lt;BR /&gt;maxdsiz 1073741824 Default Immed&lt;BR /&gt;maxdsiz_64bit 2147483648 2147483648 Immed&lt;BR /&gt;maxfiles 8000 8000 &lt;BR /&gt;maxfiles_lim 63488 63488 Immed&lt;BR /&gt;maxrsessiz 8388608 Default &lt;BR /&gt;maxrsessiz_64bit 8388608 Default &lt;BR /&gt;maxssiz 134217728 134217728 Immed&lt;BR /&gt;maxssiz_64bit 1073741824 1073741824 Immed&lt;BR /&gt;maxtsiz 100663296 Default Immed&lt;BR /&gt;maxtsiz_64bit 1073741824 Default Immed&lt;BR /&gt;&lt;BR /&gt;please i need your support.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Sat, 11 Jun 2011 15:26:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-command-promlem/m-p/4797906#M607644</guid>
      <dc:creator>itrc55</dc:creator>
      <dc:date>2011-06-11T15:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: ulimit Command Promlem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-command-promlem/m-p/4797907#M607645</link>
      <description>unlimited is the same as the kernel parameter maxdsiz. It does not mean that a program can grow larger than this value. Change maxdsiz using kctune and you'll see ulimit also changes.&lt;BR /&gt; &lt;BR /&gt;# ulimit -d&lt;BR /&gt;1048576&lt;BR /&gt; &lt;BR /&gt;(now change the maxdsiz value)&lt;BR /&gt; &lt;BR /&gt;# kctune maxdsiz=2000000000&lt;BR /&gt;Tunable                 Value  Expression  Changes&lt;BR /&gt;maxdsiz  (before)  2073741999  2073741999  Immed&lt;BR /&gt;         (now)     2000000000  2000000000&lt;BR /&gt; &lt;BR /&gt;(start a new shell or logout and back in again)&lt;BR /&gt; &lt;BR /&gt;# ulimit -d&lt;BR /&gt;1953124&lt;BR /&gt; &lt;BR /&gt;NOTE: Setting maxdsiz larger does not automatically enable a (32 bit) program to access more than 1 GB of RAM. If you need more than 1 GB local (heap) memory, look at EXEC MAGIC and chatr options, or link your program MPAS (Mostly Private Address Space).</description>
      <pubDate>Sat, 11 Jun 2011 22:24:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-command-promlem/m-p/4797907#M607645</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2011-06-11T22:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: ulimit Command Promlem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-command-promlem/m-p/4797908#M607646</link>
      <description>&amp;gt;/etc/profile[132]: ulimit: exceeds allowable limit&lt;BR /&gt;&lt;BR /&gt;Unless you are root, you can only use ulimit to show the values or make things smaller.  (Unless they are soft limits.)</description>
      <pubDate>Sun, 12 Jun 2011 01:58:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-command-promlem/m-p/4797908#M607646</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-06-12T01:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: ulimit Command Promlem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-command-promlem/m-p/4797909#M607647</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The dba he want to increase the maxdsiz to be 15 GB instead of 2 GB as our application still raising the below error message.&lt;BR /&gt;&lt;BR /&gt;"XML_PersonBObj,0: Caught exception from runLocally(): APT_BadAlloc: Heap allocation failed."&lt;BR /&gt;&lt;BR /&gt;How i can increase the maxdsiz or maxdsiz_64bit to be 15 GB &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Note: the application is 64 bit&lt;BR /&gt;Note:  we are running heavy jobs which consume a lot of space, so donâ  t surprise that we asking for 15 GB&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Sun, 12 Jun 2011 09:15:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-command-promlem/m-p/4797909#M607647</guid>
      <dc:creator>itrc55</dc:creator>
      <dc:date>2011-06-12T09:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: ulimit Command Promlem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-command-promlem/m-p/4797910#M607648</link>
      <description>&amp;gt;The DBA wants to increase maxdsiz to 15 GB&lt;BR /&gt;&lt;BR /&gt;kctune maxdsiz_64bit=15GB</description>
      <pubDate>Sun, 12 Jun 2011 19:09:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-command-promlem/m-p/4797910#M607648</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-06-12T19:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: ulimit Command Promlem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-command-promlem/m-p/4797911#M607649</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Thanks for your replay but is there any affect when i increase the maxdsiz_64bit to 15GB ?&lt;BR /&gt;&lt;BR /&gt;and this size from Where are taken ? from a ram memory or from ..... .&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 13 Jun 2011 03:40:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-command-promlem/m-p/4797911#M607649</guid>
      <dc:creator>itrc55</dc:creator>
      <dc:date>2011-06-13T03:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: ulimit Command Promlem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-command-promlem/m-p/4797912#M607650</link>
      <description>&amp;gt;is there any affect when I increase the maxdsiz_64bit to 15GB?&lt;BR /&gt;&lt;BR /&gt;If you don't have a lot of swap, you can't really get 15Gb.  Also, if EVERY 64 bit process tries to use 15Gb, you will run out of swap.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;this size from where are taken? from a ram memory or?&lt;BR /&gt;&lt;BR /&gt;This is taken from swap.  Whether pseudo swap or device swap depends on how much and what type of swap you have and the current load on the system.  What does "swapinfo -tam" show?</description>
      <pubDate>Mon, 13 Jun 2011 04:02:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-command-promlem/m-p/4797912#M607650</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-06-13T04:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: ulimit Command Promlem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-command-promlem/m-p/4797913#M607651</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;i increase it to 15GB, but when i try to change it by ulimit command i facing this error&lt;BR /&gt;&lt;BR /&gt;# ulimit -a&lt;BR /&gt;&lt;BR /&gt;time(seconds)        unlimited&lt;BR /&gt;file(blocks)         unlimited&lt;BR /&gt;data(kbytes)         1953124&lt;BR /&gt;stack(kbytes)        131072&lt;BR /&gt;memory(kbytes)       unlimited&lt;BR /&gt;coredump(blocks)     4194303&lt;BR /&gt;nofiles(descriptors) 8000&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# ulimit -d 15728640&lt;BR /&gt;sh: ulimit: The specified number is not valid for this command.&lt;BR /&gt;&lt;BR /&gt;How i can increase it to max size.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 13 Jun 2011 04:25:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-command-promlem/m-p/4797913#M607651</guid>
      <dc:creator>itrc55</dc:creator>
      <dc:date>2011-06-13T04:25:27Z</dc:date>
    </item>
    <item>
      <title>Re: ulimit Command Promlem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-command-promlem/m-p/4797914#M607652</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;# kctune maxdsiz_64bit=15GB&lt;BR /&gt;       * The automatic 'backup' configuration has been updated.&lt;BR /&gt;       * The requested changes have been applied to the currently&lt;BR /&gt;         running configuration.&lt;BR /&gt;Tunable                        Value  Expression  Changes&lt;BR /&gt;maxdsiz_64bit  (before)   2147483648  2147483648  Immed&lt;BR /&gt;               (now)     16106127360  15GB        &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 13 Jun 2011 04:27:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-command-promlem/m-p/4797914#M607652</guid>
      <dc:creator>itrc55</dc:creator>
      <dc:date>2011-06-13T04:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: ulimit Command Promlem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-command-promlem/m-p/4797915#M607653</link>
      <description>&amp;gt;when I try to change it by ulimit command I facing this error&lt;BR /&gt;&lt;BR /&gt;Forget about ulimit(1).  That's not for 64 bit data limits and does no good unless you want to make things smaller.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;How I can increase it to max size?&lt;BR /&gt;&amp;gt;maxdsiz_64bit (now) 16106127360 15GB&lt;BR /&gt;&lt;BR /&gt;If you have changed maxdsiz_64bit, you are done.  Try running your app.  And what is "swapinfo -tam"?</description>
      <pubDate>Mon, 13 Jun 2011 04:36:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-command-promlem/m-p/4797915#M607653</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-06-13T04:36:12Z</dc:date>
    </item>
    <item>
      <title>Re: ulimit Command Promlem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-command-promlem/m-p/4797916#M607654</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;# swapinfo -tam&lt;BR /&gt;             Mb      Mb      Mb   PCT  START/      Mb&lt;BR /&gt;TYPE      AVAIL    USED    FREE  USED   LIMIT RESERVE  PRI  NAME&lt;BR /&gt;dev       16384     546   15838    3%       0       -    1  /dev/vg00/lvol2&lt;BR /&gt;reserve       -   15450  -15450&lt;BR /&gt;memory    31068   11929   19139   38%&lt;BR /&gt;total     47452   27925   19527   59%       -       0    -&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 13 Jun 2011 04:55:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-command-promlem/m-p/4797916#M607654</guid>
      <dc:creator>itrc55</dc:creator>
      <dc:date>2011-06-13T04:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: ulimit Command Promlem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-command-promlem/m-p/4797917#M607655</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&amp;gt; If you have changed maxdsiz_64bit, you are done. Try running your app &amp;lt;&lt;BR /&gt;&lt;BR /&gt;I understand from your post I don't need to use any command to give dsadm user any max limitation. and the application its detect the 15GB. &lt;BR /&gt;I asking that because the application it's running by dsadm user.&lt;BR /&gt;&lt;BR /&gt;"Maybe considered silly question but that because  I don't have experience in this field."&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 13 Jun 2011 05:48:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-command-promlem/m-p/4797917#M607655</guid>
      <dc:creator>itrc55</dc:creator>
      <dc:date>2011-06-13T05:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: ulimit Command Promlem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-command-promlem/m-p/4797918#M607656</link>
      <description>&amp;gt;total 47452 27925 19527 59%&lt;BR /&gt;&lt;BR /&gt;You have 19Gb free, enough to run that application.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;I don't need to use any command to give dsadm user any max limitation. and the application its detect the 15GB.&lt;BR /&gt;&lt;BR /&gt;Yes, just run the application.</description>
      <pubDate>Mon, 13 Jun 2011 08:25:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-command-promlem/m-p/4797918#M607656</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-06-13T08:25:53Z</dc:date>
    </item>
  </channel>
</rss>

