<?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 setting in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-setting/m-p/4428511#M663889</link>
    <description>I bet you went an order of magnitude too high when you set the kernel parameter.&lt;BR /&gt;&lt;BR /&gt;What value did you use for maxdsiz and maxdsiz_64?</description>
    <pubDate>Thu, 28 May 2009 12:37:58 GMT</pubDate>
    <dc:creator>Patrick Wallek</dc:creator>
    <dc:date>2009-05-28T12:37:58Z</dc:date>
    <item>
      <title>ulimit setting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-setting/m-p/4428504#M663882</link>
      <description>hi, experts,&lt;BR /&gt;&lt;BR /&gt;I would like to increase my data and stack limit to 3.8 GB. What I did was change maxdsiz and maxdsix_64bit from 2GB to 3.8GB (old and new setting as per attached)&lt;BR /&gt;&lt;BR /&gt;after restart server, I notice my data limit is as below &lt;BR /&gt;ulimit -aH&lt;BR /&gt;time(seconds)        unlimited&lt;BR /&gt;file(blocks)         unlimited&lt;BR /&gt;data(kbytes)         4292870144&lt;BR /&gt;stack(kbytes)        262144&lt;BR /&gt;memory(kbytes)       unlimited&lt;BR /&gt;coredump(blocks)     unlimited&lt;BR /&gt;nofiles(descriptors) 2048&lt;BR /&gt;&lt;BR /&gt;and ulimit -aS is &lt;BR /&gt;time(seconds)        unlimited&lt;BR /&gt;file(blocks)         unlimited&lt;BR /&gt;data(kbytes)         4292870144&lt;BR /&gt;stack(kbytes)        262144&lt;BR /&gt;memory(kbytes)       unlimited&lt;BR /&gt;coredump(blocks)     4194303&lt;BR /&gt;nofiles(descriptors) 2048&lt;BR /&gt;&lt;BR /&gt;is it something is wrong ? I also tried to set to 3GB but I get the below error &lt;BR /&gt;&lt;BR /&gt;ulimit -d 3145728&lt;BR /&gt;su: ulimit: The specified value exceeds the user's allowable limit.&lt;BR /&gt;&lt;BR /&gt;please advise what is the problem &lt;BR /&gt;thanks&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 28 May 2009 09:20:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-setting/m-p/4428504#M663882</guid>
      <dc:creator>ng_7</dc:creator>
      <dc:date>2009-05-28T09:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: ulimit setting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-setting/m-p/4428505#M663883</link>
      <description>Can you post the "chatr &lt;APP_NAME&gt;" output?  If your application is 'myapp', post output of "chatr ./myapp"&lt;/APP_NAME&gt;</description>
      <pubDate>Thu, 28 May 2009 09:33:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-setting/m-p/4428505#M663883</guid>
      <dc:creator>Venkatesh BL</dc:creator>
      <dc:date>2009-05-28T09:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: ulimit setting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-setting/m-p/4428506#M663884</link>
      <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;ulimit -d 3145728&lt;BR /&gt;su: ulimit: The specified value exceeds the user's allowable limit.&lt;BR /&gt;&lt;BR /&gt; The system wide stack is only 256 MB and allowable maximum value for stack ulimit command is 256MB&lt;BR /&gt;You may need to change the system wide stack according to your requirement by changing the kernel parameters maxssize and maxssize_64bit&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;thanks!!&lt;BR /&gt;Johsnon</description>
      <pubDate>Thu, 28 May 2009 09:49:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-setting/m-p/4428506#M663884</guid>
      <dc:creator>johnsonpk</dc:creator>
      <dc:date>2009-05-28T09:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: ulimit setting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-setting/m-p/4428507#M663885</link>
      <description>Ooops..apologize for the wrong post ...&lt;BR /&gt;&lt;BR /&gt;please ignore the previous post ..&lt;BR /&gt;&lt;BR /&gt;Thanks!!&lt;BR /&gt;Johnson</description>
      <pubDate>Thu, 28 May 2009 09:52:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-setting/m-p/4428507#M663885</guid>
      <dc:creator>johnsonpk</dc:creator>
      <dc:date>2009-05-28T09:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: ulimit setting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-setting/m-p/4428508#M663886</link>
      <description>1.&lt;BR /&gt;Can you post the "chatr &lt;APP_NAME&gt;" output? If your application is 'myapp', post output of "chatr ./myapp" &lt;BR /&gt; &lt;BR /&gt;I not sure what you mean, this is my Oracle Application Server, so what should I type.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;2. hi, Johnson,&lt;BR /&gt;&lt;BR /&gt;is the below post is the wrong one ?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;ulimit -d 3145728&lt;BR /&gt;su: ulimit: The specified value exceeds the user's allowable limit.&lt;BR /&gt;&lt;BR /&gt;The system wide stack is only 256 MB and allowable maximum value for stack ulimit command is 256MB&lt;BR /&gt;You may need to change the system wide stack according to your requirement by changing the kernel parameters maxssize and maxssize_64bit&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/APP_NAME&gt;</description>
      <pubDate>Thu, 28 May 2009 11:44:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-setting/m-p/4428508#M663886</guid>
      <dc:creator>ng_7</dc:creator>
      <dc:date>2009-05-28T11:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: ulimit setting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-setting/m-p/4428509#M663887</link>
      <description>Hi its apply to stack size ..since you have problem with data (ulimit -d) my post is not valid.&lt;BR /&gt;&lt;BR /&gt;By the way ,try changing the softlimit&lt;BR /&gt;&lt;BR /&gt;ulimit -Sd 3145728&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;ulimit -Hd 31400&lt;BR /&gt;su: ulimit: The specified value exceeds the user's allowable limit&lt;BR /&gt;&lt;BR /&gt;I saw this kind of error some time ,when I tried to execute ulimit -Hd &lt;BR /&gt;&lt;BR /&gt;what i did is change it with ulimit -Sd 31400&lt;BR /&gt;and then executed ulimit -Hd 31400&lt;BR /&gt;&lt;BR /&gt;To increase the stack size you may need to tune the kernel parameters as i said in the previous post&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks!!&lt;BR /&gt;Johnson&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks!!&lt;BR /&gt;Johnson&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 28 May 2009 12:17:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-setting/m-p/4428509#M663887</guid>
      <dc:creator>johnsonpk</dc:creator>
      <dc:date>2009-05-28T12:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: ulimit setting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-setting/m-p/4428510#M663888</link>
      <description>hi, I need your solution urgently,&lt;BR /&gt;&lt;BR /&gt;why my data become so big &lt;BR /&gt;&lt;BR /&gt;data(kbytes) 4292870144&lt;BR /&gt;&lt;BR /&gt;after I increase my maxdsiz_64bit and maxdsiz to 3.8GB ?&lt;BR /&gt;&lt;BR /&gt;is this correct ?  I tried to set&lt;BR /&gt;&lt;BR /&gt;ulimit -d 3145728   but get the below error&lt;BR /&gt;su: ulimit: The specified value exceeds the user's allowable limit.&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Thu, 28 May 2009 12:24:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-setting/m-p/4428510#M663888</guid>
      <dc:creator>ng_7</dc:creator>
      <dc:date>2009-05-28T12:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: ulimit setting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-setting/m-p/4428511#M663889</link>
      <description>I bet you went an order of magnitude too high when you set the kernel parameter.&lt;BR /&gt;&lt;BR /&gt;What value did you use for maxdsiz and maxdsiz_64?</description>
      <pubDate>Thu, 28 May 2009 12:37:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-setting/m-p/4428511#M663889</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2009-05-28T12:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: ulimit setting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-setting/m-p/4428512#M663890</link>
      <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;The maxssiz &amp;amp; maxssiz_64bit are in bytes on kernel and ulimit give out put in kilobytes&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;can you post kmtune|grep -e "maxd" -e "maxs"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;did you try to reduce it by ulimit -Sd ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks!!!&lt;BR /&gt;Johnson</description>
      <pubDate>Thu, 28 May 2009 12:39:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-setting/m-p/4428512#M663890</guid>
      <dc:creator>johnsonpk</dc:creator>
      <dc:date>2009-05-28T12:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: ulimit setting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-setting/m-p/4428513#M663891</link>
      <description>thanks for your quick reply, I want to increase data and stack. the data is 2GB and stack is about 250mb, after I change the kernel  &lt;BR /&gt;maxdsiz and maxdsiz_64bit to 3.5GB &lt;BR /&gt;and maxssiz to 400mb and maxssiz_64bit to 1GB ,&lt;BR /&gt;&lt;BR /&gt;the ulimit -aH give output&lt;BR /&gt;&lt;BR /&gt;data(kbytes) 4292870144&lt;BR /&gt;stack(kbytes)        392192&lt;BR /&gt;&lt;BR /&gt;please see below for your requested info :&lt;BR /&gt;&lt;BR /&gt;app:/# kmtune|grep -e "maxd" -e "maxs"&lt;BR /&gt;maxdsiz            3500000000  -  3500000000&lt;BR /&gt;maxdsiz_64bit      3500000000  -  3500000000&lt;BR /&gt;maxssiz             401604608  -  401604608&lt;BR /&gt;maxssiz_64bit      1073741824  -  1073741824&lt;BR /&gt;</description>
      <pubDate>Thu, 28 May 2009 13:11:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-setting/m-p/4428513#M663891</guid>
      <dc:creator>ng_7</dc:creator>
      <dc:date>2009-05-28T13:11:30Z</dc:date>
    </item>
    <item>
      <title>Re: ulimit setting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-setting/m-p/4428514#M663892</link>
      <description>my HP-UX version&lt;BR /&gt;&lt;BR /&gt;HP-UX tamcoapp B.11.11 U 9000/800 1725937685 unlimited-user license&lt;BR /&gt;&lt;BR /&gt;is anyone know my problem ?</description>
      <pubDate>Fri, 29 May 2009 04:42:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-setting/m-p/4428514#M663892</guid>
      <dc:creator>ng_7</dc:creator>
      <dc:date>2009-05-29T04:42:17Z</dc:date>
    </item>
    <item>
      <title>Re: ulimit setting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-setting/m-p/4428515#M663893</link>
      <description>&amp;gt;anyone know my problem?&lt;BR /&gt;&lt;BR /&gt;Your maxdsiz* and maxssiz* seem to be changed.&lt;BR /&gt;Now just run your application and ignore bogus values from ulimit.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;maxssiz to 400mb&lt;BR /&gt;&lt;BR /&gt;This is way too big.  You have reduced maxdsiz for default 32 bit apps to 600 Mb.</description>
      <pubDate>Fri, 29 May 2009 10:11:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-setting/m-p/4428515#M663893</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-05-29T10:11:57Z</dc:date>
    </item>
  </channel>
</rss>

