<?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 value in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-value/m-p/5210288#M652355</link>
    <description>For one user only: add the ulimit command into the .profile script for that user.&lt;BR /&gt;&lt;BR /&gt;For all users: add the ulimit command to /etc/profile.&lt;BR /&gt;&lt;BR /&gt;For all users, may require a reboot: adjust the "maxfiles" kernel parameter to set it to a new system-wide default.&lt;BR /&gt;&lt;BR /&gt;MK</description>
    <pubDate>Thu, 19 Nov 2009 02:31:28 GMT</pubDate>
    <dc:creator>Matti_Kurkela</dc:creator>
    <dc:date>2009-11-19T02:31:28Z</dc:date>
    <item>
      <title>Ulimit value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-value/m-p/5210287#M652354</link>
      <description>I have a hp ux 11.23 system. I need to increase the nofiles ulimit value to double the size.&lt;BR /&gt;ulimit -a&lt;BR /&gt;time(seconds)        unlimited&lt;BR /&gt;file(blocks)         unlimited&lt;BR /&gt;data(kbytes)         2015464&lt;BR /&gt;stack(kbytes)        131072&lt;BR /&gt;memory(kbytes)       unlimited&lt;BR /&gt;coredump(blocks)     4194303&lt;BR /&gt;nofiles(descriptors) 4096&lt;BR /&gt;&lt;BR /&gt;I can able to increase it using the command #ulimit -n 8192 &lt;BR /&gt;But it is changing it to the old value once i exited from the shell. Can anyone suggest the procedure for setting this value permanently.&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Nov 2009 01:11:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-value/m-p/5210287#M652354</guid>
      <dc:creator>ThanseerK</dc:creator>
      <dc:date>2009-11-19T01:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: Ulimit value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-value/m-p/5210288#M652355</link>
      <description>For one user only: add the ulimit command into the .profile script for that user.&lt;BR /&gt;&lt;BR /&gt;For all users: add the ulimit command to /etc/profile.&lt;BR /&gt;&lt;BR /&gt;For all users, may require a reboot: adjust the "maxfiles" kernel parameter to set it to a new system-wide default.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Thu, 19 Nov 2009 02:31:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-value/m-p/5210288#M652355</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2009-11-19T02:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: Ulimit value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-value/m-p/5210289#M652356</link>
      <description>for user specific change .profile&lt;BR /&gt;for all users change in profile file.&lt;BR /&gt;&lt;BR /&gt;BR,&lt;BR /&gt;Kapil+</description>
      <pubDate>Thu, 19 Nov 2009 07:54:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-value/m-p/5210289#M652356</guid>
      <dc:creator>Kapil Jha</dc:creator>
      <dc:date>2009-11-19T07:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: Ulimit value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-value/m-p/5210290#M652357</link>
      <description>Hi Matty,&lt;BR /&gt;&lt;BR /&gt;Thanks for your reply.&lt;BR /&gt;&lt;BR /&gt;Does this maxfiles is static or dynamic. My sam window doesn't show whether it is static or not.</description>
      <pubDate>Thu, 19 Nov 2009 21:32:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-value/m-p/5210290#M652357</guid>
      <dc:creator>ThanseerK</dc:creator>
      <dc:date>2009-11-19T21:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: Ulimit value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-value/m-p/5210291#M652358</link>
      <description>Static.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-60103/maxfiles.5.html" target="_blank"&gt;http://docs.hp.com/en/B2355-60103/maxfiles.5.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;(or you could just do "man maxfiles" on your v2 box... all public tunables on v2 and higher are supposed to have man pages provided for just this reason).</description>
      <pubDate>Thu, 19 Nov 2009 21:36:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-value/m-p/5210291#M652358</guid>
      <dc:creator>Don Morris_1</dc:creator>
      <dc:date>2009-11-19T21:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: Ulimit value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-value/m-p/5210292#M652359</link>
      <description>There are two kernel parameters for nofiles: maxfiles and maxfiles_lim. The maxfiles value is what ulimit -a reports without modification. You can raise the value up to the hard limit of maxfiles_lim. However, your system manager may have followed poor documentation from an application vendor which said to make maxfiles=maxfiles_lim. That of course defeats the entire purpose of having a soft limit (maxfiles) for most users and processes, and a hard limit (maxfiles_lim).&lt;BR /&gt; &lt;BR /&gt;If you need 8192 files open at the same time inside one process, then maxfiles_lim must be raised to at least 8192. maxfiles and maxfiles_lim are dynamic and can be changed without a reboot.</description>
      <pubDate>Fri, 20 Nov 2009 01:40:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-value/m-p/5210292#M652359</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2009-11-20T01:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: Ulimit value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-value/m-p/5210293#M652360</link>
      <description>i have used sam to change the maxfiles_lim and maxfiles_size parameters and after reboot my system is fine now</description>
      <pubDate>Tue, 08 Dec 2009 07:47:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-value/m-p/5210293#M652360</guid>
      <dc:creator>ThanseerK</dc:creator>
      <dc:date>2009-12-08T07:47:12Z</dc:date>
    </item>
  </channel>
</rss>

