<?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: set ulimit in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/set-ulimit/m-p/2653357#M46644</link>
    <description>Yes, it's the kernel parameter, I changed the maxdsiz, and it works now.&lt;BR /&gt;&lt;BR /&gt;thanks Bill and Chan!&lt;BR /&gt;&lt;BR /&gt;Gary</description>
    <pubDate>Mon, 28 Jan 2002 15:07:26 GMT</pubDate>
    <dc:creator>Gary Yu</dc:creator>
    <dc:date>2002-01-28T15:07:26Z</dc:date>
    <item>
      <title>set ulimit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/set-ulimit/m-p/2653352#M46639</link>
      <description>Hello everyone,&lt;BR /&gt;&lt;BR /&gt;I got a strange problem on setting ulimit on my HPUX11.0. I logged in as root user, and ran "ulimit -d", it said "data(kbytes)         65536", and I wanted to extended it, so I set " ulimit -dH 1028576" to set the hard limit to 1GB. But when I try to set the soft limit value to 1GB by running "ulimit -dS 1028576", it failed, said :&lt;BR /&gt;&lt;BR /&gt;'su: ulimit: The specified value exceeds the user's allowable limit.'&lt;BR /&gt;&lt;BR /&gt;So how I can set it? and if I set it as root user, will it automatically apply to other uers?&lt;BR /&gt;&lt;BR /&gt;Thanks a lot!&lt;BR /&gt;Gary</description>
      <pubDate>Fri, 25 Jan 2002 22:10:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/set-ulimit/m-p/2653352#M46639</guid>
      <dc:creator>Gary Yu</dc:creator>
      <dc:date>2002-01-25T22:10:29Z</dc:date>
    </item>
    <item>
      <title>Re: set ulimit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/set-ulimit/m-p/2653353#M46640</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Try using this:&lt;BR /&gt;&lt;BR /&gt;# ulimit -f unlimited</description>
      <pubDate>Fri, 25 Jan 2002 22:21:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/set-ulimit/m-p/2653353#M46640</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-01-25T22:21:18Z</dc:date>
    </item>
    <item>
      <title>Re: set ulimit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/set-ulimit/m-p/2653354#M46641</link>
      <description>Hi Gary,&lt;BR /&gt;&lt;BR /&gt;Here's a little info but unfortunately not all you ask.&lt;BR /&gt;&lt;BR /&gt;ulimit is built-in to the shell.  Use man on the different shells to read about ulimit:&lt;BR /&gt;&lt;BR /&gt;sh-bourne(1)   Bourne Shell&lt;BR /&gt;ksh(1)         Korn Shell&lt;BR /&gt;sh-posix(1)    POSIX Shell&lt;BR /&gt;csh(1)         C Shell&lt;BR /&gt;keysh(1)       Key Shell&lt;BR /&gt;&lt;BR /&gt;When you set ulimit, you are setting it for your shell.  To set a ulimit for all users you would need to edit /etc/profile, /etc/csh.login, etc...&lt;BR /&gt;&lt;BR /&gt;Darrell</description>
      <pubDate>Fri, 25 Jan 2002 22:41:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/set-ulimit/m-p/2653354#M46641</guid>
      <dc:creator>Darrell Allen</dc:creator>
      <dc:date>2002-01-25T22:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: set ulimit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/set-ulimit/m-p/2653355#M46642</link>
      <description>The max value of "data" that you are trying to set is determined by the kernel parameter "maxdsiz". So you have to bump up "maxdsiz" for this to work. Use ..&lt;BR /&gt;&lt;BR /&gt;# ulimit -aS&lt;BR /&gt;&lt;BR /&gt;to look at your current soft limit setting.</description>
      <pubDate>Sat, 26 Jan 2002 21:31:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/set-ulimit/m-p/2653355#M46642</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-01-26T21:31:57Z</dc:date>
    </item>
    <item>
      <title>Re: set ulimit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/set-ulimit/m-p/2653356#M46643</link>
      <description>As mentioned, maxdsiz is a hard limit for all programs, regardless of ulimit values. Now if ulimit was set in /etc/profile, for instance: ulimit -d 12345 it will set a hard limit for all users that login and cannot be increased. That's why the sysadmin should use ulimit -Sd 12345 so that users that need to increase it can do so at a later time. Note that using ulimit without -S is the same as -H (hard limit).</description>
      <pubDate>Sun, 27 Jan 2002 02:38:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/set-ulimit/m-p/2653356#M46643</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2002-01-27T02:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: set ulimit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/set-ulimit/m-p/2653357#M46644</link>
      <description>Yes, it's the kernel parameter, I changed the maxdsiz, and it works now.&lt;BR /&gt;&lt;BR /&gt;thanks Bill and Chan!&lt;BR /&gt;&lt;BR /&gt;Gary</description>
      <pubDate>Mon, 28 Jan 2002 15:07:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/set-ulimit/m-p/2653357#M46644</guid>
      <dc:creator>Gary Yu</dc:creator>
      <dc:date>2002-01-28T15:07:26Z</dc:date>
    </item>
  </channel>
</rss>

