<?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: how memory works in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-memory-works/m-p/2963627#M118909</link>
    <description>can somebody talk me about the Real memory and virtual memory?&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
    <pubDate>Thu, 01 May 2003 16:25:23 GMT</pubDate>
    <dc:creator>Javier Ortiz Guajardo</dc:creator>
    <dc:date>2003-05-01T16:25:23Z</dc:date>
    <item>
      <title>how memory works</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-memory-works/m-p/2963624#M118906</link>
      <description>i have a unix 11.0 and i??m trying to understand how the memory works, i??m reading documentation about it from &lt;A href="http://www.docs.hp.com." target="_blank"&gt;www.docs.hp.com.&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I need more information about how the system works with the real memory, virtual memory, and memory swap. How the system assigns the size to each part of the memory (real, virtual, pseudo)?&lt;BR /&gt;&lt;BR /&gt;Please, if you got information to share, you can send me to the email, jeortizg@hotmail.com&lt;BR /&gt;&lt;BR /&gt;thanks so much.</description>
      <pubDate>Thu, 01 May 2003 13:28:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-memory-works/m-p/2963624#M118906</guid>
      <dc:creator>Javier Ortiz Guajardo</dc:creator>
      <dc:date>2003-05-01T13:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: how memory works</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-memory-works/m-p/2963625#M118907</link>
      <description>Check for /usr/share/doc directory and look mem_mgmt.txt, mem_windws.txt and lot more&lt;BR /&gt;&lt;BR /&gt;-USA..&lt;BR /&gt;</description>
      <pubDate>Thu, 01 May 2003 13:40:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-memory-works/m-p/2963625#M118907</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2003-05-01T13:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: how memory works</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-memory-works/m-p/2963626#M118908</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Try this link,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000062685991" target="_blank"&gt;http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000062685991&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Robert-Jan.</description>
      <pubDate>Thu, 01 May 2003 13:41:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-memory-works/m-p/2963626#M118908</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2003-05-01T13:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: how memory works</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-memory-works/m-p/2963627#M118909</link>
      <description>can somebody talk me about the Real memory and virtual memory?&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Thu, 01 May 2003 16:25:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-memory-works/m-p/2963627#M118909</guid>
      <dc:creator>Javier Ortiz Guajardo</dc:creator>
      <dc:date>2003-05-01T16:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: how memory works</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-memory-works/m-p/2963628#M118910</link>
      <description>Real memory is actual physical memory.&lt;BR /&gt;&lt;BR /&gt;Virtual memory is actually swap disk space that gets used just like memory to improve system performance capacity.  It can do more things at the same time with more virutal memory.&lt;BR /&gt;&lt;BR /&gt;Since virtual memory is disk, it is slower than real memory.&lt;BR /&gt;&lt;BR /&gt;swapinfo -tam will show you something.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[597#] swapinfo -tam&lt;BR /&gt;             Mb      Mb      Mb   PCT  START/      Mb&lt;BR /&gt;TYPE      AVAIL    USED    FREE  USED   LIMIT RESERVE  PRI  NAME&lt;BR /&gt;dev        4096       0    4096    0%       0       -    1  /dev/vg00/lvol2&lt;BR /&gt;reserve       -     631    -631&lt;BR /&gt;memory     1526    1054     472   69%&lt;BR /&gt;total      5622    1685    3937   30%       -       0    -&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;</description>
      <pubDate>Thu, 01 May 2003 16:48:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-memory-works/m-p/2963628#M118910</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-05-01T16:48:18Z</dc:date>
    </item>
    <item>
      <title>Re: how memory works</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-memory-works/m-p/2963629#M118911</link>
      <description>At this moment we can??t buy a product to monitor the system (like glance ...etc)&lt;BR /&gt;how can i evaluate my sistem with out this kind of tools, about memory and swap.&lt;BR /&gt;&lt;BR /&gt;I need to knwo if my system is swaping and how much resources (Virtual memory, memory swap and real memory) is being used. Is there some commands that can help me to evaluate my system?&lt;BR /&gt;&lt;BR /&gt;Can sar, vmstat, swapinfo. help me to evaluate my system?&lt;BR /&gt;&lt;BR /&gt;i have a program - memdetail - but i??m having trouble to understand the results about this program.&lt;BR /&gt;&lt;BR /&gt;i appreciate your help...&lt;BR /&gt;Thanks.</description>
      <pubDate>Thu, 01 May 2003 20:28:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-memory-works/m-p/2963629#M118911</guid>
      <dc:creator>Javier Ortiz Guajardo</dc:creator>
      <dc:date>2003-05-01T20:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: how memory works</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-memory-works/m-p/2963630#M118912</link>
      <description>This is another good threat for you question :&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x6f065ec05a7ad711abdc0090277a778c,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x6f065ec05a7ad711abdc0090277a778c,00.html&lt;/A&gt;</description>
      <pubDate>Fri, 02 May 2003 02:06:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-memory-works/m-p/2963630#M118912</guid>
      <dc:creator>malay boy</dc:creator>
      <dc:date>2003-05-02T02:06:45Z</dc:date>
    </item>
  </channel>
</rss>

