<?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: Using the ulimit command in Operating System - Tru64 Unix</title>
    <link>https://community.hpe.com/t5/operating-system-tru64-unix/using-the-ulimit-command/m-p/3093115#M7672</link>
    <description>&lt;BR /&gt;You make the changes permanent through SYSCONFIG.&lt;BR /&gt;&lt;BR /&gt;For example if you needed the stack to be 32768 KB (we use that for spike)you could use:&lt;BR /&gt;&lt;BR /&gt;sysconfig -r proc per_proc_stack_size=33554432&lt;BR /&gt;&lt;BR /&gt;compare the following numbers from ulimit with those from sysconfig, and you'll see the correspondence:&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)         131072&lt;BR /&gt;stack(kbytes)        8192&lt;BR /&gt;memory(kbytes)       4068048&lt;BR /&gt;coredump(blocks)     unlimited&lt;BR /&gt;nofiles(descriptors) 4096&lt;BR /&gt;vmemory(kbytes)      4194304&lt;BR /&gt;root&amp;gt; ulimit -a | awk -F"[ (+" '/kbyte/{print $1,$3*1024}'&lt;BR /&gt;data 134217728&lt;BR /&gt;stack 8388608&lt;BR /&gt;memory 4165681152&lt;BR /&gt;vmemory 4294967296&lt;BR /&gt;root&amp;gt; sysconfig -q proc | grep proc&lt;BR /&gt;proc:&lt;BR /&gt;max_proc_per_user = 256&lt;BR /&gt;per_proc_stack_size = 8388608&lt;BR /&gt;max_per_proc_stack_size = 33554432&lt;BR /&gt;per_proc_data_size = 134217728&lt;BR /&gt;max_per_proc_data_size = 1073741824&lt;BR /&gt;max_per_proc_address_space = 4294967296&lt;BR /&gt;per_proc_address_space = 4294967296&lt;BR /&gt;</description>
    <pubDate>Tue, 14 Oct 2003 22:23:51 GMT</pubDate>
    <dc:creator>Hein van den Heuvel</dc:creator>
    <dc:date>2003-10-14T22:23:51Z</dc:date>
    <item>
      <title>Using the ulimit command</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/using-the-ulimit-command/m-p/3093114#M7671</link>
      <description>I was working with my Oracle DBA who, at the direction of Oracle Tech support, ran an "RDA" - included in that analysis is a report that showed the output of the 'ulimit -a' command.  The tech analyzing the report said that two of the items, data and stack, needed to be increased.  I read the following from the man page (couldn't find anything in the online documentation):&lt;BR /&gt;&lt;BR /&gt;NOTES&lt;BR /&gt;&lt;BR /&gt;  The ulimit command affects only the current execution environment, therefore it has no effect when run in a separate execution environment such as one of the following:&lt;BR /&gt;&lt;BR /&gt;       nohup ulimit -f 10000 env ulimit 10000&lt;BR /&gt;&lt;BR /&gt;Therefore, I have some questions:&lt;BR /&gt;1. Can I run the ulimit command while running multi-user to increase a limit w/o any concerns that doing so will interrupt any services?&lt;BR /&gt;&lt;BR /&gt;2. If in fact this helps, how do we make the changes permanent?&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Tue, 14 Oct 2003 14:10:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/using-the-ulimit-command/m-p/3093114#M7671</guid>
      <dc:creator>Russ Park</dc:creator>
      <dc:date>2003-10-14T14:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: Using the ulimit command</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/using-the-ulimit-command/m-p/3093115#M7672</link>
      <description>&lt;BR /&gt;You make the changes permanent through SYSCONFIG.&lt;BR /&gt;&lt;BR /&gt;For example if you needed the stack to be 32768 KB (we use that for spike)you could use:&lt;BR /&gt;&lt;BR /&gt;sysconfig -r proc per_proc_stack_size=33554432&lt;BR /&gt;&lt;BR /&gt;compare the following numbers from ulimit with those from sysconfig, and you'll see the correspondence:&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)         131072&lt;BR /&gt;stack(kbytes)        8192&lt;BR /&gt;memory(kbytes)       4068048&lt;BR /&gt;coredump(blocks)     unlimited&lt;BR /&gt;nofiles(descriptors) 4096&lt;BR /&gt;vmemory(kbytes)      4194304&lt;BR /&gt;root&amp;gt; ulimit -a | awk -F"[ (+" '/kbyte/{print $1,$3*1024}'&lt;BR /&gt;data 134217728&lt;BR /&gt;stack 8388608&lt;BR /&gt;memory 4165681152&lt;BR /&gt;vmemory 4294967296&lt;BR /&gt;root&amp;gt; sysconfig -q proc | grep proc&lt;BR /&gt;proc:&lt;BR /&gt;max_proc_per_user = 256&lt;BR /&gt;per_proc_stack_size = 8388608&lt;BR /&gt;max_per_proc_stack_size = 33554432&lt;BR /&gt;per_proc_data_size = 134217728&lt;BR /&gt;max_per_proc_data_size = 1073741824&lt;BR /&gt;max_per_proc_address_space = 4294967296&lt;BR /&gt;per_proc_address_space = 4294967296&lt;BR /&gt;</description>
      <pubDate>Tue, 14 Oct 2003 22:23:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/using-the-ulimit-command/m-p/3093115#M7672</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2003-10-14T22:23:51Z</dc:date>
    </item>
    <item>
      <title>Re: Using the ulimit command</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/using-the-ulimit-command/m-p/3093116#M7673</link>
      <description>1. Yes you can use the ulimit command in multiuser mode it will affect only processes started within this session.&lt;BR /&gt;&lt;BR /&gt;2. the parameters mentions in .1 must be set within dxkerneltuner or /etc/sysconfigtab&lt;BR /&gt;(sysconfig command)&lt;BR /&gt;&lt;BR /&gt;Btw. limit parameters were discussed several times here in the forum. Please look into previous postings for explanations.&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Oct 2003 01:46:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/using-the-ulimit-command/m-p/3093116#M7673</guid>
      <dc:creator>Ralf Puchner</dc:creator>
      <dc:date>2003-10-15T01:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: Using the ulimit command</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/using-the-ulimit-command/m-p/3093117#M7674</link>
      <description>Thanks to both, I believe I understand better.  I also realized after I posted that there was alot said out there, but sometimes it helps to refine your question to get simple answers.  As a rule, we should all do our homework first :) &lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Wed, 15 Oct 2003 13:50:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/using-the-ulimit-command/m-p/3093117#M7674</guid>
      <dc:creator>Russ Park</dc:creator>
      <dc:date>2003-10-15T13:50:13Z</dc:date>
    </item>
  </channel>
</rss>

