<?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: High System or Kernel Memory Usage in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/high-system-or-kernel-memory-usage/m-p/4592032#M375009</link>
    <description>Following up on Don's comment about the asyncdsk arena looking high in the kernel. In fact there is a known problem with this issue on Oracle 11g. The problem is documented in Oracle bug 8965438.    A fix is planned by Oracle, but is not available at the present time. &lt;BR /&gt;&lt;BR /&gt;On Oracle 10g, when Oracle configures each asyncdsk port for a process, it sets the max_concurrent value for most of the asyncdsk ports to 128.   This max_concurrent value limits the number of parallel I/Os to a given asyncdsk port to 128.    The asyncdsk driver then allocates a buffer header for each of the potential 128 I/Os.   Each buffer header is 896 bytes, resulting in approximately 128*896 bytes, or 112 Kb per asyncdsk port.   Typically, each Oracle process (shadow processes, dbwriters, logwriter, etc) will have one asyncdsk port open.  So if there are 1000 processes, then the memory used by the asyncdsk driver is ~110 MB.  &lt;BR /&gt;&lt;BR /&gt;On Oracle 11g, Oracle uses a max_concurrent value of 4096, which results in 4096*896 bytes or 3.5 MB per asyncdsk port.   So if there are 1000 Oracle processes, the asyncdsk driver can consume ~3.5 GB of memory.    Also, due to the large and odd sized kernel memory allocation, the kernel's Super Page Pool becomes fragmented and also consumes large amounts of memory.&lt;BR /&gt;&lt;BR /&gt;Ken Johnson&lt;BR /&gt;HP</description>
    <pubDate>Tue, 02 Mar 2010 02:21:52 GMT</pubDate>
    <dc:creator>kenj_2</dc:creator>
    <dc:date>2010-03-02T02:21:52Z</dc:date>
    <item>
      <title>High System or Kernel Memory Usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/high-system-or-kernel-memory-usage/m-p/4592005#M374982</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am observing high memory usage by system on almost all my HPUX11iv3 ( Sep 2009 release). Following are the output of commands for your reference.&lt;BR /&gt;&lt;BR /&gt;This is Oracle 11g database server having SGA=8GB and PGA set to 1GB&lt;BR /&gt;&lt;BR /&gt;# ./kmeminfo&lt;BR /&gt;tool: kmeminfo 9.04 - libp4 9.344 - libhpux 1.236 - HP CONFIDENTIAL&lt;BR /&gt;unix: /stand/current/vmunix 11.31 64bit IA64 on host "alonsum1"&lt;BR /&gt;core: /dev/kmem live&lt;BR /&gt;link: Sun Nov 08 10:10:23 WAT 2009&lt;BR /&gt;boot: Sun Feb  7 04:12:22 2010&lt;BR /&gt;time: Sat Feb 27 17:45:30 2010&lt;BR /&gt;nbpg: 4096 bytes&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;----------------------------------------------------------------------&lt;BR /&gt;Physical memory usage summary (in page/byte/percent):&lt;BR /&gt;&lt;BR /&gt;Physical memory       =  4186551   16.0g 100%  &lt;BR /&gt;Free memory           =    15364   60.0m   0%  &lt;BR /&gt;User processes        =  2455466    9.4g  59%  details with -user&lt;BR /&gt;System                =  1456230    5.6g  35%  &lt;BR /&gt;  Kernel              =  1456204    5.6g  35%  kernel text and data&lt;BR /&gt;    Dynamic Arenas    =   878794    3.4g  21%  details with -arena&lt;BR /&gt;      asyncdsk variab =   124855  487.7m   3%  &lt;BR /&gt;      spinlock_arena  =    91111  355.9m   2%  &lt;BR /&gt;      reg_fixed_arena =    74216  289.9m   2%  &lt;BR /&gt;      vx_inode_kmcach =    65328  255.2m   2%  &lt;BR /&gt;      vx_global_kmcac =    63546  248.2m   2%  &lt;BR /&gt;      Other arenas    =   459738    1.8g  11%  details with -arena&lt;BR /&gt;    Super page pool   =   248191  969.5m   6%  details with -kas&lt;BR /&gt;    UAREA's           =    14688   57.4m   0%  &lt;BR /&gt;    Static Tables     =   316976    1.2g   8%  details with -static&lt;BR /&gt;      pfdat           =   204421  798.5m   5%  &lt;BR /&gt;      inode           =    52948  206.8m   1%  &lt;BR /&gt;      vhpt            =    32768  128.0m   1%  &lt;BR /&gt;      ncache          =     9495   37.1m   0%  &lt;BR /&gt;      text            =     8990   35.1m   0%  vmunix text section&lt;BR /&gt;      Other tables    =     8353   32.6m   0%  details with -static&lt;BR /&gt;  Buffer cache        =       26  104.0k   0%  details with -bufcache&lt;BR /&gt;  UFC file mrg        =   177190  692.1m   4%  &lt;BR /&gt;&lt;BR /&gt;# kcusage&lt;BR /&gt;Tunable                 Usage / Setting      &lt;BR /&gt;=============================================&lt;BR /&gt;filecache_max       722509824 / 8154624000&lt;BR /&gt;maxdsiz               9764864 / 2147483647&lt;BR /&gt;maxdsiz_64bit       102367232 / 274877906944&lt;BR /&gt;maxfiles_lim              126 / 8192&lt;BR /&gt;maxssiz                106496 / 134217728&lt;BR /&gt;maxssiz_64bit          786432 / 1073741824&lt;BR /&gt;maxtsiz               7249920 / 1073741824&lt;BR /&gt;maxtsiz_64bit       318767104 / 8589934592&lt;BR /&gt;maxuprc                   158 / 27001&lt;BR /&gt;max_thread_proc           101 / 3000&lt;BR /&gt;msgmni                      2 / 30000&lt;BR /&gt;msgtql                      0 / 30000&lt;BR /&gt;nflocks                    17 / 30000&lt;BR /&gt;ninode                   1298 / 242048&lt;BR /&gt;nkthread                  926 / 52516&lt;BR /&gt;nproc                     381 / 30000&lt;BR /&gt;npty                        0 / 200&lt;BR /&gt;nstrpty                     8 / 200&lt;BR /&gt;nstrtel                     0 / 60&lt;BR /&gt;nswapdev                    2 / 32&lt;BR /&gt;nswapfs                     0 / 32&lt;BR /&gt;semmni                     61 / 30000&lt;BR /&gt;semmns                   3406 / 60000&lt;BR /&gt;shmmax             8657051648 / 4398046511104&lt;BR /&gt;shmmni                      7 / 4096&lt;BR /&gt;shmseg                      3 / 512</description>
      <pubDate>Sat, 27 Feb 2010 14:59:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/high-system-or-kernel-memory-usage/m-p/4592005#M374982</guid>
      <dc:creator>RahulS</dc:creator>
      <dc:date>2010-02-27T14:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: High System or Kernel Memory Usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/high-system-or-kernel-memory-usage/m-p/4592006#M374983</link>
      <description>What are you reporting for system?  User?  These numbers?&lt;BR /&gt;&lt;BR /&gt;"...Free memory = 0% &lt;BR /&gt;User processes =  59% &lt;BR /&gt;System =  35%..."&lt;BR /&gt;&lt;BR /&gt;Or are you concerned about what follows?&lt;BR /&gt;&lt;BR /&gt;What is normal?  What should you be seeing?&lt;BR /&gt;&lt;BR /&gt;Attach these reports please:&lt;BR /&gt;&lt;BR /&gt;a) glanc m memory usuage&lt;BR /&gt;b) UNIX96=1 ps -ef -o vsz,pid,ppid,state,wchan,comm | sort -rn | head -15&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 27 Feb 2010 15:15:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/high-system-or-kernel-memory-usage/m-p/4592006#M374983</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2010-02-27T15:15:08Z</dc:date>
    </item>
    <item>
      <title>Re: High System or Kernel Memory Usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/high-system-or-kernel-memory-usage/m-p/4592007#M374984</link>
      <description>Thanks Michael,&lt;BR /&gt;&lt;BR /&gt;Following are my concern&lt;BR /&gt;&lt;BR /&gt;1. Free memory is 0%&lt;BR /&gt;2. System memory is 35% (5.6GB)&lt;BR /&gt;&lt;BR /&gt;System memory usage seems to be on higher side , &lt;BR /&gt;&lt;BR /&gt;Sorry I cannot provide the glance output as we dont have it in our environment, and its controlled environment so need to time install any evaluation copy.&lt;BR /&gt;&lt;BR /&gt;output of the command.&lt;BR /&gt;&lt;BR /&gt;$ export UNIX96=1&lt;BR /&gt;$ ps -ef -o vsz,pid,ppid,state,wchan,comm | sort -rn | head -15&lt;BR /&gt;ps: illegal option -- o&lt;BR /&gt;usage: ps [-edaxzflP] [-u ulist] [-g glist] [-p plist] [-t tlist] [-R prmgroup] [-Z psetidlist]&lt;BR /&gt;$ export UNIX95=1                                              &lt;BR /&gt;$ ps -ef -o vsz,pid,ppid,state,wchan,comm | sort -rn | head -15&lt;BR /&gt; 328128 28444     1 S e000000316a23e40 ora_dbw4_crmdb1&lt;BR /&gt; 328128 28442     1 S e000000316901e40 ora_dbw3_crmdb1&lt;BR /&gt; 328128 28440     1 S e000000374d155c0 ora_dbw2_crmdb1&lt;BR /&gt; 328128 28435     1 S e0000003169018c0 ora_dbw1_crmdb1&lt;BR /&gt; 328128 28430     1 S e0000001fa137340 ora_dbw0_crmdb1&lt;BR /&gt; 320256 29034     1 S e00000037614d940 ora_cjq0_crmdb1&lt;BR /&gt; 320000 29207     1 S e0000003ad6ec272 oraclecrmdb1&lt;BR /&gt; 320000 29080     1 S e00000019b12f9f2 oraclecrmdb1&lt;BR /&gt; 320000 28472     1 S e00000037614d540 ora_mmon_crmdb1&lt;BR /&gt; 320000 28453     1 S e0000003146ce940 ora_smon_crmdb1&lt;BR /&gt; 320000 28093     1 S e000000316a23240 asm_gmon_+ASM1&lt;BR /&gt; 320000 28085     1 S e00000037614d2c0 asm_rbal_+ASM1&lt;BR /&gt; 320000 28079     1 S e000000374d15840 asm_lgwr_+ASM1&lt;BR /&gt; 320000 28077     1 S e0000003291fc0c0 asm_dbw0_+ASM1&lt;BR /&gt; 320000 22876     1 S e0000003d2e5c868 oraclecrmdb1</description>
      <pubDate>Sat, 27 Feb 2010 16:05:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/high-system-or-kernel-memory-usage/m-p/4592007#M374984</guid>
      <dc:creator>RahulS</dc:creator>
      <dc:date>2010-02-27T16:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: High System or Kernel Memory Usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/high-system-or-kernel-memory-usage/m-p/4592008#M374985</link>
      <description>what is your dbc_max_pct and dbc_min_pct value in kernel parameters?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 28 Feb 2010 04:32:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/high-system-or-kernel-memory-usage/m-p/4592008#M374985</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2010-02-28T04:32:51Z</dc:date>
    </item>
    <item>
      <title>Re: High System or Kernel Memory Usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/high-system-or-kernel-memory-usage/m-p/4592009#M374986</link>
      <description>&lt;P&gt;&amp;gt;unix_shell: what is your dbc_max_pct and dbc_min_pct value in kernel parameters?&lt;BR /&gt;&lt;BR /&gt;These are pretty useless since this is 11.31 and the vestigial buffer cache is only using .1 Mb.&lt;/P&gt;</description>
      <pubDate>Sun, 02 Oct 2011 02:28:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/high-system-or-kernel-memory-usage/m-p/4592009#M374986</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-10-02T02:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: High System or Kernel Memory Usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/high-system-or-kernel-memory-usage/m-p/4592011#M374988</link>
      <description>ITs probably all those oracle shared memory segments.  too bad that you do not have glance and cannot "evaluate" it.&lt;BR /&gt;&lt;BR /&gt;Do you have measureware and can you extract anything.&lt;BR /&gt;&lt;BR /&gt;Since it is 11.31 you will need to look at filecache min and filecache max.&lt;BR /&gt;&lt;BR /&gt;look at ipcs -ma and look at the size fields of your shared memory segments.</description>
      <pubDate>Sun, 28 Feb 2010 04:46:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/high-system-or-kernel-memory-usage/m-p/4592011#M374988</guid>
      <dc:creator>Emil Velez</dc:creator>
      <dc:date>2010-02-28T04:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: High System or Kernel Memory Usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/high-system-or-kernel-memory-usage/m-p/4592012#M374989</link>
      <description>Lets see you have 16GB of memory.&lt;BR /&gt;&lt;BR /&gt;8GB goes to Oracle SGA&lt;BR /&gt;&lt;BR /&gt;and 1GB goes for each Oracle connection&lt;BR /&gt;&lt;BR /&gt;you can have less than 8 connections because the rest of UNIX needs some memory, or paging/swapping begins.  Are you sure you need a 1GB PGA?&lt;BR /&gt;&lt;BR /&gt;PGA &lt;BR /&gt;Program Global Area. The PGA is a memory region containing data and control information for a single process (server or background). One PGA is allocated for each server process; the PGA is exclusive to that server process and is read and written only by Oracle code acting on behalf of that process. A PGA is allocated by Oracle when a user connects to an Oracle database and a session is created.&lt;BR /&gt;</description>
      <pubDate>Sun, 28 Feb 2010 14:44:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/high-system-or-kernel-memory-usage/m-p/4592012#M374989</guid>
      <dc:creator>WayneHP</dc:creator>
      <dc:date>2010-02-28T14:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: High System or Kernel Memory Usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/high-system-or-kernel-memory-usage/m-p/4592013#M374990</link>
      <description>How many Oracle connections do you have?&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://download.oracle.com/docs/cd/B28359_01/server.111/b28274/memory.htm#i47865" target="_blank"&gt;http://download.oracle.com/docs/cd/B28359_01/server.111/b28274/memory.htm#i47865&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;This doc may help</description>
      <pubDate>Sun, 28 Feb 2010 15:45:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/high-system-or-kernel-memory-usage/m-p/4592013#M374990</guid>
      <dc:creator>WayneHP</dc:creator>
      <dc:date>2010-02-28T15:45:40Z</dc:date>
    </item>
    <item>
      <title>Re: High System or Kernel Memory Usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/high-system-or-kernel-memory-usage/m-p/4592014#M374991</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Based upon what you've provided I'd say your Oracle DBA has tuned oracle in this fashion and you will have to review ora_dbw, your largest consumer that appears to be behaving properly and is perfectly reasonable depending on the size of your buffercache.&lt;BR /&gt;&lt;BR /&gt;For processes like the dbwr (which will touch much of the pages of your&lt;BR /&gt;buffercache most probably) this means that the reported used memory will&lt;BR /&gt;grow initially, and be reported as you see.&lt;BR /&gt;&lt;BR /&gt;If you run 'ipcs -moba' and total up the SEGSZ you'll get a measure of how much total shared memory oracle is using.&lt;BR /&gt;&lt;BR /&gt;From the HP-UX side, the related kernel parameters are 'dbc_min_pct' and 'dbc_max_pct'.  Post them for comments and feedbacks.&lt;BR /&gt;&lt;BR /&gt;From my point of view I would do nothing unless you are getting complaints from users.  If you are then you have two reliable choices from the HP-UX side of the house, buy more RAM and / or reduce the number of process burdening the box.&lt;BR /&gt;&lt;BR /&gt;Here is a good thread related to this problem.  It discuss buffer cache and notes the importance of being properly patch in HP-UX 11.31.&lt;BR /&gt;&lt;BR /&gt;So I guess I would start here, proper buffer cache patching for 11.31.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1193484" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1193484&lt;/A&gt;  &lt;BR /&gt;</description>
      <pubDate>Sun, 28 Feb 2010 20:17:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/high-system-or-kernel-memory-usage/m-p/4592014#M374991</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2010-02-28T20:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: High System or Kernel Memory Usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/high-system-or-kernel-memory-usage/m-p/4592015#M374992</link>
      <description>&amp;gt;Michael: the related kernel parameters are dbc_min_pct and dbc_max_pct.&lt;BR /&gt;&lt;BR /&gt;These aren't so important for 11.31.  And the file cache usage is only .7 Gb.</description>
      <pubDate>Sun, 28 Feb 2010 22:59:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/high-system-or-kernel-memory-usage/m-p/4592015#M374992</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-02-28T22:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: High System or Kernel Memory Usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/high-system-or-kernel-memory-usage/m-p/4592016#M374993</link>
      <description>Oracle maintains its own buffer cache inside the system global area (SGA) for each instance.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.dbspecialists.com/files/presentations/buffercache.html" target="_blank"&gt;http://www.dbspecialists.com/files/presentations/buffercache.html&lt;/A&gt;</description>
      <pubDate>Sun, 28 Feb 2010 23:26:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/high-system-or-kernel-memory-usage/m-p/4592016#M374993</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2010-02-28T23:26:12Z</dc:date>
    </item>
    <item>
      <title>Re: High System or Kernel Memory Usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/high-system-or-kernel-memory-usage/m-p/4592017#M374994</link>
      <description>&lt;!--!*#--&gt;Please the below filecache_max usage pattern of my two Oracle 11g RAC database servers.&lt;BR /&gt;&lt;BR /&gt;Day Date Time "&lt;BR /&gt;(BRM DB Node1)"  "&lt;BR /&gt;(BRM DB node2)" &lt;BR /&gt;   Bytes % Bytes %&lt;BR /&gt;Sat 2/27/2010 23:00 1803579392 11 2958098432 18.1&lt;BR /&gt;Sun 2/28/2010 0:00 1938280448 11.9 16322625536 100&lt;BR /&gt;Sun 2/28/2010 1:00 1905328128 11.7 16016777216 98.1&lt;BR /&gt;Sun 2/28/2010 2:00 1918468096 11.8 15594962944 95.5&lt;BR /&gt;Sun 2/28/2010 3:00 1922412544 11.8 15480061952 94.8&lt;BR /&gt;Sun 2/28/2010 4:00 1971060736 12.1 15217262592 93.2&lt;BR /&gt;Sun 2/28/2010 5:00 1868517376 11.4 15106449408 92.5&lt;BR /&gt;Sun 2/28/2010 6:00 1879154688 11.5 15014379520 92&lt;BR /&gt;Sun 2/28/2010 7:00 1888792576 11.6 14519771136 88.9&lt;BR /&gt;Sun 2/28/2010 8:00 1893126144 11.6 14189719552 86.9&lt;BR /&gt;Sun 2/28/2010 9:00 1906495488 11.7 14113128448 86.5&lt;BR /&gt;Sun 2/28/2010 10:00 1919987712 11.8 14014951424 85.8&lt;BR /&gt;Sun 2/28/2010 11:00 1936580608 11.9 13673652224 83.8&lt;BR /&gt;Sun 2/28/2010 12:00 1934462976 11.8 13445591040 82.4&lt;BR /&gt;Sun 2/28/2010 13:00 1950392320 11.9 13200674816 80.9&lt;BR /&gt;Sun 2/28/2010 14:00 1963429888 12 12804304896 78.4&lt;BR /&gt;Sun 2/28/2010 15:00 1972707328 12.1 12385775616 75.9&lt;BR /&gt;Sun 2/28/2010 16:00 1984831488 12.2 11934097408 73.1&lt;BR /&gt;Sun 2/28/2010 17:00 2005561344 12.3 11391574016 69.8&lt;BR /&gt;Sun 2/28/2010 18:00 2022236160 12.4 11014860800 67.5&lt;BR /&gt;Sun 2/28/2010 19:00 2033881088 12.5 10861117440 66.5&lt;BR /&gt;Sun 2/28/2010 20:00 2042576896 12.5 10673901568 65.4&lt;BR /&gt;Sun 2/28/2010 21:00 1968144384 12.1 10589315072 64.9&lt;BR /&gt;Sun 2/28/2010 22:00 1981603840 12.1 10480779264 64.2&lt;BR /&gt;</description>
      <pubDate>Sun, 28 Feb 2010 23:32:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/high-system-or-kernel-memory-usage/m-p/4592017#M374994</guid>
      <dc:creator>RahulS</dc:creator>
      <dc:date>2010-02-28T23:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: High System or Kernel Memory Usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/high-system-or-kernel-memory-usage/m-p/4592018#M374995</link>
      <description>Please find the attached formatted usage pattern</description>
      <pubDate>Sun, 28 Feb 2010 23:35:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/high-system-or-kernel-memory-usage/m-p/4592018#M374995</guid>
      <dc:creator>RahulS</dc:creator>
      <dc:date>2010-02-28T23:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: High System or Kernel Memory Usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/high-system-or-kernel-memory-usage/m-p/4592019#M374996</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;The arbiter here is going to be buffer cache hits, which is expected to be a 90 to 100% hit ratio.&lt;BR /&gt;&lt;BR /&gt;I can see from your last posting that something changed, you dropped from 100% to 60%.  How did you do this?  Kill processes?  Wait for a big sql to complete?&lt;BR /&gt;&lt;BR /&gt;Review the link I post above, I'm interested in seeing this report:&lt;BR /&gt;&lt;BR /&gt;     SELECT   250 * TRUNC (rownum / 250) + 1 || ' to ' || &lt;BR /&gt;              250 * (TRUNC (rownum / 250) + 1) "Interval", &lt;BR /&gt;              SUM (count) "Buffer Cache Hits"&lt;BR /&gt;     FROM     v$recent_bucket&lt;BR /&gt;     GROUP BY TRUNC (rownum / 250)&lt;BR /&gt;&lt;BR /&gt;     Interval           Buffer Cache Hits&lt;BR /&gt;     --------------- --------------------&lt;BR /&gt;     1 to 250                       16083&lt;BR /&gt;     251 to 500                     11422&lt;BR /&gt;     501 to 750                       683&lt;BR /&gt;     751 to 1000                      177&lt;BR /&gt;</description>
      <pubDate>Mon, 01 Mar 2010 00:19:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/high-system-or-kernel-memory-usage/m-p/4592019#M374996</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2010-03-01T00:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: High System or Kernel Memory Usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/high-system-or-kernel-memory-usage/m-p/4592020#M374997</link>
      <description>This is  interesting, contradictory, and has some good arguements.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://raj_oracle90.tripod.com/sitebuildercontent/sitebuilderfiles/whya99percentbuffercacheratioisnotok-carymillsap.pdf" target="_blank"&gt;http://raj_oracle90.tripod.com/sitebuildercontent/sitebuilderfiles/whya99percentbuffercacheratioisnotok-carymillsap.pdf&lt;/A&gt;</description>
      <pubDate>Mon, 01 Mar 2010 00:26:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/high-system-or-kernel-memory-usage/m-p/4592020#M374997</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2010-03-01T00:26:12Z</dc:date>
    </item>
    <item>
      <title>Re: High System or Kernel Memory Usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/high-system-or-kernel-memory-usage/m-p/4592021#M374998</link>
      <description>Hello, &lt;BR /&gt;&lt;BR /&gt;&amp;gt;maxdsiz 9764864 / 2147483647&lt;BR /&gt;&amp;gt;maxdsiz_64bit 102367232 / 274877906944&lt;BR /&gt;&lt;BR /&gt;274 877 906 944 = ~270G This is huge. Are you sure you want this? &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;semmni 61 / 30000&lt;BR /&gt;&amp;gt;semmns 3406 / 60000&lt;BR /&gt;&lt;BR /&gt;The number of semaphores are also very high (30000 !)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;shmmax 8657051648 / 4398046511104&lt;BR /&gt;&lt;BR /&gt;4 398 046 511 104 = ~ 4T Also, some huge value!&lt;BR /&gt;&lt;BR /&gt;How does it look like the output for:&lt;BR /&gt;&lt;BR /&gt;ipcs -moba&lt;BR /&gt;&lt;BR /&gt;Oracle should use only one segment - and the biggest one from your system (maybe) - the one with 8657051648 bytes.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;shmmni 7 / 4096&lt;BR /&gt;&amp;gt;shmseg 3 / 512 &lt;BR /&gt;&lt;BR /&gt;Why did you set a very large segment identifiers? - 4096 is a huge value!&lt;BR /&gt;&lt;BR /&gt;Horia.</description>
      <pubDate>Mon, 01 Mar 2010 08:34:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/high-system-or-kernel-memory-usage/m-p/4592021#M374998</guid>
      <dc:creator>Horia Chirculescu</dc:creator>
      <dc:date>2010-03-01T08:34:33Z</dc:date>
    </item>
    <item>
      <title>Re: High System or Kernel Memory Usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/high-system-or-kernel-memory-usage/m-p/4592022#M374999</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;All the parameters below are default.&lt;BR /&gt;&lt;BR /&gt;maxdsiz 9764864 / 2147483647&lt;BR /&gt;maxdsiz_64bit 102367232 / 274877906944&lt;BR /&gt;maxfiles_lim 126 / 8192&lt;BR /&gt;maxssiz 106496 / 134217728&lt;BR /&gt;maxssiz_64bit 786432 / 1073741824&lt;BR /&gt;maxtsiz 7249920 / 1073741824&lt;BR /&gt;&lt;BR /&gt;Please see the attached document for ipcs -moba output. SEGSZ for oracle is 4GB</description>
      <pubDate>Mon, 01 Mar 2010 11:40:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/high-system-or-kernel-memory-usage/m-p/4592022#M374999</guid>
      <dc:creator>RahulS</dc:creator>
      <dc:date>2010-03-01T11:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: High System or Kernel Memory Usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/high-system-or-kernel-memory-usage/m-p/4592023#M375000</link>
      <description>T         ID     KEY        MODE        OWNER     GROUP   CREATOR    CGROUP NATTCH      SEGSZ  CPID  LPID   ATIME&lt;BR /&gt;&lt;BR /&gt;m      65542 0xc3eb8a14 --rw-rw----    oracle       dba    oracle       dba   1428 4311756800 18386 20019 14:26:38 &lt;BR /&gt;&lt;BR /&gt;NATTCH 1428 &lt;BR /&gt;SEGSZ 4311756800&lt;BR /&gt;&lt;BR /&gt;Number attached:  1428, that is processes - You are pigging out this system&lt;BR /&gt;&lt;BR /&gt;SEGMENT SIZE - In G bytes, 4 GB.  Which is fine.&lt;BR /&gt;&lt;BR /&gt;You can figure out the rest for total shared memory consumption yourself.  However, you've got to tune down the number of users or processes on this box or buy more RAM.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 01 Mar 2010 12:33:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/high-system-or-kernel-memory-usage/m-p/4592023#M375000</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2010-03-01T12:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: High System or Kernel Memory Usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/high-system-or-kernel-memory-usage/m-p/4592024#M375001</link>
      <description>Can you please share with us the output of&lt;BR /&gt;&lt;BR /&gt; ps -e |grep oracle |wc -l&lt;BR /&gt;&lt;BR /&gt;Horia.</description>
      <pubDate>Mon, 01 Mar 2010 13:04:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/high-system-or-kernel-memory-usage/m-p/4592024#M375001</guid>
      <dc:creator>Horia Chirculescu</dc:creator>
      <dc:date>2010-03-01T13:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: High System or Kernel Memory Usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/high-system-or-kernel-memory-usage/m-p/4592025#M375002</link>
      <description>Here it is&lt;BR /&gt;--------------------------&lt;BR /&gt;DB Node1&lt;BR /&gt;&lt;BR /&gt;# ps -aef|grep oracle|wc -l&lt;BR /&gt;764&lt;BR /&gt;--------------------------&lt;BR /&gt;DB Node2&lt;BR /&gt;$ ps -aef|grep oracle |wc -l&lt;BR /&gt;126</description>
      <pubDate>Mon, 01 Mar 2010 14:07:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/high-system-or-kernel-memory-usage/m-p/4592025#M375002</guid>
      <dc:creator>RahulS</dc:creator>
      <dc:date>2010-03-01T14:07:07Z</dc:date>
    </item>
  </channel>
</rss>

