<?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: Different MB memory used in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/different-mb-memory-used/m-p/3244353#M891352</link>
    <description>Also, top does show memomry excluding your kernel and buffer space. The default is a max bufferspace of 50% of your memory, leaving 256Mb for processes, of which in your case apperantly 66 Mb is reserved for the kernel...&lt;BR /&gt;&lt;BR /&gt;You can get a better overview with glance.&lt;BR /&gt;Also, checkout your kernel parameter dbc_maxpct. You might lower it to about 25, meaning only 25% (max) will be used for buffer cache.</description>
    <pubDate>Fri, 09 Apr 2004 06:07:35 GMT</pubDate>
    <dc:creator>Elmar P. Kolkman</dc:creator>
    <dc:date>2004-04-09T06:07:35Z</dc:date>
    <item>
      <title>Different MB memory used</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/different-mb-memory-used/m-p/3244351#M891350</link>
      <description>Dear all,&lt;BR /&gt;just a questions:&lt;BR /&gt;&lt;BR /&gt;I have an HP-UX 11.0 with 512 MB of memory.&lt;BR /&gt;#grep -i Physical /var/adm/syslog/syslog.log&lt;BR /&gt;&lt;BR /&gt;Jan 27 00:35:21 hptest vmunix:     Physical: 524288 Kbytes, lockable: 379144 Kby&lt;BR /&gt;tes, available: 439892 Kbytes&lt;BR /&gt;&lt;BR /&gt;My questions is:&lt;BR /&gt;if i run the "TOP" command i can see:&lt;BR /&gt;Memory: 30460K (10552K) real, 133308K (17744K) virtual, 30240K free&lt;BR /&gt;&lt;BR /&gt;But, where are the others MB of memory??&lt;BR /&gt;Total Memory System                 512MB&lt;BR /&gt;&lt;BR /&gt;real    from "top" 30460/KB /1024)   30MB&lt;BR /&gt;virtual from "top"KB                130MB &lt;BR /&gt;free    from "top" 30240KB           30MB&lt;BR /&gt;So I have only 190MB !!&lt;BR /&gt;&lt;BR /&gt;total  512 - 190 = 322 MB &lt;BR /&gt;(where are these 322 MB!!)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;Alex&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Apr 2004 05:32:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/different-mb-memory-used/m-p/3244351#M891350</guid>
      <dc:creator>alessandro_37</dc:creator>
      <dc:date>2004-04-09T05:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: Different MB memory used</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/different-mb-memory-used/m-p/3244352#M891351</link>
      <description>What is ur patch level. top should have some patches to resolve this issue.&lt;BR /&gt;&lt;BR /&gt;Regds,&lt;BR /&gt;&lt;BR /&gt;Kaps</description>
      <pubDate>Fri, 09 Apr 2004 05:53:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/different-mb-memory-used/m-p/3244352#M891351</guid>
      <dc:creator>KapilRaj</dc:creator>
      <dc:date>2004-04-09T05:53:25Z</dc:date>
    </item>
    <item>
      <title>Re: Different MB memory used</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/different-mb-memory-used/m-p/3244353#M891352</link>
      <description>Also, top does show memomry excluding your kernel and buffer space. The default is a max bufferspace of 50% of your memory, leaving 256Mb for processes, of which in your case apperantly 66 Mb is reserved for the kernel...&lt;BR /&gt;&lt;BR /&gt;You can get a better overview with glance.&lt;BR /&gt;Also, checkout your kernel parameter dbc_maxpct. You might lower it to about 25, meaning only 25% (max) will be used for buffer cache.</description>
      <pubDate>Fri, 09 Apr 2004 06:07:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/different-mb-memory-used/m-p/3244353#M891352</guid>
      <dc:creator>Elmar P. Kolkman</dc:creator>
      <dc:date>2004-04-09T06:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: Different MB memory used</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/different-mb-memory-used/m-p/3244354#M891353</link>
      <description>How can i get the information about &lt;BR /&gt;total memory,&lt;BR /&gt;used memory,&lt;BR /&gt;available memory,&lt;BR /&gt;&lt;BR /&gt;I have executed.&lt;BR /&gt;pstat(PSTAT_STATIC,&amp;amp;stat_buf,sizeof(stat_buf),0,0);&lt;BR /&gt;pstat(PSTAT_DYNAMIC,&amp;amp;dynam_buf,sizeof(dynam_buf),0,0);&lt;BR /&gt;&lt;BR /&gt;printf("      Physical memory = %ld MB\n",stat_buf.physical_memory/256);&lt;BR /&gt;printf("       Virtual memory = %ld MB\n",dynam_buf.psd_vm/256);&lt;BR /&gt;printf("Active Virtual memory = %ld MB\n",dynam_buf.psd_avm/256);&lt;BR /&gt;printf("          Real memory = %ld MB\n",dynam_buf.psd_rm/256);&lt;BR /&gt;printf("   Active Real memory = %ld MB\n",dynam_buf.psd_arm/256);&lt;BR /&gt;printf("          Free Memory = %ld MB\n",dynam_buf.psd_free/256);&lt;BR /&gt;&lt;BR /&gt;return; }&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;results:&lt;BR /&gt;-----------------------------------&lt;BR /&gt;      Physical memory = 512 MB&lt;BR /&gt;       Virtual memory = 128 MB&lt;BR /&gt;Active Virtual memory = 17 MB&lt;BR /&gt;          Real memory = 29 MB  ??? what is this??&lt;BR /&gt;   Active Real memory = 8 MB&lt;BR /&gt;          Free Memory = 27 MB   very strange...&lt;BR /&gt;878447 exec()s on processor #0&lt;BR /&gt;total execs for the system were 878447&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;In total I have 512 MB of memory,&lt;BR /&gt;but how can i see the free and the used amount of memory in MB?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Apr 2004 09:13:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/different-mb-memory-used/m-p/3244354#M891353</guid>
      <dc:creator>alessandro_37</dc:creator>
      <dc:date>2004-04-09T09:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: Different MB memory used</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/different-mb-memory-used/m-p/3244355#M891354</link>
      <description>Hi Alex,&lt;BR /&gt;&lt;BR /&gt;Maybe these will answer some of your question,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000068500228" target="_blank"&gt;http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000068500228&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000072760485" target="_blank"&gt;http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000072760485&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The itrc doc ids are A3940339 &amp;amp; RCMEMKBRC00005784&lt;BR /&gt;&lt;BR /&gt;Here are some ways to find how much memory you have on the system,&lt;BR /&gt;&lt;BR /&gt;1.) echo "selclass qualifier memory;info;wait;infolog" | cstm | grep 'Total Configured'&lt;BR /&gt;2.) grep Physical /var/adm/syslog/syslog.log&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Apr 2004 09:28:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/different-mb-memory-used/m-p/3244355#M891354</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2004-04-09T09:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: Different MB memory used</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/different-mb-memory-used/m-p/3244356#M891355</link>
      <description>Thanks Sunja&lt;BR /&gt;&lt;BR /&gt;but then how can I verify the real memory available in the system and the real memory used in this moment in the system?&lt;BR /&gt;&lt;BR /&gt;Alex</description>
      <pubDate>Fri, 09 Apr 2004 09:54:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/different-mb-memory-used/m-p/3244356#M891355</guid>
      <dc:creator>alessandro_37</dc:creator>
      <dc:date>2004-04-09T09:54:31Z</dc:date>
    </item>
  </channel>
</rss>

