<?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 Limit process memory usage per process in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/limit-process-memory-usage-per-process/m-p/3077566#M810296</link>
    <description>Currently, I have a unix process in production whereby the amount of data being loaded is about to exceed the maxdsiz kernel parameter setting. I really would only like to increase the memory limit for a specific process without enabling for all processes is there a way to do this? We are not using PRM.</description>
    <pubDate>Wed, 24 Sep 2003 11:38:38 GMT</pubDate>
    <dc:creator>Kevin Moran_1</dc:creator>
    <dc:date>2003-09-24T11:38:38Z</dc:date>
    <item>
      <title>Limit process memory usage per process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/limit-process-memory-usage-per-process/m-p/3077566#M810296</link>
      <description>Currently, I have a unix process in production whereby the amount of data being loaded is about to exceed the maxdsiz kernel parameter setting. I really would only like to increase the memory limit for a specific process without enabling for all processes is there a way to do this? We are not using PRM.</description>
      <pubDate>Wed, 24 Sep 2003 11:38:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/limit-process-memory-usage-per-process/m-p/3077566#M810296</guid>
      <dc:creator>Kevin Moran_1</dc:creator>
      <dc:date>2003-09-24T11:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: Limit process memory usage per process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/limit-process-memory-usage-per-process/m-p/3077567#M810297</link>
      <description>This is quite easy. Set maxdsiz to a large value, perhaps 900 megs. Then in /etc/profile set ulimit to the number of kbytes you'd like as a limit for everyone as in:&lt;BR /&gt;&lt;BR /&gt;ulimit -Sd 100000&lt;BR /&gt;&lt;BR /&gt;(for 100 megs) Then for a specific process, start the process with ulimit -Sc 500000 so this one process gets to use 500 megs.</description>
      <pubDate>Wed, 24 Sep 2003 14:45:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/limit-process-memory-usage-per-process/m-p/3077567#M810297</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2003-09-24T14:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: Limit process memory usage per process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/limit-process-memory-usage-per-process/m-p/3077568#M810298</link>
      <description>Oops, typo:&lt;BR /&gt; &lt;BR /&gt; ulimit -Sd 500000&lt;BR /&gt; &lt;BR /&gt;which sets maxdsiz to 500 megs temporarily.</description>
      <pubDate>Wed, 24 Sep 2003 14:50:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/limit-process-memory-usage-per-process/m-p/3077568#M810298</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2003-09-24T14:50:10Z</dc:date>
    </item>
  </channel>
</rss>

