<?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 parameter in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-parameter/m-p/3805235#M267247</link>
    <description># kmtune |grep -e 'maxdsiz' -e 'maxssiz' -e 'maxtsiz' -e 'maxfiles'&lt;BR /&gt;maxdsiz              512000000&lt;BR /&gt;maxdsiz_64bit        0x0000000040000000&lt;BR /&gt;maxfiles             2048&lt;BR /&gt;maxfiles_lim         2048&lt;BR /&gt;maxssiz              250000000&lt;BR /&gt;maxssiz_64bit        1073741824&lt;BR /&gt;maxtsiz              250000000&lt;BR /&gt;maxtsiz_64bit        0x0000000040000000&lt;BR /&gt;&lt;BR /&gt;maxdsiz is data (in kbytes)&lt;BR /&gt;maxssiz is stack (in kbytes)&lt;BR /&gt;maxtsiz is text (in kbytes)&lt;BR /&gt;maxfiles is # of descriptors&lt;BR /&gt;&lt;BR /&gt;You must recompile the kernel to make changes permanent.&lt;BR /&gt;&lt;BR /&gt;PCS</description>
    <pubDate>Tue, 13 Jun 2006 12:32:07 GMT</pubDate>
    <dc:creator>spex</dc:creator>
    <dc:date>2006-06-13T12:32:07Z</dc:date>
    <item>
      <title>ulimit parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-parameter/m-p/3805232#M267244</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I want to change the value of ulimit parameter&lt;BR /&gt;as $ulimit -n 4096.&lt;BR /&gt;&lt;BR /&gt;Will this change be permanent or i need to change in some config file to make it permanent ?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Shiv&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Jun 2006 12:11:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-parameter/m-p/3805232#M267244</guid>
      <dc:creator>Shivkumar</dc:creator>
      <dc:date>2006-06-13T12:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: ulimit parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-parameter/m-p/3805233#M267245</link>
      <description>Hi Shiv:&lt;BR /&gt;&lt;BR /&gt;The change is not permanent.  'ulimit' is implemented for the shells and can be set for the Posix and Korn shells in '/etc/profile' or '$HOME/.profile'.&lt;BR /&gt;&lt;BR /&gt;You can adjust the values downward from the limits imposed by the kernel, but not upwards of the kernel setting.&lt;BR /&gt;&lt;BR /&gt;The manpages for 'sh-posix' offer more insight.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 13 Jun 2006 12:23:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-parameter/m-p/3805233#M267245</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-06-13T12:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: ulimit parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-parameter/m-p/3805234#M267246</link>
      <description>You will need to change the kernel tunables maxfiles and maxfiles_lim to make the changes "permanent". In any event, maxfiles_lim (the hard limit) must be at least 4096 before ulimit can actually increase the value to 4096.</description>
      <pubDate>Tue, 13 Jun 2006 12:29:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-parameter/m-p/3805234#M267246</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-06-13T12:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: ulimit parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-parameter/m-p/3805235#M267247</link>
      <description># kmtune |grep -e 'maxdsiz' -e 'maxssiz' -e 'maxtsiz' -e 'maxfiles'&lt;BR /&gt;maxdsiz              512000000&lt;BR /&gt;maxdsiz_64bit        0x0000000040000000&lt;BR /&gt;maxfiles             2048&lt;BR /&gt;maxfiles_lim         2048&lt;BR /&gt;maxssiz              250000000&lt;BR /&gt;maxssiz_64bit        1073741824&lt;BR /&gt;maxtsiz              250000000&lt;BR /&gt;maxtsiz_64bit        0x0000000040000000&lt;BR /&gt;&lt;BR /&gt;maxdsiz is data (in kbytes)&lt;BR /&gt;maxssiz is stack (in kbytes)&lt;BR /&gt;maxtsiz is text (in kbytes)&lt;BR /&gt;maxfiles is # of descriptors&lt;BR /&gt;&lt;BR /&gt;You must recompile the kernel to make changes permanent.&lt;BR /&gt;&lt;BR /&gt;PCS</description>
      <pubDate>Tue, 13 Jun 2006 12:32:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-parameter/m-p/3805235#M267247</guid>
      <dc:creator>spex</dc:creator>
      <dc:date>2006-06-13T12:32:07Z</dc:date>
    </item>
    <item>
      <title>Re: ulimit parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-parameter/m-p/3805236#M267248</link>
      <description>HI SHiv,&lt;BR /&gt;from man sh-posix:&lt;BR /&gt;==============================================================&lt;BR /&gt;&lt;BR /&gt; ulimit [-HSacdfnst] [limit]&lt;BR /&gt;&lt;BR /&gt;           Set or display a resource limit.  The limit for a specified&lt;BR /&gt;           resource is set when limit is specified.  The value of limit can&lt;BR /&gt;           be a number in the unit specified with each resource, or the&lt;BR /&gt;           keyword unlimited.&lt;BR /&gt;&lt;BR /&gt;           The -H and -S flags specify whether the hard limit or the soft&lt;BR /&gt;           limit is set for the given resource.  A hard limit cannot be&lt;BR /&gt;           increased once it is set.  A soft limit can be increased up to&lt;BR /&gt;           the hard limit.  If neither -H nor -S is specified, the limit&lt;BR /&gt;           applies to both.  The current resource limit is printed when&lt;BR /&gt;           limit is omitted.  In this case, the soft limit is printed unless&lt;BR /&gt;           -H is specified.  When more than one resource is specified, the&lt;BR /&gt;           limit name and unit are printed before the value.&lt;BR /&gt;&lt;BR /&gt;           If no option is given, -f is assumed.&lt;BR /&gt;&lt;BR /&gt;                -a   List all of the current resource limits.&lt;BR /&gt;                -c   The number of 512-byte blocks in the size of core&lt;BR /&gt;                     dumps.&lt;BR /&gt;&lt;BR /&gt; Hewlett-Packard Company           - 18 -      HP-UX Release 11i: April 2002&lt;BR /&gt;&lt;BR /&gt; sh-posix(1)                                                     sh-posix(1)&lt;BR /&gt;&lt;BR /&gt;                -d   The number of kilobytes in the size of the data area.&lt;BR /&gt;                -f   The number of 512-byte blocks in files written by child&lt;BR /&gt;                     processes (files of any size can be read).&lt;BR /&gt;                -n   The number of file descriptors.&lt;BR /&gt;                -s   The number of kilobytes in the size of the stack area.&lt;BR /&gt;                -t   The number of seconds to be used by each process.&lt;BR /&gt;&lt;BR /&gt;==============================================================&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Jun 2006 12:33:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ulimit-parameter/m-p/3805236#M267248</guid>
      <dc:creator>inventsekar_1</dc:creator>
      <dc:date>2006-06-13T12:33:48Z</dc:date>
    </item>
  </channel>
</rss>

