<?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: Changing the ulimit value in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-the-ulimit-value/m-p/4607691#M376418</link>
    <description>Hello, &lt;BR /&gt;&lt;BR /&gt;On HP-UX you cannot increase a soft limit above a kernel imposed hard limit. So if you have your kernel parameter maxdsiz or maxdsiz_64bit smaller than the one you impose for your user, this value from the kernel will be imposed.&lt;BR /&gt;&lt;BR /&gt;Horia.</description>
    <pubDate>Fri, 26 Mar 2010 09:21:05 GMT</pubDate>
    <dc:creator>Horia Chirculescu</dc:creator>
    <dc:date>2010-03-26T09:21:05Z</dc:date>
    <item>
      <title>Changing the ulimit value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-the-ulimit-value/m-p/4607690#M376417</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;We got a request from apllication team to change the ulimit value for a user.&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;&lt;BR /&gt;The data value has to be changed from 1GB to unlimited.Is this recommended.What will be the impact..&lt;BR /&gt;&lt;BR /&gt;The total memory in server is 8 GB&lt;BR /&gt;I believe the ulimit value is related to "maxdsiz".Currently maxdsiz is set to "0x40000000".Please correct me if i am wrong.&lt;BR /&gt;&lt;BR /&gt;If we want to increase data value to 2GB, do we need to increase value of "maxdsiz" also.&lt;BR /&gt;&lt;BR /&gt;Abhilash &lt;BR /&gt;</description>
      <pubDate>Fri, 26 Mar 2010 09:07:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-the-ulimit-value/m-p/4607690#M376417</guid>
      <dc:creator>paabhi</dc:creator>
      <dc:date>2010-03-26T09:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the ulimit value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-the-ulimit-value/m-p/4607691#M376418</link>
      <description>Hello, &lt;BR /&gt;&lt;BR /&gt;On HP-UX you cannot increase a soft limit above a kernel imposed hard limit. So if you have your kernel parameter maxdsiz or maxdsiz_64bit smaller than the one you impose for your user, this value from the kernel will be imposed.&lt;BR /&gt;&lt;BR /&gt;Horia.</description>
      <pubDate>Fri, 26 Mar 2010 09:21:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-the-ulimit-value/m-p/4607691#M376418</guid>
      <dc:creator>Horia Chirculescu</dc:creator>
      <dc:date>2010-03-26T09:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the ulimit value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-the-ulimit-value/m-p/4607692#M376419</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Currently the value of "maxdsiz" is set to 1GB.If I am changing that to 2GB will have a reverse effect ??</description>
      <pubDate>Fri, 26 Mar 2010 09:43:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-the-ulimit-value/m-p/4607692#M376419</guid>
      <dc:creator>paabhi</dc:creator>
      <dc:date>2010-03-26T09:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the ulimit value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-the-ulimit-value/m-p/4607693#M376420</link>
      <description>This segment contains data storage for globals, arrays, statics, locals to main(), strings and space allocated through malloc().&lt;BR /&gt;&lt;BR /&gt;maxdsiz affects only the 32-bit processes. So playing arround with this value would have nothing to do with 64 bit processes for which  maxdsiz_64bit setting matters. If the process your application team is talking about is 32 bit, then this setting would have the expected behavior.&lt;BR /&gt;&lt;BR /&gt;"reverse effect" ? Not sure what you mean, but it will just let your 32bit processes use more memory for data storage.&lt;BR /&gt;&lt;BR /&gt;Horia.</description>
      <pubDate>Fri, 26 Mar 2010 10:02:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-the-ulimit-value/m-p/4607693#M376420</guid>
      <dc:creator>Horia Chirculescu</dc:creator>
      <dc:date>2010-03-26T10:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the ulimit value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-the-ulimit-value/m-p/4607694#M376421</link>
      <description>&amp;gt;I believe the ulimit value is related to maxdsiz.  Currently maxdsiz is set to 0x40000000.&lt;BR /&gt;&lt;BR /&gt;Yes.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;If we want to increase data value to 2GB, do we need to increase value of "maxdsiz" also.&lt;BR /&gt;&lt;BR /&gt;Yes, you must increase to 2 Gb.  Existing users may have to log off.  Not all 32 bit processes can use more than 1 Gb.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Currently the value of maxdsiz is set to 1GB. If I am changing that to 2GB will have a reverse effect?&lt;BR /&gt;&lt;BR /&gt;That will just allow it to go to 2 Gb for new user logons.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Horia: if you have your kernel parameter maxdsiz or maxdsiz_64bit smaller than the one you impose for your user, this value from the kernel will be imposed.&lt;BR /&gt;&lt;BR /&gt;Right.  And maxdsiz_64bit must be &amp;gt;= than maxdsiz.</description>
      <pubDate>Fri, 26 Mar 2010 10:04:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-the-ulimit-value/m-p/4607694#M376421</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-03-26T10:04:20Z</dc:date>
    </item>
  </channel>
</rss>

