<?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: HP UX minimum needed RAM in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-minimum-needed-ram/m-p/4233917#M675652</link>
    <description>HP-UX is a virtual memory system so if you physically remove all but 128 MB of RAM, the system might possibly bootup (very, very dependent on your HP_UX version and what you have in the kernel as far as drivers and kernel parameters). But performance will be awful because everything you try to do will likely require swap space.&lt;BR /&gt; &lt;BR /&gt;I think you may have misunderstood the 'minimum' requirement. If you are trying to reduce the memory that is currently used by the processes and the kernel, you must stop all services. Look in /sbin/init.d/ for the service list. If you wnat to see what processes are using RAM, use this command:&lt;BR /&gt; &lt;BR /&gt;UNIX95=1 ps -eo vsz,pid,ppid,args | sort -rn | head -20&lt;BR /&gt; &lt;BR /&gt;That sorts the processes by memory used. But what is the purpose to reduce memory? You have 4Gb so you have plenty of memory for typical applications. Are some of your programs getting "out of memory" or errno 12 messages? These error do not refer to physical RAM at all. They refer to the program's ability to request additional memory and for archaic 32 bit programs, there are severe limitations for the maps used by such programs.&lt;BR /&gt; &lt;BR /&gt;The kernel may also have several parameters that are far too large (ninode, dbc_max_pct, dbc_min_pct), possibly drivers that are not needed.</description>
    <pubDate>Tue, 15 Jul 2008 10:51:40 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2008-07-15T10:51:40Z</dc:date>
    <item>
      <title>HP UX minimum needed RAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-minimum-needed-ram/m-p/4233912#M675647</link>
      <description>Hi all, &lt;BR /&gt;&lt;BR /&gt;My HP UX box is eating approx 26% of its Physical RAM (for a total 4 Gigs is more than 1 Gigs used) when the server just started (no additional services started). &lt;BR /&gt;&lt;BR /&gt;I just found somewhere that HP UX minimum RAM requirement is 128MB, so I think there's some or most services can be stopped to free the mem. &lt;BR /&gt;&lt;BR /&gt;using sam, in network services, I only enabled the FTP server, the other is disabled. Can any of you suggest me how I can free the memory, to reach the minimum required memory?&lt;BR /&gt;&lt;BR /&gt;I only needed ftp and ssh network service. I'm using VxFS.&lt;BR /&gt;&lt;BR /&gt;TIA</description>
      <pubDate>Tue, 15 Jul 2008 07:16:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-minimum-needed-ram/m-p/4233912#M675647</guid>
      <dc:creator>Bayu</dc:creator>
      <dc:date>2008-07-15T07:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: HP UX minimum needed RAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-minimum-needed-ram/m-p/4233913#M675648</link>
      <description>check the kernel parameters value&lt;BR /&gt;&lt;BR /&gt;dbc_max_pct&lt;BR /&gt;dbc_min_pct&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Jul 2008 07:38:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-minimum-needed-ram/m-p/4233913#M675648</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2008-07-15T07:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: HP UX minimum needed RAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-minimum-needed-ram/m-p/4233914#M675649</link>
      <description>If you already have 4 Gb, you have 32 times 128 Mb.  Also, I doubt 128 Mb is the minimum for 11.23 or 11.31.&lt;BR /&gt;Basically what is important here is swapspace.  What is "swapinfo -tam"?</description>
      <pubDate>Tue, 15 Jul 2008 08:43:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-minimum-needed-ram/m-p/4233914#M675649</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-07-15T08:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: HP UX minimum needed RAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-minimum-needed-ram/m-p/4233915#M675650</link>
      <description>ahsan: thanks, I'll check the result soon. &lt;BR /&gt;&lt;BR /&gt;dennis: afaik, the swap will not be used if the physical memory is still avalaible, and my concern is how to minimize the OS usage of Physical Memory, but thanks for your suggestion..</description>
      <pubDate>Tue, 15 Jul 2008 10:36:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-minimum-needed-ram/m-p/4233915#M675650</guid>
      <dc:creator>Bayu</dc:creator>
      <dc:date>2008-07-15T10:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: HP UX minimum needed RAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-minimum-needed-ram/m-p/4233916#M675651</link>
      <description>&amp;gt;my concern is how to minimize the OS usage of Physical Memory&lt;BR /&gt;&lt;BR /&gt;If this can be swapped out, then you don't worry too much about this and add device swap.</description>
      <pubDate>Tue, 15 Jul 2008 10:43:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-minimum-needed-ram/m-p/4233916#M675651</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-07-15T10:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: HP UX minimum needed RAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-minimum-needed-ram/m-p/4233917#M675652</link>
      <description>HP-UX is a virtual memory system so if you physically remove all but 128 MB of RAM, the system might possibly bootup (very, very dependent on your HP_UX version and what you have in the kernel as far as drivers and kernel parameters). But performance will be awful because everything you try to do will likely require swap space.&lt;BR /&gt; &lt;BR /&gt;I think you may have misunderstood the 'minimum' requirement. If you are trying to reduce the memory that is currently used by the processes and the kernel, you must stop all services. Look in /sbin/init.d/ for the service list. If you wnat to see what processes are using RAM, use this command:&lt;BR /&gt; &lt;BR /&gt;UNIX95=1 ps -eo vsz,pid,ppid,args | sort -rn | head -20&lt;BR /&gt; &lt;BR /&gt;That sorts the processes by memory used. But what is the purpose to reduce memory? You have 4Gb so you have plenty of memory for typical applications. Are some of your programs getting "out of memory" or errno 12 messages? These error do not refer to physical RAM at all. They refer to the program's ability to request additional memory and for archaic 32 bit programs, there are severe limitations for the maps used by such programs.&lt;BR /&gt; &lt;BR /&gt;The kernel may also have several parameters that are far too large (ninode, dbc_max_pct, dbc_min_pct), possibly drivers that are not needed.</description>
      <pubDate>Tue, 15 Jul 2008 10:51:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-minimum-needed-ram/m-p/4233917#M675652</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2008-07-15T10:51:40Z</dc:date>
    </item>
    <item>
      <title>Re: HP UX minimum needed RAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-minimum-needed-ram/m-p/4233918#M675653</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Actual memory requirements vary per version.&lt;BR /&gt;&lt;BR /&gt;HP-UX 11.00 probably would run in some kind of slow awful way in 128 MB of RAM.&lt;BR /&gt;&lt;BR /&gt;As the version number increases the memory requirement increases.&lt;BR /&gt;&lt;BR /&gt;Since you don't state your version, there is not an answer possible to your question.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 15 Jul 2008 11:31:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-minimum-needed-ram/m-p/4233918#M675653</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-07-15T11:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: HP UX minimum needed RAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-minimum-needed-ram/m-p/4233919#M675654</link>
      <description>hp-ux 11.31 needs 1,5GB minimum, see&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5992-3364/ch02s01.html" target="_blank"&gt;http://docs.hp.com/en/5992-3364/ch02s01.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;What version do you have?</description>
      <pubDate>Tue, 15 Jul 2008 11:36:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-minimum-needed-ram/m-p/4233919#M675654</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-07-15T11:36:58Z</dc:date>
    </item>
  </channel>
</rss>

