<?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 allocation in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-allocation/m-p/3268015#M178131</link>
    <description>Your physical memory is given from&lt;BR /&gt;&lt;BR /&gt;vmstat -P&lt;BR /&gt;&lt;BR /&gt;don't care other outputs (PS. where did you get the 'REAL memory'?)&lt;BR /&gt;&lt;BR /&gt;Peace, R.</description>
    <pubDate>Wed, 05 May 2004 08:42:48 GMT</pubDate>
    <dc:creator>Roberto Polli</dc:creator>
    <dc:date>2004-05-05T08:42:48Z</dc:date>
    <item>
      <title>memory allocation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-allocation/m-p/3268008#M178124</link>
      <description>Our DBA intend to increase SGA to 1 GB.&lt;BR /&gt;Please help me to analyze how mach is system memory of the mashine and how it is distributed:&lt;BR /&gt;There are some outputs of the commands:&lt;BR /&gt;&lt;BR /&gt;#top&lt;BR /&gt;&lt;BR /&gt;.....&lt;BR /&gt;Memory: 2053468K (1739836K) real, 2558200K (2070888K) virtual, 3580748K free  Pa&lt;BR /&gt;ge# 1/61&lt;BR /&gt;...........&lt;BR /&gt;&lt;BR /&gt;#swapinfo -d&lt;BR /&gt;TYPE  AVAIL    USED    FREE      USED   &lt;BR /&gt;dev   2097152     0    2097152    0%    &lt;BR /&gt;&lt;BR /&gt;#vmstat -n&lt;BR /&gt;VM&lt;BR /&gt;memory                      page              &lt;BR /&gt;avm    free      re   at    pi   po      &lt;BR /&gt;512264  895550   16    4     0    0     &lt;BR /&gt;  &lt;BR /&gt;thanks for help.&lt;BR /&gt;</description>
      <pubDate>Wed, 05 May 2004 07:17:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-allocation/m-p/3268008#M178124</guid>
      <dc:creator>svilen888</dc:creator>
      <dc:date>2004-05-05T07:17:53Z</dc:date>
    </item>
    <item>
      <title>Re: memory allocation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-allocation/m-p/3268009#M178125</link>
      <description>And also:&lt;BR /&gt;#swapinfo -t&lt;BR /&gt;&lt;BR /&gt;             Kb      Kb      Kb   PCT  &lt;BR /&gt;TYPE      AVAIL    USED    FREE  USED   &lt;BR /&gt;dev     2097152       0 2097152    0%       0       -    1  /dev/vg00/lvol2&lt;BR /&gt;reserve       - 2097152 -2097152&lt;BR /&gt;memory  6558268 2356364 4201904   36%&lt;BR /&gt;total   8655420 4453516 4201904   51%</description>
      <pubDate>Wed, 05 May 2004 07:21:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-allocation/m-p/3268009#M178125</guid>
      <dc:creator>svilen888</dc:creator>
      <dc:date>2004-05-05T07:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: memory allocation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-allocation/m-p/3268010#M178126</link>
      <description>Do you have glance installed? top is not really not good at checking memory details.&lt;BR /&gt;&lt;BR /&gt;Also there are tools as kmeminfo and shminfo to report detailed memory usages for kernel memory and shrared memory.&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Wed, 05 May 2004 07:28:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-allocation/m-p/3268010#M178126</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2004-05-05T07:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: memory allocation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-allocation/m-p/3268011#M178127</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;could you do this&lt;BR /&gt;&lt;BR /&gt;# dmesg|grep Physical&lt;BR /&gt;&lt;BR /&gt;where the first series of number after "Physical:" is your physical memory. if your DBA wants to set SGA to 1GB, try to set kernel parameter, shmmax to at least more than 1GB.&lt;BR /&gt;&lt;BR /&gt;from the vmstat info, the free column which is in pages (1 page about 4kb) if converted to GB is the number of free memory in bytes.&lt;BR /&gt;&lt;BR /&gt;regards</description>
      <pubDate>Wed, 05 May 2004 07:28:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-allocation/m-p/3268011#M178127</guid>
      <dc:creator>Joseph Loo</dc:creator>
      <dc:date>2004-05-05T07:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: memory allocation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-allocation/m-p/3268012#M178128</link>
      <description>What I'm seeing is a system that's in very good shape as far as memory is concerned.  This is indicated by the fact that you've used no device swap - you're not swapping at all.  You're using approximately 34% of your memory, both for reserved pages and actual running programs.&lt;BR /&gt;&lt;BR /&gt;To see how much physical RAM you have, run this little script:&lt;BR /&gt;&lt;BR /&gt;HPUX=/stand/vmunix&lt;BR /&gt;MAJORREV=$(uname -r | cut -f2 -d .)&lt;BR /&gt;if [ $MAJORREV -ge "11.0" ]&lt;BR /&gt;then&lt;BR /&gt;  MYSYMBOL="phys_mem_pages"&lt;BR /&gt;else&lt;BR /&gt;  MYSYMBOL="physmem"&lt;BR /&gt;fi&lt;BR /&gt;&lt;BR /&gt;MYMEM=$(echo "${MYSYMBOL}/D" \&lt;BR /&gt;        | adb $HPUX /dev/kmem \&lt;BR /&gt;        | grep "${MYSYMBOL}: *." \&lt;BR /&gt;        | awk '{printf "%.0f MB\n",$2/256}')&lt;BR /&gt;echo $MYMEM&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;</description>
      <pubDate>Wed, 05 May 2004 07:29:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-allocation/m-p/3268012#M178128</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2004-05-05T07:29:51Z</dc:date>
    </item>
    <item>
      <title>Re: memory allocation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-allocation/m-p/3268013#M178129</link>
      <description>Physical Memory:         8183.3 MB&lt;BR /&gt;&lt;BR /&gt;Real Memory:&lt;BR /&gt;Active:                1862097.9 KB&lt;BR /&gt;Total:                 2063139.9 KB&lt;BR /&gt;   &lt;BR /&gt;Virtual Memory:           &lt;BR /&gt;Active:                2267487.3 KB&lt;BR /&gt;Total:                 2553303.3 KB&lt;BR /&gt;&lt;BR /&gt;Free Memory Pages:       893382 at 4 KB/page&lt;BR /&gt;&lt;BR /&gt;Swap Space:&lt;BR /&gt;Avail:                 2048 MB&lt;BR /&gt;Used:                  2048 MB&lt;BR /&gt;&lt;BR /&gt;Why I have so big difference between Phisical memory and Real memory? &lt;BR /&gt;Does it mean that I cannot addressing &lt;BR /&gt;the rest Phisical memory?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 05 May 2004 07:54:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-allocation/m-p/3268013#M178129</guid>
      <dc:creator>svilen888</dc:creator>
      <dc:date>2004-05-05T07:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: memory allocation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-allocation/m-p/3268014#M178130</link>
      <description>Sorry, points coming soon :))&lt;BR /&gt;And the last message is my final question :))</description>
      <pubDate>Wed, 05 May 2004 07:56:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-allocation/m-p/3268014#M178130</guid>
      <dc:creator>svilen888</dc:creator>
      <dc:date>2004-05-05T07:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: memory allocation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-allocation/m-p/3268015#M178131</link>
      <description>Your physical memory is given from&lt;BR /&gt;&lt;BR /&gt;vmstat -P&lt;BR /&gt;&lt;BR /&gt;don't care other outputs (PS. where did you get the 'REAL memory'?)&lt;BR /&gt;&lt;BR /&gt;Peace, R.</description>
      <pubDate>Wed, 05 May 2004 08:42:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-allocation/m-p/3268015#M178131</guid>
      <dc:creator>Roberto Polli</dc:creator>
      <dc:date>2004-05-05T08:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: memory allocation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-allocation/m-p/3268016#M178132</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Try this link for explanations,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000068500228" target="_blank"&gt;http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000068500228&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The itrc doc id is A3940339.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Wed, 05 May 2004 08:46:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-allocation/m-p/3268016#M178132</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2004-05-05T08:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: memory allocation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-allocation/m-p/3268017#M178133</link>
      <description>What i understand from your output is:&lt;BR /&gt;1. You have 6 GB RAM (Physical Memory)&lt;BR /&gt;2. 2 GB device swap configured on lvol2&lt;BR /&gt;&lt;BR /&gt;8 GB is addition of this two.&lt;BR /&gt;&lt;BR /&gt;And in top what you see in Memory Data is:&lt;BR /&gt;Includes virtual and real memory in use (with the amount of&lt;BR /&gt;memory considered "active" in parentheses) and the amount of&lt;BR /&gt;free memory.&lt;BR /&gt;&lt;BR /&gt;See man top for more info.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 05 May 2004 08:59:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-allocation/m-p/3268017#M178133</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2004-05-05T08:59:43Z</dc:date>
    </item>
  </channel>
</rss>

