<?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 memory issue in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-issue/m-p/3399890#M200587</link>
    <description>We recently migrated from a V2600 (32gb ram) to an RP8420 (32gb ram) and seen our memory utilization go up from around 83% on the V to the max (and start swapping) on the RP8420.  We have also added 4gb more memory and chewed into that!  We ran oracle databases.  We basically keep the same kernel params from the V which was running 11.0. Any ideas or experiences from anyone?&lt;BR /&gt;Thanks,</description>
    <pubDate>Thu, 14 Oct 2004 07:34:09 GMT</pubDate>
    <dc:creator>VWR Admin</dc:creator>
    <dc:date>2004-10-14T07:34:09Z</dc:date>
    <item>
      <title>memory issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-issue/m-p/3399890#M200587</link>
      <description>We recently migrated from a V2600 (32gb ram) to an RP8420 (32gb ram) and seen our memory utilization go up from around 83% on the V to the max (and start swapping) on the RP8420.  We have also added 4gb more memory and chewed into that!  We ran oracle databases.  We basically keep the same kernel params from the V which was running 11.0. Any ideas or experiences from anyone?&lt;BR /&gt;Thanks,</description>
      <pubDate>Thu, 14 Oct 2004 07:34:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-issue/m-p/3399890#M200587</guid>
      <dc:creator>VWR Admin</dc:creator>
      <dc:date>2004-10-14T07:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: memory issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-issue/m-p/3399891#M200588</link>
      <description>Which OS the new server runs??&lt;BR /&gt;What is the oracle version that runs on new server?? Is it same as that of old version??&lt;BR /&gt;&lt;BR /&gt;What are the buffer cache settings? What are the SGA settings on new server??&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Thu, 14 Oct 2004 07:56:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-issue/m-p/3399891#M200588</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2004-10-14T07:56:49Z</dc:date>
    </item>
    <item>
      <title>Re: memory issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-issue/m-p/3399892#M200589</link>
      <description>Also, please post a swlist -l product | grep PH listing.&lt;BR /&gt;&lt;BR /&gt;That way we can see what patches you already have loaded and what might apply to the situation.&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Oct 2004 08:24:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-issue/m-p/3399892#M200589</guid>
      <dc:creator>Kent Ostby</dc:creator>
      <dc:date>2004-10-14T08:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: memory issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-issue/m-p/3399893#M200590</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Can you post the last two lines in the 'memory' window (hotkey - m ) in glance?.&lt;BR /&gt;&lt;BR /&gt;Compare it with what you had on 11.0 before.&lt;BR /&gt;&lt;BR /&gt;11i does take up little more memory than 11.0 but not in the order of Gigs.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Thu, 14 Oct 2004 08:26:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-issue/m-p/3399893#M200590</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-10-14T08:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: memory issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-issue/m-p/3399894#M200591</link>
      <description>Generally 11.11 is a bit more memory hungry than 11.0 but the differences are not huge. With large systems, I always use static buffer caches by setting bufpages to a non-zero value. You probably want to limit buffer cache to a maximum of about 1600MB -- and that is quite generous. I would next look carefully at the sizes of the SGA's; any gains that you get from buffering in the SGA's (or the UNIX buffer cache) will be completely swamped by the performance hit you take from swapping. Another possible problem might be large memory-mapped files. You really need to use Glance to find where you memory is being used. Without data this is just a stab in the dark. Are you running the same version of Oracle? You should also look at the growth of process sizes over time. You just might have a memory leak that didn't manifest itself until the 11.11 shared libraries came into play. I assume that your 11.11 boxed is patched to the latest QPK level.&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Oct 2004 08:29:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-issue/m-p/3399894#M200591</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2004-10-14T08:29:16Z</dc:date>
    </item>
    <item>
      <title>Re: memory issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-issue/m-p/3399895#M200592</link>
      <description>I come again with the same hint on this kind of problem :)&lt;BR /&gt;Oracle and I/O Cache.&lt;BR /&gt;&lt;BR /&gt;Both OS and Oracle uses a cache for disks IO. Double cache implies memory overload and bad IO rate.&lt;BR /&gt;&lt;BR /&gt;Ways to solve the problem :&lt;BR /&gt;. Mount the FS with Oracl DB files with convosync=direct, mincache=direct and nodatainlog options. First two options will bypass the OS IO cache.&lt;BR /&gt;. Tune your OS kernel parameters dbc_min_pct and dbc_max_pct. They rule the IO cache size. They default on 50% for max value, so that, Oracle running, your cache will soon use 16GB !!! Reducing values with such a memory will surely help.&lt;BR /&gt;&lt;BR /&gt;Other points like 11i using more memory are also true (but you said you added 4GB RAM).&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Fred&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Oct 2004 08:43:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-issue/m-p/3399895#M200592</guid>
      <dc:creator>Fred Ruffet</dc:creator>
      <dc:date>2004-10-14T08:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: memory issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-issue/m-p/3399896#M200593</link>
      <description>Yes, you are right about dbc_min/max and for that same reason we have always set bufpages.  We currently have it at 50000 which gives us approx 195mb of buffer cache. We are thinking of adding another 4gb ram because when we were at 32gb we experienced about 30% device swap and when we went to 36gb ram we seen about 10% device swap. So maybe another 4gb will eliminate any device swap?</description>
      <pubDate>Thu, 14 Oct 2004 08:50:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-issue/m-p/3399896#M200593</guid>
      <dc:creator>VWR Admin</dc:creator>
      <dc:date>2004-10-14T08:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: memory issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-issue/m-p/3399897#M200594</link>
      <description>Your system needs a complete performance evaluation:&lt;BR /&gt;&lt;BR /&gt;See this doc:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www1.itrc.hp.com/service/cki/search.do?category=c0&amp;amp;docType=Security&amp;amp;docType=Patch&amp;amp;docType=EngineerNotes&amp;amp;docType=BugReports&amp;amp;docType=Hardware&amp;amp;docType=ReferenceMaterials&amp;amp;docType=ThirdParty&amp;amp;searchString=UPERFKBAN00000726&amp;amp;search.y=8&amp;amp;search.x=28&amp;amp;mode=id&amp;amp;admit=-682735245+1097762347865+28353475&amp;amp;searchCrit=allwords" target="_blank"&gt;http://www1.itrc.hp.com/service/cki/search.do?category=c0&amp;amp;docType=Security&amp;amp;docType=Patch&amp;amp;docType=EngineerNotes&amp;amp;docType=BugReports&amp;amp;docType=Hardware&amp;amp;docType=ReferenceMaterials&amp;amp;docType=ThirdParty&amp;amp;searchString=UPERFKBAN00000726&amp;amp;search.y=8&amp;amp;search.x=28&amp;amp;mode=id&amp;amp;admit=-682735245+1097762347865+28353475&amp;amp;searchCrit=allwords&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Collect some data over time with a script(attached) and your system can be turned into a smoking well tuned machine.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 14 Oct 2004 09:00:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-issue/m-p/3399897#M200594</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-10-14T09:00:10Z</dc:date>
    </item>
    <item>
      <title>Re: memory issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-issue/m-p/3399898#M200595</link>
      <description>How does it comes to use so much memory ? Once you start system and DB, or after a while, climbing slowly ?&lt;BR /&gt;&lt;BR /&gt;Have you changed OS Version ? (This question have been asked, but I didn't saw answer)&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Fred&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Oct 2004 09:00:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-issue/m-p/3399898#M200595</guid>
      <dc:creator>Fred Ruffet</dc:creator>
      <dc:date>2004-10-14T09:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: memory issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-issue/m-p/3399899#M200596</link>
      <description>Can you post your 'glance' numbers?. Open 'glance' window and press 'm' to bring up memory window. Then post the last two lines that show something like&lt;BR /&gt;&lt;BR /&gt;Total VM : 243.1mb   Sys Mem  :  3.99gb   User Mem: 285.3mb   Phys Mem:  32.0gb&lt;BR /&gt;Active VM: 167.3mb   Buf Cache: 654.7mb   Free Mem:  27.1gb&lt;BR /&gt;&lt;BR /&gt;Above is an RP8400 with 32GB of memory. As you see Sys Mem is only 4 GB. I would like to see how different your output is.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Thu, 14 Oct 2004 09:12:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-issue/m-p/3399899#M200596</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-10-14T09:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: memory issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-issue/m-p/3399900#M200597</link>
      <description>We are now running 11.11.&lt;BR /&gt;&lt;BR /&gt;GLANCE MEMORY STATS&lt;BR /&gt;&lt;BR /&gt;total vm: 33.7gb        &lt;BR /&gt;active: 4.64gb&lt;BR /&gt;&lt;BR /&gt;phys mem: 36gb&lt;BR /&gt;user mem: 24gb&lt;BR /&gt;sys mem: 4.73gb&lt;BR /&gt;free mem: 6.53gb&lt;BR /&gt;Buffer Cache:195MB</description>
      <pubDate>Thu, 14 Oct 2004 09:50:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-issue/m-p/3399900#M200597</guid>
      <dc:creator>VWR Admin</dc:creator>
      <dc:date>2004-10-14T09:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: memory issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-issue/m-p/3399901#M200598</link>
      <description>What many oracle instances you run on this system??&lt;BR /&gt;what are the values of shmmax, oracle sga??&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Thu, 14 Oct 2004 10:02:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-issue/m-p/3399901#M200598</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2004-10-14T10:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: memory issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-issue/m-p/3399902#M200599</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I believe things other than the OS also changed. 24GB is used by 'user' processes which is 75%.&lt;BR /&gt;&lt;BR /&gt;You still have 6.5 GB available. So, you are not really bottlenecking on memory. So, the device swap you are seeing may be due to memory mapped files.&lt;BR /&gt;&lt;BR /&gt;So, adding another 4GB is not really going to help as the system is not memory constrained yet. &lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Thu, 14 Oct 2004 10:02:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-issue/m-p/3399902#M200599</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-10-14T10:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: memory issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-issue/m-p/3399903#M200600</link>
      <description>Thta was just a snapshot at that time we did have memory left but now we are SOL. Did find a interesting DOC from Oracle about Large Memory Footprnts and 9i tuning on HPUX in dealing with the virtual memory page size!&lt;BR /&gt;Doc id 204510.1</description>
      <pubDate>Thu, 14 Oct 2004 14:33:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-issue/m-p/3399903#M200600</guid>
      <dc:creator>VWR Admin</dc:creator>
      <dc:date>2004-10-14T14:33:50Z</dc:date>
    </item>
  </channel>
</rss>

