<?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 Glance/Memory in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/glance-memory/m-p/2425640#M1179</link>
    <description>Glance  Mem Util is at 96%&lt;BR /&gt;How can I tell what is causing memory to hit 96 - 98%&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Junior</description>
    <pubDate>Fri, 09 Jun 2000 14:55:47 GMT</pubDate>
    <dc:creator>Junior C.</dc:creator>
    <dc:date>2000-06-09T14:55:47Z</dc:date>
    <item>
      <title>Glance/Memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/glance-memory/m-p/2425640#M1179</link>
      <description>Glance  Mem Util is at 96%&lt;BR /&gt;How can I tell what is causing memory to hit 96 - 98%&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Junior</description>
      <pubDate>Fri, 09 Jun 2000 14:55:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/glance-memory/m-p/2425640#M1179</guid>
      <dc:creator>Junior C.</dc:creator>
      <dc:date>2000-06-09T14:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: Glance/Memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/glance-memory/m-p/2425641#M1180</link>
      <description>This is probably due to your buffer cache settings. Within Glance, check Reports / Memory Info / Memory Report. This will show you how much memory is being used for System vs. Buffer Cache vs, User.&lt;BR /&gt;&lt;BR /&gt;Brian&lt;BR /&gt;&amp;lt;*(((&amp;gt;&amp;lt; er</description>
      <pubDate>Fri, 09 Jun 2000 15:10:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/glance-memory/m-p/2425641#M1180</guid>
      <dc:creator>Brian M. Fisher</dc:creator>
      <dc:date>2000-06-09T15:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: Glance/Memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/glance-memory/m-p/2425642#M1181</link>
      <description>Phys mem: 128mb&lt;BR /&gt;User mem: 89.2mb&lt;BR /&gt;sys mem: 16.3mb&lt;BR /&gt;buf mem: 16.3mb&lt;BR /&gt;total VM: 120.6mb&lt;BR /&gt;Active VM: 63mb&lt;BR /&gt;free mem: 5.1mb</description>
      <pubDate>Fri, 09 Jun 2000 15:17:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/glance-memory/m-p/2425642#M1181</guid>
      <dc:creator>Junior C.</dc:creator>
      <dc:date>2000-06-09T15:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: Glance/Memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/glance-memory/m-p/2425643#M1182</link>
      <description>To further find out how much memory each process is taking, double click on each process to find RSS (resident memory) and VSS (virtual memory)&lt;BR /&gt;&lt;BR /&gt;Brian&lt;BR /&gt;&amp;lt;*(((&amp;gt;&amp;lt; er</description>
      <pubDate>Fri, 09 Jun 2000 16:23:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/glance-memory/m-p/2425643#M1182</guid>
      <dc:creator>Brian M. Fisher</dc:creator>
      <dc:date>2000-06-09T16:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: Glance/Memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/glance-memory/m-p/2425644#M1183</link>
      <description>You can also run gpm and go to the process list and sort processes by the rss value to see which ones are using the most ram. (make sure your filters and sort fields are set (Configure|Filters) (Configure|Sort Fields)</description>
      <pubDate>Fri, 09 Jun 2000 21:17:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/glance-memory/m-p/2425644#M1183</guid>
      <dc:creator>Jim Welch</dc:creator>
      <dc:date>2000-06-09T21:17:53Z</dc:date>
    </item>
    <item>
      <title>Re: Glance/Memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/glance-memory/m-p/2425645#M1184</link>
      <description>It's important to understand that 100% memory usage in Unix is not a problem but quite desirable. As a virtual memory operating system, Unix transparently runs any amount of programs with limited RAM. All you need is enough swap space. You can easily run 2,000 megs of programs in 128 megs of RAM...perhaps slowly as the processes swap, but nevertheless, the system will run.&lt;BR /&gt;&lt;BR /&gt;If swapping becomes excessive, things will run slowly...you can see this with Glance (or vmstat) looking at page outs (not page in which includes all program starts).&lt;BR /&gt;&lt;BR /&gt;As mentioned before, the buffer cache may be set to a poor value. By default, it ranges from 5-50% of RAM, a rather siginifcant impact to RAM usage until processes push the limit down towards 5%. To avoid this remapping, you can set the kernel param bufpages to about 200-500 megs (the parameter is in pages of 4kb) for average systems, much higher for large RAM (multi-GB) where reads outnumber writes significantly.&lt;BR /&gt;&lt;BR /&gt;To see the programs which occupy RAM sorted by size:&lt;BR /&gt;&lt;BR /&gt;UNIX95= ps -e -o ruser,vsz,pid,args | sort -rnk2 | more&lt;BR /&gt;&lt;BR /&gt;The UNIX95 setting turns on new options in the ps command.</description>
      <pubDate>Mon, 12 Jun 2000 08:13:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/glance-memory/m-p/2425645#M1184</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2000-06-12T08:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: Glance/Memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/glance-memory/m-p/2425646#M1185</link>
      <description>To help with this mem. high %tage. Pls set your kernel parameters as follows:&lt;BR /&gt;swapmem_on=1&lt;BR /&gt;allocate_fs_swapmap=0&lt;BR /&gt;nbuf=0&lt;BR /&gt;bufpages=0&lt;BR /&gt;If nbuf and bufpages are set to zero, you can reduce dbc_max_pct to 20 to reduce the range it has to go when remapping. From your mesg. your average buf mem is 16.3mb which is 12.7% of you Phys mem.&lt;BR /&gt;The above kernel settings will help in the system memory allocation and usage.&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Jun 2000 09:12:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/glance-memory/m-p/2425646#M1185</guid>
      <dc:creator>CHRIS_ANORUO</dc:creator>
      <dc:date>2000-06-12T09:12:16Z</dc:date>
    </item>
  </channel>
</rss>

