<?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: memory for a particular process in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-for-a-particular-process/m-p/4885095#M401321</link>
    <description>PRM:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B3835DA" target="_blank"&gt;http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B3835DA&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
    <pubDate>Thu, 10 Feb 2005 10:22:46 GMT</pubDate>
    <dc:creator>Geoff Wild</dc:creator>
    <dc:date>2005-02-10T10:22:46Z</dc:date>
    <item>
      <title>memory for a particular process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-for-a-particular-process/m-p/4885091#M401317</link>
      <description>Hi, &lt;BR /&gt;do you know if it is possible to dedicate , say 80% of memory to a particular process. &lt;BR /&gt;do you think nice would do the trick ? &lt;BR /&gt;basically I have a machine with 7G of memory and some developers need to get at least 5G to a particular process. &lt;BR /&gt;TIA&lt;BR /&gt;./antonio/.</description>
      <pubDate>Thu, 10 Feb 2005 10:12:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-for-a-particular-process/m-p/4885091#M401317</guid>
      <dc:creator>antonio elder prado</dc:creator>
      <dc:date>2005-02-10T10:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: memory for a particular process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-for-a-particular-process/m-p/4885092#M401318</link>
      <description>You need to educate your developers. Why they so much memory?? What part of program will take that much memory?? text, data, stack??&lt;BR /&gt;&lt;BR /&gt;Technically you can do that, provided you satisfy certain conditions. - program needs to be 64 bit program. you need to have PRM product-lisenced product. But I think you wont need that much. If system has enough memory, your program can run withour any performance problem. You also need to take into consideration what else you are running on the system.&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Thu, 10 Feb 2005 10:18:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-for-a-particular-process/m-p/4885092#M401318</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-02-10T10:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: memory for a particular process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-for-a-particular-process/m-p/4885093#M401319</link>
      <description>HP makes a separate, purchaseable product called Process Resource Manager (PRM) to do just this sort of tuning.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 10 Feb 2005 10:18:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-for-a-particular-process/m-p/4885093#M401319</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2005-02-10T10:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: memory for a particular process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-for-a-particular-process/m-p/4885094#M401320</link>
      <description>Antonio,&lt;BR /&gt;nice and renice would change the priority of the program on the CPU, but if another process already has memory, would not necessarily release the memory.&lt;BR /&gt;&lt;BR /&gt;Can you increase the swap area, wait for a less busy time to run or sit in the background grabbing memory (malloc) as it becomes free?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Feb 2005 10:20:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-for-a-particular-process/m-p/4885094#M401320</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2005-02-10T10:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: memory for a particular process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-for-a-particular-process/m-p/4885095#M401321</link>
      <description>PRM:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B3835DA" target="_blank"&gt;http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B3835DA&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Thu, 10 Feb 2005 10:22:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-for-a-particular-process/m-p/4885095#M401321</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2005-02-10T10:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: memory for a particular process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-for-a-particular-process/m-p/4885096#M401322</link>
      <description>Nice will not do this. You can purchase the PRM (Process Resource Manager) package to do this. I assume that you have already increased maxdsiz_64bit, maxssiz_64bit, and maxtsiz_64bit as well as shmax up to the required values. You should be aware that these limits apply to virtual memory and not physical memory. Normally, code requiring this much memory should be dynamically allocated and should adapt itself to whatever limits it encounters or at least issue an error message and exit. If your developers are not using dynamic memory allocation for data structures this large then replace your developers.&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Feb 2005 10:24:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-for-a-particular-process/m-p/4885096#M401322</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-02-10T10:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: memory for a particular process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-for-a-particular-process/m-p/4885097#M401323</link>
      <description>thank you all, seems that PRM is the way to go to resolve this immediate problem. &lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;./antonio/.</description>
      <pubDate>Thu, 10 Feb 2005 10:30:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-for-a-particular-process/m-p/4885097#M401323</guid>
      <dc:creator>antonio elder prado</dc:creator>
      <dc:date>2005-02-10T10:30:52Z</dc:date>
    </item>
  </channel>
</rss>

