<?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: how to increase the ulimit -s (stack value) 8192 to maximum on hp ux 11.11 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-increase-the-ulimit-s-stack-value-8192-to-maximum-on-hp/m-p/4310037#M339239</link>
    <description>To set the latter larger, you may have to use kctune/kmtune to set maxfiles_lim to 4096&lt;BR /&gt;&lt;BR /&gt;kmtune |grep maxfiles&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Johnson</description>
    <pubDate>Thu, 20 Nov 2008 10:52:15 GMT</pubDate>
    <dc:creator>Johnson Punniyalingam</dc:creator>
    <dc:date>2008-11-20T10:52:15Z</dc:date>
    <item>
      <title>how to increase the ulimit -s (stack value) 8192 to maximum on hp ux 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-increase-the-ulimit-s-stack-value-8192-to-maximum-on-hp/m-p/4310035#M339237</link>
      <description>Hi All, I want to increase the value of my stack limit size 8192KB to 81920 or unlimited.Could you please help me out to resolve this issue.Below are some information that will help you to understand this problem.&lt;BR /&gt;&lt;BR /&gt;[root] uname -a&lt;BR /&gt;HP-UX test01 B.11.11 U 9000/800 1549607670 unlimited-user license&lt;BR /&gt;[root] model&lt;BR /&gt;9000/800/rp8420&lt;BR /&gt;[root] echo $SHELL&lt;BR /&gt;/sbin/sh&lt;BR /&gt;[root] 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) 60&lt;BR /&gt;&lt;BR /&gt;[root] 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)        8192&lt;BR /&gt;memory(kbytes)       unlimited&lt;BR /&gt;coredump(blocks)     4194303&lt;BR /&gt;nofiles(descriptors) 60&lt;BR /&gt;[root] 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)        8192&lt;BR /&gt;memory(kbytes)       unlimited&lt;BR /&gt;coredump(blocks)     unlimited&lt;BR /&gt;nofiles(descriptors) 2200&lt;BR /&gt;&lt;BR /&gt;[root] more resource.h |grep -i rlim_infinity&lt;BR /&gt;#  define  RLIM_INFINITY  RLIM64_INFINITY&lt;BR /&gt;#  define  K_RLIM_INFINITY  RLIM_INFINITY&lt;BR /&gt;#    define  RLIM_INFINITY   (uint64_t) 0x7fffffffffffffffL&lt;BR /&gt;#        define  RLIM_INFINITY   (uint64_t) 0x7fffffffffffffffLL&lt;BR /&gt;#      define  RLIM_INFINITY   (uint32_t) 0x7fffffff&lt;BR /&gt;&lt;BR /&gt;Whenever I try to set it using the command [root]ulimit -s &lt;GREATER value="" than="" 8192=""&gt;&lt;BR /&gt; it says:e.g.&lt;BR /&gt;[root] ulimit -s 81920&lt;BR /&gt;sh: ulimit: The specified value exceeds the user's allowable limit.&lt;BR /&gt;&lt;BR /&gt;On the other hand If i try to set it lower value ulimit -s &lt;VALUE less="" that="" 8192=""&gt;&lt;BR /&gt;it works fine.please find the attachment for kernel parameter information.&lt;BR /&gt;&lt;BR /&gt;Could You please let me know how I can set it? Which kernel parameters need to be changed to accomplish it or it is not possible in my case?&lt;BR /&gt;Thanks much in advanced.&lt;/VALUE&gt;&lt;/GREATER&gt;</description>
      <pubDate>Thu, 20 Nov 2008 10:44:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-increase-the-ulimit-s-stack-value-8192-to-maximum-on-hp/m-p/4310035#M339237</guid>
      <dc:creator>Anshumali Rajput</dc:creator>
      <dc:date>2008-11-20T10:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: how to increase the ulimit -s (stack value) 8192 to maximum on hp ux 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-increase-the-ulimit-s-stack-value-8192-to-maximum-on-hp/m-p/4310036#M339238</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;You can change the stack value by tunning the below parameter ,but I don`t think you can put unlimited .&lt;BR /&gt;&lt;BR /&gt;maxssiz              &lt;BR /&gt;maxssiz_64bit        &lt;BR /&gt;&lt;BR /&gt;Aneesh</description>
      <pubDate>Thu, 20 Nov 2008 10:47:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-increase-the-ulimit-s-stack-value-8192-to-maximum-on-hp/m-p/4310036#M339238</guid>
      <dc:creator>Aneesh Mohan</dc:creator>
      <dc:date>2008-11-20T10:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: how to increase the ulimit -s (stack value) 8192 to maximum on hp ux 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-increase-the-ulimit-s-stack-value-8192-to-maximum-on-hp/m-p/4310037#M339239</link>
      <description>To set the latter larger, you may have to use kctune/kmtune to set maxfiles_lim to 4096&lt;BR /&gt;&lt;BR /&gt;kmtune |grep maxfiles&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Johnson</description>
      <pubDate>Thu, 20 Nov 2008 10:52:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-increase-the-ulimit-s-stack-value-8192-to-maximum-on-hp/m-p/4310037#M339239</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2008-11-20T10:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: how to increase the ulimit -s (stack value) 8192 to maximum on hp ux 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-increase-the-ulimit-s-stack-value-8192-to-maximum-on-hp/m-p/4310038#M339240</link>
      <description>&amp;gt;Which kernel parameters need to be changed to accomplish it &lt;BR /&gt;&lt;BR /&gt;As Aneesh mentioned those are maxssiz*.&lt;BR /&gt;&lt;BR /&gt;How big do you plan to make it?&lt;BR /&gt;Note: making it very large will reduce maxdsiz.&lt;BR /&gt;81 Mb is probably fine.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Johnson: To set the latter larger, you may have to use kctune/kmtune to set maxfiles_lim &lt;BR /&gt;&lt;BR /&gt;There is no direct connection between maxssiz and maxfiles_lim.</description>
      <pubDate>Thu, 20 Nov 2008 12:48:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-increase-the-ulimit-s-stack-value-8192-to-maximum-on-hp/m-p/4310038#M339240</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-11-20T12:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: how to increase the ulimit -s (stack value) 8192 to maximum on hp ux 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-increase-the-ulimit-s-stack-value-8192-to-maximum-on-hp/m-p/4310039#M339241</link>
      <description>Thanks all for your help. Do I need to reboot this server to get effected these changed kernel parameters values? could you please let me know how I can accomplish it using this kmtune command as till now I've not changed any kernel parameter value (probably first time I'm going to change these values). How much impact/risk does it have after changing these value. This hp ux box is in production and oracle database is running on it. Before changing these value do I need to stop database/applications or online I can change it.I think I cann't use this kctune command as it is running on hp ux 11.11.&lt;BR /&gt;&lt;BR /&gt;Thank you in advance.</description>
      <pubDate>Thu, 20 Nov 2008 13:35:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-increase-the-ulimit-s-stack-value-8192-to-maximum-on-hp/m-p/4310039#M339241</guid>
      <dc:creator>Anshumali Rajput</dc:creator>
      <dc:date>2008-11-20T13:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: how to increase the ulimit -s (stack value) 8192 to maximum on hp ux 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-increase-the-ulimit-s-stack-value-8192-to-maximum-on-hp/m-p/4310040#M339242</link>
      <description>&amp;gt;Do I need to reboot this server to get effected these changed kernel parameters values?&lt;BR /&gt;&lt;BR /&gt;Yes.  But if you were on 11.23 where maxssiz is a dynamic tunable, you could just change it.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Before changing these value do I need to stop database/applications or online I can change it.&lt;BR /&gt;&lt;BR /&gt;You have to regen a kernel, so everything must be stopped.</description>
      <pubDate>Thu, 20 Nov 2008 18:11:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-increase-the-ulimit-s-stack-value-8192-to-maximum-on-hp/m-p/4310040#M339242</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-11-20T18:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: how to increase the ulimit -s (stack value) 8192 to maximum on hp ux 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-increase-the-ulimit-s-stack-value-8192-to-maximum-on-hp/m-p/6658378#M487907</link>
      <description>&lt;P&gt;Hi Aneesh,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to increase the stack limit.&amp;nbsp; you mentioned to change the stack value by tunning the below parameter&lt;BR /&gt;&lt;BR /&gt;maxssiz&lt;BR /&gt;maxssiz_64bit&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to change this value? Could you give me the commands to change it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;finuat01:/home/pwxuser#ulimit -a&lt;/P&gt;&lt;P&gt;time(seconds)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; unlimited&lt;/P&gt;&lt;P&gt;file(blocks)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; unlimited&lt;/P&gt;&lt;P&gt;data(kbytes)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1048576&lt;/P&gt;&lt;P&gt;stack(kbytes)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 131072&lt;/P&gt;&lt;P&gt;memory(kbytes)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; unlimited&lt;/P&gt;&lt;P&gt;coredump(blocks)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4194303&lt;/P&gt;&lt;P&gt;nofiles(descriptors) 2048&lt;/P&gt;&lt;P&gt;finuat01:/home/pwxuser#ulimit -sa&lt;/P&gt;&lt;P&gt;time(seconds)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; unlimited&lt;/P&gt;&lt;P&gt;file(blocks)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;unlimited&lt;/P&gt;&lt;P&gt;data(kbytes)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1048576&lt;/P&gt;&lt;P&gt;stack(kbytes)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 131072&lt;/P&gt;&lt;P&gt;memory(kbytes)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; unlimited&lt;/P&gt;&lt;P&gt;coredump(blocks)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4194303&lt;/P&gt;&lt;P&gt;nofiles(descriptors) 2048&lt;/P&gt;&lt;P&gt;finuat01:/home/pwxuser#ulimit -s 524288&lt;/P&gt;&lt;P&gt;sh: ulimit: The specified value exceeds the user's allowable limit.&lt;/P&gt;&lt;P&gt;finuat01:/home/pwxuser#ulimit -s 262144&lt;/P&gt;&lt;P&gt;sh: ulimit: The specified value exceeds the user's allowable limit.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Oct 2014 04:47:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-increase-the-ulimit-s-stack-value-8192-to-maximum-on-hp/m-p/6658378#M487907</guid>
      <dc:creator>pradeep233</dc:creator>
      <dc:date>2014-10-29T04:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: how to increase the ulimit -s (stack value) 8192 to maximum on HP-UX 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-increase-the-ulimit-s-stack-value-8192-to-maximum-on-hp/m-p/6658560#M487913</link>
      <description>&lt;P&gt;&amp;gt;you mentioned to change the stack value by tuning the below parameter&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You need to use kmtune(1m) to change those kernel parms.&lt;/P&gt;&lt;P&gt;Your current value, 131 MB should be plenty big enough, unless you have a poorly&amp;nbsp;written Fortran program.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Oct 2014 09:04:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-increase-the-ulimit-s-stack-value-8192-to-maximum-on-hp/m-p/6658560#M487913</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2014-10-29T09:04:09Z</dc:date>
    </item>
  </channel>
</rss>

