<?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 Memory Util in GlancePlus in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/high-memory-util-in-glanceplus/m-p/2537532#M918342</link>
    <description>Let's start with the practical part: 256 megs is crippling your L-class system, especially for a database application.  If you want good performance, add between 2000 and 4000 Mbytes of RAM. From the HP-UX 11.0 webpages on &lt;A href="http://www.hp.com," target="_blank"&gt;www.hp.com,&lt;/A&gt; the minimum RAM for full benefits of 64-bit memory management requires 4000 Mbytes of RAM.&lt;BR /&gt;&lt;BR /&gt;100% RAM usage is a GOOD thing.  HP-UX is a virtual memory system and if more space is needed to run additional processes, the system will page deactivated processes out to the swap area.  You can easily run thousands of megs of processes on your system as long as you have enough swap space.&lt;BR /&gt;&lt;BR /&gt;Now I said 'easily run', not 'efficiently run'. Once paging starts, the throughput of the system drops in proportion to the amount of paging.  You have a very small buffer cache (under 8 megs) which severely limits filesystem I/O.  The percentages you are seeing are a function of the incredibly small amount of RAM you have available.  &lt;BR /&gt;&lt;BR /&gt;You could spend a few days removing various network and operating system daemons and get free memory up to 150 megs...but for a database program, that's not enough for a single instance of a well-configured program.&lt;BR /&gt;&lt;BR /&gt;If you are not concerned about performance, add 2000-4000 Mbytes of swap space and you'll be fine.  HP-UX will allocate space for all the processes and then page them back and forth as they are needed.  To monitor the paging rate, run the following commands:&lt;BR /&gt;&lt;BR /&gt;vmstat -z&lt;BR /&gt;then&lt;BR /&gt;vmstat -s&lt;BR /&gt;&lt;BR /&gt;vmstat -s will summarize memory activity.  Look specifically at page out as this is real swap space being used, while page in is counted for starting programs as well as paging back in.</description>
    <pubDate>Mon, 11 Jun 2001 12:19:56 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2001-06-11T12:19:56Z</dc:date>
    <item>
      <title>High Memory Util in GlancePlus</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/high-memory-util-in-glanceplus/m-p/2537518#M918328</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I'm having this new HP L-Class box with 256MB of RAM. However, now that the server is still not production (running live) yet and with no users logging on to it, it'a already having almost 85% of Memory Util as reflected in GlancePlus. Looking at the memory report in GlancePlus, it does breakdown the memory usage, showing the following :&lt;BR /&gt;&lt;BR /&gt;Total VM : 25.1MB&lt;BR /&gt;Active VM : 13.5MB&lt;BR /&gt;Sys Mem : 32.4MB&lt;BR /&gt;Buf Cache : 7.0MB&lt;BR /&gt;User Mem : 178.4MB&lt;BR /&gt;Free Mem : 37.4MB&lt;BR /&gt;Phys Mem : 256.0MB&lt;BR /&gt;&lt;BR /&gt;Attached is the screen captured in GlancePlus.&lt;BR /&gt;&lt;BR /&gt;I really can't imagine how this system is going to go production when no users using it already takes up 85% memory.&lt;BR /&gt;&lt;BR /&gt;Any parameters to tune in kernel ?&lt;BR /&gt;&lt;BR /&gt;All advise is welcome.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Shirley&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Jun 2001 02:07:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/high-memory-util-in-glanceplus/m-p/2537518#M918328</guid>
      <dc:creator>Tan Shirley</dc:creator>
      <dc:date>2001-06-07T02:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: High Memory Util in GlancePlus</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/high-memory-util-in-glanceplus/m-p/2537519#M918329</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Please advise what applications &lt;BR /&gt;and databases are installed and being used?&lt;BR /&gt;&lt;BR /&gt;e.g. Oracle, Informix or other RDBMS.&lt;BR /&gt;If it is one of these how many instances are &lt;BR /&gt;being used.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Michael</description>
      <pubDate>Thu, 07 Jun 2001 02:58:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/high-memory-util-in-glanceplus/m-p/2537519#M918329</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2001-06-07T02:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: High Memory Util in GlancePlus</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/high-memory-util-in-glanceplus/m-p/2537520#M918330</link>
      <description>Hi Michael,&lt;BR /&gt;&lt;BR /&gt;We are using Progress database for our ERP system. However, I've tried shutting down all the databases, but it does not help much. &lt;BR /&gt;&lt;BR /&gt;Also tried a fresh reboot without starting up the databases, it does help a bit, but I still get something like 30 - 40% mem util.&lt;BR /&gt;What could have "eaten" up the memory ?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Shirley&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Jun 2001 04:11:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/high-memory-util-in-glanceplus/m-p/2537520#M918330</guid>
      <dc:creator>Tan Shirley</dc:creator>
      <dc:date>2001-06-07T04:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: High Memory Util in GlancePlus</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/high-memory-util-in-glanceplus/m-p/2537521#M918331</link>
      <description>What is your buffer cache set at?  Check the dbc_min/max kernel parameters.  If they are the default values then a good start would be to change those values so that they are the same (like 15) and there is not a range of memory that it will use.</description>
      <pubDate>Thu, 07 Jun 2001 04:20:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/high-memory-util-in-glanceplus/m-p/2537521#M918331</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2001-06-07T04:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: High Memory Util in GlancePlus</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/high-memory-util-in-glanceplus/m-p/2537522#M918332</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Patrick is correct: to reduce the overhead of the buffer cache growing and shrinking it's advisable to set dbc_min_pct and dbc_max_pct to the same value. Calculating from the information you provided, the size of the buffer cache is currently around 3 percent.&lt;BR /&gt;&lt;BR /&gt;Could you also send us a screenshot of the process table (in Glance) and the system tables (&lt;T&gt; option in Glance)?&lt;BR /&gt;&lt;BR /&gt;Vincent&lt;/T&gt;</description>
      <pubDate>Thu, 07 Jun 2001 05:24:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/high-memory-util-in-glanceplus/m-p/2537522#M918332</guid>
      <dc:creator>Vincent Stedema</dc:creator>
      <dc:date>2001-06-07T05:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: High Memory Util in GlancePlus</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/high-memory-util-in-glanceplus/m-p/2537523#M918333</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;My dbc_min_pct and dbc_max_pct are both set to 2. &lt;BR /&gt;&lt;BR /&gt;Attached is the screen shot of Glance Process and System table.&lt;BR /&gt;&lt;BR /&gt;Really appreciate your help...&lt;BR /&gt;Thanks !&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Shirley</description>
      <pubDate>Thu, 07 Jun 2001 06:00:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/high-memory-util-in-glanceplus/m-p/2537523#M918333</guid>
      <dc:creator>Tan Shirley</dc:creator>
      <dc:date>2001-06-07T06:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: High Memory Util in GlancePlus</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/high-memory-util-in-glanceplus/m-p/2537524#M918334</link>
      <description>Hi Tan,&lt;BR /&gt;&lt;BR /&gt;you should also inspect the memory report button in glance.&lt;BR /&gt;To find oversized user processes, use "ps -el" and lokk at the SZ column. It gives the process size in units of 4k. That will help identify processes with big memory consumption. You could inspect their details with glance.&lt;BR /&gt;Also look for shared memory usage "ipcs -ma", where SEGSZ is the size in bytes. The owner of the shared memory gives typically hints for the usage.&lt;BR /&gt;Globally seen, high memory usage is not a serious problem per se, more interesting are the page faults per second etc. reported in the memory report of glance, when the system is running.&lt;BR /&gt;Can you perform a user simulation test in order to get a feeling for the perfomance.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Klaus&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Jun 2001 09:52:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/high-memory-util-in-glanceplus/m-p/2537524#M918334</guid>
      <dc:creator>Klaus Crusius</dc:creator>
      <dc:date>2001-06-07T09:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: High Memory Util in GlancePlus</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/high-memory-util-in-glanceplus/m-p/2537525#M918335</link>
      <description>we  have L100 server with 2gig of memory. we installed oracle 8.1.6 and oracle application 11i. when there in no users except 2 of us setting up/implementing  Oracle application, we found memory utilization for one instance is getting somewhere 80-90%. this server is not in production yet. after some research and troubleshooting, we found there is a memory leak. there is a application call mib2gat. this was growing every single day. Once applied the patch PHSS_21046, it took care part of the problem.  Also changing the dbc_min_pct and dbc_max_pct helped a little. You may check out for the mib2gat problem.&lt;BR /&gt;For us, it did not solve our problem completely. with one instance up and total of two users mainly implementing Oracle, we have 60-70% memory usage.</description>
      <pubDate>Thu, 07 Jun 2001 12:42:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/high-memory-util-in-glanceplus/m-p/2537525#M918335</guid>
      <dc:creator>Shumi Begum</dc:creator>
      <dc:date>2001-06-07T12:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: High Memory Util in GlancePlus</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/high-memory-util-in-glanceplus/m-p/2537526#M918336</link>
      <description>one other thing to look at would be the kernal parameter swapmem_on if it is set to 1 swap will allocate user memory also. try building a new kernal with swapmem_on=0 and check memory use then.</description>
      <pubDate>Thu, 07 Jun 2001 15:05:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/high-memory-util-in-glanceplus/m-p/2537526#M918336</guid>
      <dc:creator>mike pentecost</dc:creator>
      <dc:date>2001-06-07T15:05:52Z</dc:date>
    </item>
    <item>
      <title>Re: High Memory Util in GlancePlus</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/high-memory-util-in-glanceplus/m-p/2537527#M918337</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I've got something pretty similar to what Shumi had described. I realised that the mib2agt is taking up lots of mem. And I've searched the Internet and came to know about installing the PHSS_21046. I've downloaded the patch and installed prior to posting my question on this forum, 'cos the patch does not totally help!&lt;BR /&gt;&lt;BR /&gt;As for what Mike suggested, I've checked my Swapmem_on and it's already set to 0.&lt;BR /&gt;&lt;BR /&gt;As for Klaus, I've attached the ps -el output and the ipcs -ma output. Would really really appreciate if you could help me take a look and see if you could find the culprit that's "eating" up the mem.&lt;BR /&gt;&lt;BR /&gt;Thanks so much, guys!&lt;BR /&gt;More advise are welcome!&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Shirley</description>
      <pubDate>Fri, 08 Jun 2001 00:12:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/high-memory-util-in-glanceplus/m-p/2537527#M918337</guid>
      <dc:creator>Tan Shirley</dc:creator>
      <dc:date>2001-06-08T00:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: High Memory Util in GlancePlus</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/high-memory-util-in-glanceplus/m-p/2537528#M918338</link>
      <description>Hi Tan,&lt;BR /&gt;&lt;BR /&gt;It looks like your process "_mprosrv" is using a large amount of shared memory.  Perhaps your database server is configured to lock certain amount of shared memory at startup.  So, even if there are no clients connected, you will see high memory utilization.  As your clients connect to the server, I would expect that the memory utilization will not go much higher. &lt;BR /&gt;&lt;BR /&gt;If you want to list all processes using shared memory, take a look at the glance adviser script that I posted in:&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0xdd07a22d6d27d5118fef0090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0xdd07a22d6d27d5118fef0090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH</description>
      <pubDate>Fri, 08 Jun 2001 02:14:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/high-memory-util-in-glanceplus/m-p/2537528#M918338</guid>
      <dc:creator>Mladen Despic</dc:creator>
      <dc:date>2001-06-08T02:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: High Memory Util in GlancePlus</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/high-memory-util-in-glanceplus/m-p/2537529#M918339</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I've managed to reduce the amount of memory locking for my databses. Slight improvement. Now the mem util is around 68%. But I would still consider it on the high side since no processes and no users are using it!&lt;BR /&gt;&lt;BR /&gt;I've realised that the system memory seems abit too high. 32.4MB of sys mem out of 256MB of Physical mem, which is about 12.66% !&lt;BR /&gt;&lt;BR /&gt;Isn't that too high a percentage for a sys mem?&lt;BR /&gt;Any parameter to reduce the amount of sys mem?&lt;BR /&gt;Or what can I do to reduce sys mem?&lt;BR /&gt;&lt;BR /&gt;Any advise are welcome. Thanks !&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Shirley</description>
      <pubDate>Mon, 11 Jun 2001 00:49:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/high-memory-util-in-glanceplus/m-p/2537529#M918339</guid>
      <dc:creator>Tan Shirley</dc:creator>
      <dc:date>2001-06-11T00:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: High Memory Util in GlancePlus</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/high-memory-util-in-glanceplus/m-p/2537530#M918340</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can start with disabling daemons that aren't used. This will free up some resources.&lt;BR /&gt;&lt;BR /&gt;For instance:&lt;BR /&gt;&lt;BR /&gt;CDE desktop:&lt;BR /&gt;disable with /usr/dt/bin/dtconfig -d&lt;BR /&gt;&lt;BR /&gt;NFS services:&lt;BR /&gt;set NFS_CLIENT, NFS_SERVER, START_MOUNTD to 0 in /etc/rc.config.d/nfsconf&lt;BR /&gt;&lt;BR /&gt;automounter:&lt;BR /&gt;set AUTOMOUNT, AUTOFS to 0 in /etc/rc.config.d/nfsconf&lt;BR /&gt;&lt;BR /&gt;pwgrd (password caching and hashing daemon):&lt;BR /&gt;set PWGR to 0 in /etc/rc.config.d/pwgr if your passwd file is relatively small, but not if you have a rather large passwd file.&lt;BR /&gt;&lt;BR /&gt;Only disable these services if you don't need them for normal operation!&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Vincent</description>
      <pubDate>Mon, 11 Jun 2001 06:16:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/high-memory-util-in-glanceplus/m-p/2537530#M918340</guid>
      <dc:creator>Vincent Stedema</dc:creator>
      <dc:date>2001-06-11T06:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: High Memory Util in GlancePlus</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/high-memory-util-in-glanceplus/m-p/2537531#M918341</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;there is approximately 100MB of anomymous (key=0x00000000) shared memory used by owner root. The processes using these areas are named "_mprosrv" and "_mprshut". So I guess the postgress server is demanding this amount of memory.&lt;BR /&gt;&lt;BR /&gt;Kind Regards, Klaus</description>
      <pubDate>Mon, 11 Jun 2001 09:18:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/high-memory-util-in-glanceplus/m-p/2537531#M918341</guid>
      <dc:creator>Klaus Crusius</dc:creator>
      <dc:date>2001-06-11T09:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: High Memory Util in GlancePlus</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/high-memory-util-in-glanceplus/m-p/2537532#M918342</link>
      <description>Let's start with the practical part: 256 megs is crippling your L-class system, especially for a database application.  If you want good performance, add between 2000 and 4000 Mbytes of RAM. From the HP-UX 11.0 webpages on &lt;A href="http://www.hp.com," target="_blank"&gt;www.hp.com,&lt;/A&gt; the minimum RAM for full benefits of 64-bit memory management requires 4000 Mbytes of RAM.&lt;BR /&gt;&lt;BR /&gt;100% RAM usage is a GOOD thing.  HP-UX is a virtual memory system and if more space is needed to run additional processes, the system will page deactivated processes out to the swap area.  You can easily run thousands of megs of processes on your system as long as you have enough swap space.&lt;BR /&gt;&lt;BR /&gt;Now I said 'easily run', not 'efficiently run'. Once paging starts, the throughput of the system drops in proportion to the amount of paging.  You have a very small buffer cache (under 8 megs) which severely limits filesystem I/O.  The percentages you are seeing are a function of the incredibly small amount of RAM you have available.  &lt;BR /&gt;&lt;BR /&gt;You could spend a few days removing various network and operating system daemons and get free memory up to 150 megs...but for a database program, that's not enough for a single instance of a well-configured program.&lt;BR /&gt;&lt;BR /&gt;If you are not concerned about performance, add 2000-4000 Mbytes of swap space and you'll be fine.  HP-UX will allocate space for all the processes and then page them back and forth as they are needed.  To monitor the paging rate, run the following commands:&lt;BR /&gt;&lt;BR /&gt;vmstat -z&lt;BR /&gt;then&lt;BR /&gt;vmstat -s&lt;BR /&gt;&lt;BR /&gt;vmstat -s will summarize memory activity.  Look specifically at page out as this is real swap space being used, while page in is counted for starting programs as well as paging back in.</description>
      <pubDate>Mon, 11 Jun 2001 12:19:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/high-memory-util-in-glanceplus/m-p/2537532#M918342</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2001-06-11T12:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: High Memory Util in GlancePlus</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/high-memory-util-in-glanceplus/m-p/2537533#M918343</link>
      <description>Hi Tan,&lt;BR /&gt;&lt;BR /&gt;Set dbc_max_pct and dbc_min_pct to 12, nbuf and bufpages to 0(zero) and swapmem_on=1. Your total swap space should be at least 2*Physical memory.&lt;BR /&gt;This will give you a dynamic buffer caching and pseudo memory of 3/4 of Phy mem. Try out these changes through kernel configuration settings.</description>
      <pubDate>Mon, 11 Jun 2001 15:29:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/high-memory-util-in-glanceplus/m-p/2537533#M918343</guid>
      <dc:creator>CHRIS_ANORUO</dc:creator>
      <dc:date>2001-06-11T15:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: High Memory Util in GlancePlus</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/high-memory-util-in-glanceplus/m-p/2537534#M918344</link>
      <description>Hi Chris Anoruo,&lt;BR /&gt;&lt;BR /&gt;You were suggesting changing swapmem_on=1.&lt;BR /&gt;However, Mike Pentecost was saying that if swapmem_on is set to 1, it will allocate user memory. So I'm not sure whether setting swapmem_on to 1 is a wise choice or not. Please advise.</description>
      <pubDate>Tue, 12 Jun 2001 08:01:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/high-memory-util-in-glanceplus/m-p/2537534#M918344</guid>
      <dc:creator>Tan Shirley</dc:creator>
      <dc:date>2001-06-12T08:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: High Memory Util in GlancePlus</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/high-memory-util-in-glanceplus/m-p/2537535#M918345</link>
      <description>I am running HP-UX 11.0 on a 6 way N-Class with 2GB RAM, 1GB swap, swapmem_on=1 and dbc_max/min set to 50/5.&lt;BR /&gt;&lt;BR /&gt;Sept 2000 XSWGR/XSWHWCR bundles are installed with oracle 8.1.6.2 and our companies products. Afer a few days memory runs out and login is impossible. The initial assumption was a product memory leak, but investigations have shown the problem to be a more general one:&lt;BR /&gt;&lt;BR /&gt;- Product shared memeory segments not released&lt;BR /&gt;- Oracle shared memory not released&lt;BR /&gt;- Glance shared memory not released&lt;BR /&gt;- buf cache grows to 1GB&lt;BR /&gt;&lt;BR /&gt;swapinfo shows 'memory' % growing.&lt;BR /&gt;vmstat shows free pages decreasing (possibly co-inciding with ftp sessions)&lt;BR /&gt;&lt;BR /&gt;o Am I missing more recent patches?&lt;BR /&gt;o Will setting the swap area to a better size resolve this and, if so, is this not a defect in memory management based on the above configuration?&lt;BR /&gt;&lt;BR /&gt;I have been investigating this for two weeks with no single symptom and several red herrings including mib2agt high memory usage resolved by patch PHSS_21046&lt;BR /&gt;&lt;BR /&gt;Please can someone show me the light?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Sandy&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Aug 2001 05:30:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/high-memory-util-in-glanceplus/m-p/2537535#M918345</guid>
      <dc:creator>Sandy Orr</dc:creator>
      <dc:date>2001-08-02T05:30:37Z</dc:date>
    </item>
  </channel>
</rss>

