<?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: Resident vs Virtual Memory in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/resident-vs-virtual-memory/m-p/3640913#M239208</link>
    <description>A good thread to read, &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=463908" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=463908&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
    <pubDate>Tue, 04 Oct 2005 01:32:45 GMT</pubDate>
    <dc:creator>Arunvijai_4</dc:creator>
    <dc:date>2005-10-04T01:32:45Z</dc:date>
    <item>
      <title>Resident vs Virtual Memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resident-vs-virtual-memory/m-p/3640912#M239207</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I am looking at Glance and notice that there are some processes with enormous amounts of "Virtual Memory", while at the same time having very low "Resident Memory".  &lt;BR /&gt;&lt;BR /&gt;Eg:&lt;BR /&gt;Process Name        Res Mem        Virt Mem&lt;BR /&gt;ora_pmon_txcxadb      8.7MB         795.8MB&lt;BR /&gt;&lt;BR /&gt;What's up with that?  That doesn't sound right??&lt;BR /&gt;&lt;BR /&gt;Or this one:&lt;BR /&gt;Process Name        Res Mem        Virt Mem&lt;BR /&gt;java                 42.9MB         712.6MB&lt;BR /&gt;&lt;BR /&gt;That doesn't seem right to me.&lt;BR /&gt;&lt;BR /&gt;Can someone please give suggestions as to why the huge discrepancy from what one might typically expect?&lt;BR /&gt;&lt;BR /&gt;Can folk please shed some light on how resident and virtual memory impact physical and swap memory.  (we do not have pseudo swap turned on, but do have 30GB of swap memory for a system with 14GB physical memory)&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;BR /&gt;&lt;BR /&gt;- Andrew Gray&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Oct 2005 01:28:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resident-vs-virtual-memory/m-p/3640912#M239207</guid>
      <dc:creator>support_5</dc:creator>
      <dc:date>2005-10-04T01:28:46Z</dc:date>
    </item>
    <item>
      <title>Re: Resident vs Virtual Memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resident-vs-virtual-memory/m-p/3640913#M239208</link>
      <description>A good thread to read, &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=463908" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=463908&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Tue, 04 Oct 2005 01:32:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resident-vs-virtual-memory/m-p/3640913#M239208</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-10-04T01:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: Resident vs Virtual Memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resident-vs-virtual-memory/m-p/3640914#M239209</link>
      <description>Resident Memory&lt;BR /&gt;&lt;BR /&gt;This column reflects the amount of physical memory currently allocated to each process. This is also known as the "resident set size" or RSS. A process can have a large amount of virtual memory allocated (as indicated by the SIZE column) but still be using very little physical memory.</description>
      <pubDate>Tue, 04 Oct 2005 01:56:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resident-vs-virtual-memory/m-p/3640914#M239209</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-10-04T01:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: Resident vs Virtual Memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resident-vs-virtual-memory/m-p/3640915#M239210</link>
      <description>A good explanation:&lt;BR /&gt;&lt;BR /&gt;VIRT  --  Virtual Image (kb)&lt;BR /&gt;          The total amount of virtual memory used by the task.  It includes&lt;BR /&gt;          all  code,  data  and  shared libraries plus pages that have been&lt;BR /&gt;          swapped out.&lt;BR /&gt;&lt;BR /&gt;          VIRT = SWAP + RES.&lt;BR /&gt;&lt;BR /&gt;SWAP  --  Swapped size (kb)&lt;BR /&gt;          The swapped out portion of a task's total virtual memory image.&lt;BR /&gt;&lt;BR /&gt;RES  --  Resident size (kb)&lt;BR /&gt;          The non-swapped physical memory a task has used.&lt;BR /&gt;&lt;BR /&gt;          RES = CODE + DATA.&lt;BR /&gt;&lt;BR /&gt;CODE  --  Code size (kb)&lt;BR /&gt;          The amount of physical memory devoted to  executable  code,  also&lt;BR /&gt;          known as the 'text resident set' size or TRS.&lt;BR /&gt;&lt;BR /&gt;DATA  --  Data+Stack size (kb)&lt;BR /&gt;          The  amount  of  physical memory devoted to other than executable&lt;BR /&gt;          code, also known as the 'data resident set' size or DRS.&lt;BR /&gt;&lt;BR /&gt;SHR  --  Shared Mem size (kb)&lt;BR /&gt;          The amount of shared memory used by a task.  It  simply  reflects&lt;BR /&gt;          memory that could be potentially shared with other processes.&lt;BR /&gt;&lt;BR /&gt;hth.</description>
      <pubDate>Tue, 04 Oct 2005 02:22:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resident-vs-virtual-memory/m-p/3640915#M239210</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-10-04T02:22:05Z</dc:date>
    </item>
    <item>
      <title>Re: Resident vs Virtual Memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resident-vs-virtual-memory/m-p/3640916#M239211</link>
      <description>Memory management document:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/1218/mem_mgt.html" target="_blank"&gt;http://docs.hp.com/en/1218/mem_mgt.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;hth.&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Oct 2005 02:23:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resident-vs-virtual-memory/m-p/3640916#M239211</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-10-04T02:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: Resident vs Virtual Memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resident-vs-virtual-memory/m-p/3640917#M239212</link>
      <description>A good link to give information more on resident and virtual.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=712845" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=712845&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You can resident and virual information for a process with top utility using RES and SIZE fields.&lt;BR /&gt;&lt;BR /&gt;hth.&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Oct 2005 02:24:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resident-vs-virtual-memory/m-p/3640917#M239212</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-10-04T02:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: Resident vs Virtual Memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resident-vs-virtual-memory/m-p/3640918#M239213</link>
      <description>&lt;A href="http://docs.hp.com/en/5965-4641/ch01s02.html" target="_blank"&gt;http://docs.hp.com/en/5965-4641/ch01s02.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;[OVERVIEW OF PHYSICAL AND VIRTUAL MEMORY]&lt;BR /&gt;A good document to get an overview of memory.&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Tue, 04 Oct 2005 02:25:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resident-vs-virtual-memory/m-p/3640918#M239213</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-10-04T02:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: Resident vs Virtual Memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resident-vs-virtual-memory/m-p/3640919#M239214</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;2 good urls&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.hp.com/products1/unix/java/infolibrary/tools/" target="_blank"&gt;http://www.hp.com/products1/unix/java/infolibrary/tools/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;ftp://eh:spear9@hprc.external.hp.com/memory.htm&lt;BR /&gt;&lt;BR /&gt;It is explained there with options&lt;BR /&gt;&lt;BR /&gt;The first one is mainly based on java performance analysis ut still valid&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;                Steve Steel</description>
      <pubDate>Tue, 04 Oct 2005 02:29:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resident-vs-virtual-memory/m-p/3640919#M239214</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2005-10-04T02:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: Resident vs Virtual Memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/resident-vs-virtual-memory/m-p/3640920#M239215</link>
      <description>The RSS (resident set size) shown by ps is not a valid indication of PGA size. It includes the SGA (db_block_buffers &amp;amp; shared_pool_size) and is sensitive to memory pressure on the system as well as to PGA size.</description>
      <pubDate>Tue, 04 Oct 2005 04:25:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/resident-vs-virtual-memory/m-p/3640920#M239215</guid>
      <dc:creator>morganelan</dc:creator>
      <dc:date>2005-10-04T04:25:47Z</dc:date>
    </item>
  </channel>
</rss>

