<?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 Missing in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/memory-missing/m-p/2556345#M80503</link>
    <description>Hi Marty,&lt;BR /&gt;&lt;BR /&gt;If you ant to know the amount of physical memory on your system, just type the following command :&lt;BR /&gt;&lt;BR /&gt;dmesg&lt;BR /&gt;The last line give you :&lt;BR /&gt;&lt;BR /&gt;Physical : nnnnnn&lt;BR /&gt;&lt;BR /&gt;nnnnnn : Express the amount of physical memory in KBytes.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Magdi</description>
    <pubDate>Fri, 27 Jul 2001 12:47:16 GMT</pubDate>
    <dc:creator>Magdi KAMAL</dc:creator>
    <dc:date>2001-07-27T12:47:16Z</dc:date>
    <item>
      <title>Memory Missing</title>
      <link>https://community.hpe.com/t5/operating-system-linux/memory-missing/m-p/2556341#M80499</link>
      <description>On a HP 9000 using HP-UX 10.20 How do you tell how much memory is on the system?&lt;BR /&gt;I think we lost 1/2 of the memory.&lt;BR /&gt;Using "top" the free memory is very low.&lt;BR /&gt;If I remember right real Memory is the total that should be on the box?&lt;BR /&gt;It shows "Memory: 461996K (191360K) real, 518416K (234212K) virtual, 75288K free"&lt;BR /&gt;This means it thinks there is only 500MB. This box should have 1000MB.&lt;BR /&gt;Am I looking at this right?&lt;BR /&gt;Marty</description>
      <pubDate>Tue, 24 Jul 2001 13:03:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/memory-missing/m-p/2556341#M80499</guid>
      <dc:creator>Marty Metras</dc:creator>
      <dc:date>2001-07-24T13:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Missing</title>
      <link>https://community.hpe.com/t5/operating-system-linux/memory-missing/m-p/2556342#M80500</link>
      <description>I don't believe any memory is missing.&lt;BR /&gt;&lt;BR /&gt;I think the buffer cache (BCACHE) by default uses (the lower) half of physical RAM for its work.  The kernel loads from the top of RAM space down, and the remainder between the kernel and BCACHE is the user space.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Paul</description>
      <pubDate>Tue, 24 Jul 2001 17:26:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/memory-missing/m-p/2556342#M80500</guid>
      <dc:creator>Paul R. Dittrich</dc:creator>
      <dc:date>2001-07-24T17:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Missing</title>
      <link>https://community.hpe.com/t5/operating-system-linux/memory-missing/m-p/2556343#M80501</link>
      <description>Try running mstm.  Scroll down to the memory line.  It will show the memory found during the last information run.  Highlight this line by pressing enter.  Tab to the menu, select Tools -&amp;gt; Information -&amp;gt; Run.  This will show you by memory board and summary how much memory is found.</description>
      <pubDate>Tue, 24 Jul 2001 18:08:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/memory-missing/m-p/2556343#M80501</guid>
      <dc:creator>Philip P. Hartl</dc:creator>
      <dc:date>2001-07-24T18:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Missing</title>
      <link>https://community.hpe.com/t5/operating-system-linux/memory-missing/m-p/2556344#M80502</link>
      <description>Thanks Paul,&lt;BR /&gt;After you responce I checked this out and I now understand.&lt;BR /&gt;Marty</description>
      <pubDate>Tue, 24 Jul 2001 19:57:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/memory-missing/m-p/2556344#M80502</guid>
      <dc:creator>Marty Metras</dc:creator>
      <dc:date>2001-07-24T19:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Missing</title>
      <link>https://community.hpe.com/t5/operating-system-linux/memory-missing/m-p/2556345#M80503</link>
      <description>Hi Marty,&lt;BR /&gt;&lt;BR /&gt;If you ant to know the amount of physical memory on your system, just type the following command :&lt;BR /&gt;&lt;BR /&gt;dmesg&lt;BR /&gt;The last line give you :&lt;BR /&gt;&lt;BR /&gt;Physical : nnnnnn&lt;BR /&gt;&lt;BR /&gt;nnnnnn : Express the amount of physical memory in KBytes.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Magdi</description>
      <pubDate>Fri, 27 Jul 2001 12:47:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/memory-missing/m-p/2556345#M80503</guid>
      <dc:creator>Magdi KAMAL</dc:creator>
      <dc:date>2001-07-27T12:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Missing</title>
      <link>https://community.hpe.com/t5/operating-system-linux/memory-missing/m-p/2556346#M80504</link>
      <description>It might be possible that some of the memory has been disabled. Blocks of memory that are considered 'dead' are called tombstones by HPUX and logging of those (memory and cpu's) are stored in /var/tombstones/. The file you should check is the ts99 file (or have it debugged by your HP engineer).&lt;BR /&gt;&lt;BR /&gt;Nico van Royen</description>
      <pubDate>Wed, 01 Aug 2001 10:00:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/memory-missing/m-p/2556346#M80504</guid>
      <dc:creator>Nico van Royen</dc:creator>
      <dc:date>2001-08-01T10:00:08Z</dc:date>
    </item>
  </channel>
</rss>

