<?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: Setting ulimit Permanently in Hp-UX 11i v 3 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-ulimit-permanently-in-hp-ux-11i-v-3/m-p/4193887#M323925</link>
    <description>hi,&lt;BR /&gt;&lt;BR /&gt;did you check the man pages?&lt;BR /&gt;&lt;BR /&gt;1. Filesize Setup&lt;BR /&gt;To set the file size limit to 51,200 Bytes&lt;BR /&gt;# ulimit -f 100&lt;BR /&gt;&lt;BR /&gt;2. Datasize&lt;BR /&gt;# ulimit -d 100 (for 51,200 Bytes)&lt;BR /&gt;&lt;BR /&gt;3. Stacksize&lt;BR /&gt;# ulimit -s 100(for 51,200 Bytes)&lt;BR /&gt;&lt;BR /&gt;4. Coredumpsize&lt;BR /&gt;# ulimit -c 100(for 51,200 Bytes) &lt;BR /&gt;&lt;BR /&gt;5. Memory&lt;BR /&gt;# ulimit -m 100(for 51,200 Bytes)&lt;BR /&gt;&lt;BR /&gt;6. Display all current resource limits&lt;BR /&gt;# ulimit -a &lt;BR /&gt;&lt;BR /&gt;e.g.&lt;BR /&gt;SRV2:&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)        131072&lt;BR /&gt;memory(kbytes)       unlimited&lt;BR /&gt;coredump(blocks)     4194303&lt;BR /&gt;nofiles(descriptors) 2048&lt;BR /&gt;SRV2:&amp;gt;ulimit -c 100&lt;BR /&gt;SRV2:&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)        131072&lt;BR /&gt;memory(kbytes)       unlimited&lt;BR /&gt;coredump(blocks)     100&lt;BR /&gt;nofiles(descriptors) 2048&lt;BR /&gt;SRV2:&amp;gt;ulimit -c 4194303&lt;BR /&gt;SRV2:&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)        131072&lt;BR /&gt;memory(kbytes)       unlimited&lt;BR /&gt;coredump(blocks)     4194303&lt;BR /&gt;nofiles(descriptors) 2048&lt;BR /&gt;SRV2:&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hope this helps!&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
    <pubDate>Thu, 08 May 2008 07:01:19 GMT</pubDate>
    <dc:creator>Yogeeraj_1</dc:creator>
    <dc:date>2008-05-08T07:01:19Z</dc:date>
    <item>
      <title>Setting ulimit Permanently in Hp-UX 11i v 3</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-ulimit-permanently-in-hp-ux-11i-v-3/m-p/4193886#M323924</link>
      <description>&lt;!--!*#--&gt;I have a problem. I wish to set the coredumps limit to unlimited but when time I log off and on the unlimited setting reverts to the previous size. What should I do to make the change permanent.&lt;BR /&gt;&lt;BR /&gt;This is what I am doing:&lt;BR /&gt;&lt;BR /&gt;#ulimit -a&lt;BR /&gt;#ulimit -Sc unlimited&lt;BR /&gt;#ulimit -Hc unlimited&lt;BR /&gt;&lt;BR /&gt;I need help please. My boss is on my case!!!</description>
      <pubDate>Thu, 08 May 2008 06:27:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-ulimit-permanently-in-hp-ux-11i-v-3/m-p/4193886#M323924</guid>
      <dc:creator>Francis Kabaso</dc:creator>
      <dc:date>2008-05-08T06:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: Setting ulimit Permanently in Hp-UX 11i v 3</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-ulimit-permanently-in-hp-ux-11i-v-3/m-p/4193887#M323925</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;did you check the man pages?&lt;BR /&gt;&lt;BR /&gt;1. Filesize Setup&lt;BR /&gt;To set the file size limit to 51,200 Bytes&lt;BR /&gt;# ulimit -f 100&lt;BR /&gt;&lt;BR /&gt;2. Datasize&lt;BR /&gt;# ulimit -d 100 (for 51,200 Bytes)&lt;BR /&gt;&lt;BR /&gt;3. Stacksize&lt;BR /&gt;# ulimit -s 100(for 51,200 Bytes)&lt;BR /&gt;&lt;BR /&gt;4. Coredumpsize&lt;BR /&gt;# ulimit -c 100(for 51,200 Bytes) &lt;BR /&gt;&lt;BR /&gt;5. Memory&lt;BR /&gt;# ulimit -m 100(for 51,200 Bytes)&lt;BR /&gt;&lt;BR /&gt;6. Display all current resource limits&lt;BR /&gt;# ulimit -a &lt;BR /&gt;&lt;BR /&gt;e.g.&lt;BR /&gt;SRV2:&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)        131072&lt;BR /&gt;memory(kbytes)       unlimited&lt;BR /&gt;coredump(blocks)     4194303&lt;BR /&gt;nofiles(descriptors) 2048&lt;BR /&gt;SRV2:&amp;gt;ulimit -c 100&lt;BR /&gt;SRV2:&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)        131072&lt;BR /&gt;memory(kbytes)       unlimited&lt;BR /&gt;coredump(blocks)     100&lt;BR /&gt;nofiles(descriptors) 2048&lt;BR /&gt;SRV2:&amp;gt;ulimit -c 4194303&lt;BR /&gt;SRV2:&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)        131072&lt;BR /&gt;memory(kbytes)       unlimited&lt;BR /&gt;coredump(blocks)     4194303&lt;BR /&gt;nofiles(descriptors) 2048&lt;BR /&gt;SRV2:&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hope this helps!&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Thu, 08 May 2008 07:01:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-ulimit-permanently-in-hp-ux-11i-v-3/m-p/4193887#M323925</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2008-05-08T07:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: Setting ulimit Permanently in Hp-UX 11i v 3</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-ulimit-permanently-in-hp-ux-11i-v-3/m-p/4193888#M323926</link>
      <description>hi again,&lt;BR /&gt;&lt;BR /&gt;see also:&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=892976" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=892976&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hope this helps!&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Thu, 08 May 2008 07:04:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-ulimit-permanently-in-hp-ux-11i-v-3/m-p/4193888#M323926</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2008-05-08T07:04:02Z</dc:date>
    </item>
    <item>
      <title>Re: Setting ulimit Permanently in Hp-UX 11i v 3</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-ulimit-permanently-in-hp-ux-11i-v-3/m-p/4193889#M323927</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;I generally set figures for all users in /etc/profile and override those settings for Oracle in the .profile for the user or even the startup script for the database.&lt;BR /&gt;&lt;BR /&gt;Its probably not necessary in this case to set the figures for every user of the system.&lt;BR /&gt;&lt;BR /&gt;Your boss should pat you on the back for using ITRC forums, great place to get answers.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 08 May 2008 07:05:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-ulimit-permanently-in-hp-ux-11i-v-3/m-p/4193889#M323927</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-05-08T07:05:34Z</dc:date>
    </item>
    <item>
      <title>Re: Setting ulimit Permanently in Hp-UX 11i v 3</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-ulimit-permanently-in-hp-ux-11i-v-3/m-p/4193890#M323928</link>
      <description>&amp;gt;I wish to set the coredumps limit to unlimited but when time I log off and on the unlimited setting reverts to the previous size. What should I do to make the change permanent?&lt;BR /&gt;&lt;BR /&gt;As mentioned in the link above, you need to put it in your .profile or in the system /etc/profile.&lt;BR /&gt;&lt;BR /&gt;If you need more than 4? Gb, I think you also need to fiddle with some kernel parm?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;My boss is on my case!!!&lt;BR /&gt;&lt;BR /&gt;I assume the next thing he wants is something to clean up the massive core files?  ;-)</description>
      <pubDate>Thu, 08 May 2008 07:08:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-ulimit-permanently-in-hp-ux-11i-v-3/m-p/4193890#M323928</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-05-08T07:08:46Z</dc:date>
    </item>
  </channel>
</rss>

