<?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 Usage in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage/m-p/3197988#M166071</link>
    <description>The system will use some for system processes.  There will be some used by the buffer cache.  &lt;BR /&gt;&lt;BR /&gt;If you have Glance invoke it to see what your real memory usage is.  One good thing right now is that your 'po' column is still 0 so you are not paging out to your swap space.  You can check 'swapinfo -tam' to make sure you are not, or have not been, paging out to the swap area.&lt;BR /&gt;&lt;BR /&gt;You could check the setting of dbc_max_pct.  If it is still 50 you could probably lower it to 25 or 30 and free up 200-250 MB of RAM.</description>
    <pubDate>Fri, 20 Feb 2004 11:52:09 GMT</pubDate>
    <dc:creator>Patrick Wallek</dc:creator>
    <dc:date>2004-02-20T11:52:09Z</dc:date>
    <item>
      <title>Memory Usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage/m-p/3197986#M166069</link>
      <description>I have a J5600 Workstation running HPUX11i with 1Gb RAM.&lt;BR /&gt;&lt;BR /&gt;When running vmstat from a fresh reboot it displays:&lt;BR /&gt;&lt;BR /&gt;# vmstat 5 5&lt;BR /&gt;         procs           memory                   page                              faults       cpu&lt;BR /&gt;    r     b     w      avm    free   re   at    pi   po    fr   de    sr     in     sy    cs  us sy id&lt;BR /&gt;    1     0     0   174328   14385   16   13    22    0     0    0    11    437    896    98   1  1 98&lt;BR /&gt;    1     0     0   174328   14329    0    0     0    0     0    0     0    413    171    40   1  0 99&lt;BR /&gt;    1     0     0   155934   14329    0    0     0    0     0    0     0    407    116    28   0  0 100&lt;BR /&gt;    1     0     0   155934   14329    0    0     0    0     0    0     0    413    249    30   0  0 100&lt;BR /&gt;    1     0     0   173308   14329    0    0     0    0     0    0     0    407    131    25   0  0 100&lt;BR /&gt;# &lt;BR /&gt;&lt;BR /&gt;We have 1 Oracle db loaded which supposedly uses abouut 300Mb.  Where could my other 700Mb of memory have gone ?</description>
      <pubDate>Fri, 20 Feb 2004 11:33:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage/m-p/3197986#M166069</guid>
      <dc:creator>Jason Cornell</dc:creator>
      <dc:date>2004-02-20T11:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage/m-p/3197987#M166070</link>
      <description>Take a look top command for whats using what.&lt;BR /&gt;&lt;BR /&gt;Or do some more detailed measuremen with the scripts I'm attaching.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 20 Feb 2004 11:48:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage/m-p/3197987#M166070</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-02-20T11:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage/m-p/3197988#M166071</link>
      <description>The system will use some for system processes.  There will be some used by the buffer cache.  &lt;BR /&gt;&lt;BR /&gt;If you have Glance invoke it to see what your real memory usage is.  One good thing right now is that your 'po' column is still 0 so you are not paging out to your swap space.  You can check 'swapinfo -tam' to make sure you are not, or have not been, paging out to the swap area.&lt;BR /&gt;&lt;BR /&gt;You could check the setting of dbc_max_pct.  If it is still 50 you could probably lower it to 25 or 30 and free up 200-250 MB of RAM.</description>
      <pubDate>Fri, 20 Feb 2004 11:52:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage/m-p/3197988#M166071</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2004-02-20T11:52:09Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage/m-p/3197989#M166072</link>
      <description>How do you know Oracle is using 300Mb?&lt;BR /&gt;Be aware that it will be using some shared memory for its SGA (shared global area), and some memory to run its processes.&lt;BR /&gt;&lt;BR /&gt;You can see the all shared memory with "ipcs -ma". The OWNER col will be the oracle owner, and the SEGSZ col is the no of bytes allocated.&lt;BR /&gt;&lt;BR /&gt;To look at the process memory usage, try "ps -luoracle" (assuming your oracle owner is "oracle", and look at the SZ column.&lt;BR /&gt;&lt;BR /&gt;BTW 1Gb for oracle is not that much!&lt;BR /&gt;&lt;BR /&gt;-- Graham</description>
      <pubDate>Fri, 20 Feb 2004 12:05:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage/m-p/3197989#M166072</guid>
      <dc:creator>Graham Cameron_1</dc:creator>
      <dc:date>2004-02-20T12:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage/m-p/3197990#M166073</link>
      <description>Run this to see top memory users:&lt;BR /&gt;&lt;BR /&gt;UNIX95= ps -e -o 'vsz pid ruser args' |sort -nr|head -30&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;What is value of DBC_MAX_PCT?&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Fri, 20 Feb 2004 13:43:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage/m-p/3197990#M166073</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-02-20T13:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage/m-p/3197991#M166074</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt; The rest of the memory may be used by the following components&lt;BR /&gt;&lt;BR /&gt;1) Memory used by the system (kernel structures)&lt;BR /&gt;2) Shared memory&lt;BR /&gt;3) Shared mapped files by the user processes&lt;BR /&gt;4) Private mapped files by the users processes&lt;BR /&gt;5) buffer cache&lt;BR /&gt;&lt;BR /&gt;  Download the attache procsize.sh utility. Will give u the amount of memory used by each process (private as well shared mapped files).&lt;BR /&gt;&lt;BR /&gt;-- Sundar</description>
      <pubDate>Fri, 20 Feb 2004 13:47:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage/m-p/3197991#M166074</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2004-02-20T13:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage/m-p/3197992#M166075</link>
      <description>glance -m will also give more details.&lt;BR /&gt;&lt;BR /&gt;like&lt;BR /&gt;&lt;BR /&gt;Total VM : 758.0mb   Sys Mem  :  1.12gb   User Mem: 606.2mb   Phys Mem:  4.00gb&lt;BR /&gt;Active VM: 384.8mb   Buf Cache:  2.00gb   Free Mem: 296.1mb&lt;BR /&gt;</description>
      <pubDate>Fri, 20 Feb 2004 13:50:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage/m-p/3197992#M166075</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2004-02-20T13:50:42Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage/m-p/3197993#M166076</link>
      <description>try to use glance</description>
      <pubDate>Sat, 21 Feb 2004 17:43:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage/m-p/3197993#M166076</guid>
      <dc:creator>nibble</dc:creator>
      <dc:date>2004-02-21T17:43:44Z</dc:date>
    </item>
  </channel>
</rss>

