<?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: Increasing the memory in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-the-memory/m-p/4071941#M307640</link>
    <description>In order to see RAM sizefor Itanium , use the following command:&lt;BR /&gt; echo phys_mem_pages/jd |adb /stand/vmunix /dev/kmem |&lt;BR /&gt;awk 'NR&amp;gt;1 { print $1/1024, "MB"}'&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH</description>
    <pubDate>Tue, 18 Sep 2007 06:31:13 GMT</pubDate>
    <dc:creator>Victor Fridyev</dc:creator>
    <dc:date>2007-09-18T06:31:13Z</dc:date>
    <item>
      <title>Increasing the memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-the-memory/m-p/4071937#M307636</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;Looks like our rx2620(11.23) system only has 388MB real memory assigned, but the physical memory is 4G. &lt;BR /&gt;&lt;BR /&gt;How do I increase the real memory on this system?&lt;BR /&gt;&lt;BR /&gt;top shows the following information:&lt;BR /&gt;System: hprx2620                                      Mon Sep 17 11:28:00 2007&lt;BR /&gt;Load averages: 0.00, 0.00, 0.00&lt;BR /&gt;157 processes: 133 sleeping, 23 running, 1 zombie&lt;BR /&gt;Memory: 388264K (277720K) real, 1278248K (1104076K) virtual, 1429056K free  Page&lt;BR /&gt;&lt;BR /&gt;vmstat results:&lt;BR /&gt;# vmstat&lt;BR /&gt;         procs           memory                   page&lt;BR /&gt;    faults       cpu&lt;BR /&gt;    r     b     w      avm    free   re   at    pi   po    fr   de    sr     in&lt;BR /&gt;    sy    cs  us sy id&lt;BR /&gt;    2     0     0   272368  357021   12    4     0    0     0    0     0    424&lt;BR /&gt;  3827   110   2  0 98&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;Senthil&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Sep 2007 03:48:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-the-memory/m-p/4071937#M307636</guid>
      <dc:creator>prakasse</dc:creator>
      <dc:date>2007-09-18T03:48:18Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing the memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-the-memory/m-p/4071938#M307637</link>
      <description>I believe the standard disclaimer is don't expect top to be accurate.&lt;BR /&gt;This link may be helpful:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1081452" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1081452&lt;/A&gt;</description>
      <pubDate>Tue, 18 Sep 2007 04:06:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-the-memory/m-p/4071938#M307637</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-09-18T04:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing the memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-the-memory/m-p/4071939#M307638</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;swapinfo -tam&lt;BR /&gt;&lt;BR /&gt;Most common issue is the default buffer cache setting.&lt;BR /&gt;&lt;BR /&gt;dbc_max_pct defaults to 50, which means 50% or a whole big pile of memory. Sometimes it helps performance, sometimes not.&lt;BR /&gt;&lt;BR /&gt;I generally reduce it to between 5-10. You can use kctune to do it on the fly or sam kernel configuration configurable parameters.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 18 Sep 2007 04:27:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-the-memory/m-p/4071939#M307638</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-09-18T04:27:46Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing the memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-the-memory/m-p/4071940#M307639</link>
      <description>In this case, it is probably fairly accurate -- you just have to remember what it reports.&lt;BR /&gt;&lt;BR /&gt;top is reporting in the Memory line the Virtual and Real (physical) consumption by the user space processes it lists. (Not kernel space). So your Real is only a reflection of the actual RAM consumption of what you're running right now. To answer your literal question, to increase the Real memory reported -- run more programs that consume actual RAM pages.&lt;BR /&gt;&lt;BR /&gt;You get some idea of the system with Real (User used) plus Free (truly free memory) -- but it is misleading since the big missing piece there is Kernel/System. (In your case, it looks like about 2.5Gb). Since the kernel has several caches for various purposes (on 11.23, as others have stated the buffer cache is a major one) -- it can be holding memory away from the completely Free state but where it can quickly/easily reclaim it if the need arises. So 2Gb (50%) may be in your dynamic buffer cache... shrinkable if needed. (I'd be willing to be that .5Gb or a bit more is probably legitimately consumed by the kernel and isn't easily reclaimed).&lt;BR /&gt;&lt;BR /&gt;If you really want to know the memory conditions of the system, you always want to use Glance instead of top.</description>
      <pubDate>Tue, 18 Sep 2007 06:13:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-the-memory/m-p/4071940#M307639</guid>
      <dc:creator>Don Morris_1</dc:creator>
      <dc:date>2007-09-18T06:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing the memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increasing-the-memory/m-p/4071941#M307640</link>
      <description>In order to see RAM sizefor Itanium , use the following command:&lt;BR /&gt; echo phys_mem_pages/jd |adb /stand/vmunix /dev/kmem |&lt;BR /&gt;awk 'NR&amp;gt;1 { print $1/1024, "MB"}'&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH</description>
      <pubDate>Tue, 18 Sep 2007 06:31:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increasing-the-memory/m-p/4071941#M307640</guid>
      <dc:creator>Victor Fridyev</dc:creator>
      <dc:date>2007-09-18T06:31:13Z</dc:date>
    </item>
  </channel>
</rss>

