<?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: How to use ULIMIT Command in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-use-ulimit-command/m-p/4346091#M344215</link>
    <description>here is my current maxdsiz and maxdsiz_64bit values from kcweb:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;maxdsiz                  1073741824 1073741824 yes&lt;BR /&gt;maxdsiz_64bit            4294967296 4294967296 yes&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;How is this related to the datasize value that I want which is 4gig?</description>
    <pubDate>Wed, 28 Jan 2009 05:51:52 GMT</pubDate>
    <dc:creator>sysad_boy</dc:creator>
    <dc:date>2009-01-28T05:51:52Z</dc:date>
    <item>
      <title>How to use ULIMIT Command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-use-ulimit-command/m-p/4346088#M344212</link>
      <description>Hi guys,&lt;BR /&gt;&lt;BR /&gt;I created a user X for my server but there is a requirement for ulimit values.&lt;BR /&gt;&lt;BR /&gt;How do I edit these ulimit values for a particular user? &lt;BR /&gt;&lt;BR /&gt;Here are the requried values for user X:&lt;BR /&gt;&lt;BR /&gt;1. datasize: 4gb&lt;BR /&gt;2. stacksize: 400mb&lt;BR /&gt;3. core dump size: 4gb&lt;BR /&gt;4. descriptor: 2048&lt;BR /&gt;5. memory size: unlimited&lt;BR /&gt;&lt;BR /&gt;Thanks and in advance.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Jan 2009 05:18:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-use-ulimit-command/m-p/4346088#M344212</guid>
      <dc:creator>sysad_boy</dc:creator>
      <dc:date>2009-01-28T05:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to use ULIMIT Command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-use-ulimit-command/m-p/4346089#M344213</link>
      <description>1) is controlled by maxdsiz and maxdsiz_64 bit.&lt;BR /&gt;2) is controlled by maxssiz and maxssiz_64bit.&lt;BR /&gt;4) is controlled by maxfiles and maxfiles_lim.&lt;BR /&gt;3) can just be made bigger using ulimit:&lt;BR /&gt;   ulimit -c $((4194303 * 2))&lt;BR /&gt;5) is typically unlimited.&lt;BR /&gt;&lt;BR /&gt;A user will not be able to use 4 Gb for 1) unless he uses 64 bit or jumps through hoops.&lt;BR /&gt;&lt;BR /&gt;If you set maxssiz to 400 Mb, you will take away 400 Mb from maxdsiz for ordinary programs.  You can set maxssiz_64bit to 400 Mb without problems.&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Jan 2009 05:42:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-use-ulimit-command/m-p/4346089#M344213</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-01-28T05:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to use ULIMIT Command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-use-ulimit-command/m-p/4346090#M344214</link>
      <description>Can you do what you want with one or more&lt;BR /&gt;ulimit commands in the user's shell start-up&lt;BR /&gt;file (~/.profile, ~/.cshrc, ...)?</description>
      <pubDate>Wed, 28 Jan 2009 05:44:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-use-ulimit-command/m-p/4346090#M344214</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-01-28T05:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to use ULIMIT Command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-use-ulimit-command/m-p/4346091#M344215</link>
      <description>here is my current maxdsiz and maxdsiz_64bit values from kcweb:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;maxdsiz                  1073741824 1073741824 yes&lt;BR /&gt;maxdsiz_64bit            4294967296 4294967296 yes&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;How is this related to the datasize value that I want which is 4gig?</description>
      <pubDate>Wed, 28 Jan 2009 05:51:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-use-ulimit-command/m-p/4346091#M344215</guid>
      <dc:creator>sysad_boy</dc:creator>
      <dc:date>2009-01-28T05:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to use ULIMIT Command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-use-ulimit-command/m-p/4346092#M344216</link>
      <description>&amp;gt;maxdsiz 1073741824&lt;BR /&gt;&amp;gt;maxdsiz_64bit 4294967296&lt;BR /&gt;&amp;gt;How is this related to the datasize value that I want which is 4gig?&lt;BR /&gt;&lt;BR /&gt;This says the maximum datasize for a 32 bit app is 1 Gb.  For a 64 bit app, it is 4 Gb.</description>
      <pubDate>Wed, 28 Jan 2009 06:01:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-use-ulimit-command/m-p/4346092#M344216</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-01-28T06:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to use ULIMIT Command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-use-ulimit-command/m-p/4346093#M344217</link>
      <description>by the way here is my ulimit -a output from the server:&lt;BR /&gt;&lt;BR /&gt;root:/&amp;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)        98252&lt;BR /&gt;memory(kbytes)       unlimited&lt;BR /&gt;coredump(blocks)     4194303&lt;BR /&gt;nofiles(descriptors) 2048&lt;BR /&gt;&lt;BR /&gt;Please help me to change the value for "data" to 4194303 instead of the current value 1048576.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks in advance</description>
      <pubDate>Wed, 28 Jan 2009 06:25:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-use-ulimit-command/m-p/4346093#M344217</guid>
      <dc:creator>sysad_boy</dc:creator>
      <dc:date>2009-01-28T06:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to use ULIMIT Command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-use-ulimit-command/m-p/4346094#M344218</link>
      <description>&amp;gt;help me to change the value for "data" to 4194303 instead of the current value 1048576.&lt;BR /&gt;&lt;BR /&gt;As I said, you change maxdsiz to 4294967296.  But it will not help you for a 32 bit application.  You will have to relink it with -N and use chatr to get more.&lt;BR /&gt;&lt;BR /&gt;If you already have a 64 bit application, you should ignore ulimit.</description>
      <pubDate>Wed, 28 Jan 2009 12:18:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-use-ulimit-command/m-p/4346094#M344218</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-01-28T12:18:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to use ULIMIT Command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-use-ulimit-command/m-p/4346095#M344219</link>
      <description>Thanks for all the replies.&lt;BR /&gt;&lt;BR /&gt;I was able to modify my ulimit values already.</description>
      <pubDate>Wed, 28 Jan 2009 12:20:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-use-ulimit-command/m-p/4346095#M344219</guid>
      <dc:creator>sysad_boy</dc:creator>
      <dc:date>2009-01-28T12:20:13Z</dc:date>
    </item>
  </channel>
</rss>

