<?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 Problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-problem/m-p/3877290#M279474</link>
    <description>Some basic checks:&lt;BR /&gt;What is your exact Oracle version ?&lt;BR /&gt;Version of OS (uname -a)&lt;BR /&gt;What are the SGA size of each DB ?&lt;BR /&gt;&lt;BR /&gt;Can you give a breakdown of ipcs -m&lt;BR /&gt;when all db are running and&lt;BR /&gt;compare that with ipcs -m when only one is running.&lt;BR /&gt;&lt;BR /&gt;Check the resisent memory of your process&lt;BR /&gt;and how they grow by doing a full listing&lt;BR /&gt;of top processes and rerun every 10 seconds:&lt;BR /&gt;&lt;BR /&gt;UNIX95= ps -e -o pcpu -o time -o ruser -o sz -opid -o args|grep -v %CPU| sort -nr|tail -n +2|head -n 20&lt;BR /&gt;&lt;BR /&gt;Also if you have access to metalink, it&lt;BR /&gt;could be wise to log a call on the forum,&lt;BR /&gt;because you could be dealing with an Oracle bug with malloc, and then you will need a patch.</description>
    <pubDate>Tue, 10 Oct 2006 02:19:59 GMT</pubDate>
    <dc:creator>Frank de Vries</dc:creator>
    <dc:date>2006-10-10T02:19:59Z</dc:date>
    <item>
      <title>Memory Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-problem/m-p/3877289#M279473</link>
      <description>I have a RP3440 machine with 16GB RAM.that runs 3 oracle databases  and Tuxedo. The swap memory gets full to 100% suddenly.if i shutdown 2 oracle database it comes to 60%.But if i see all the process memory utilisation is is about 5Gb but in swapinfo it is 9GB utilised, why the memory is not freed up. please help</description>
      <pubDate>Tue, 10 Oct 2006 02:00:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-problem/m-p/3877289#M279473</guid>
      <dc:creator>karthiknarayan</dc:creator>
      <dc:date>2006-10-10T02:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-problem/m-p/3877290#M279474</link>
      <description>Some basic checks:&lt;BR /&gt;What is your exact Oracle version ?&lt;BR /&gt;Version of OS (uname -a)&lt;BR /&gt;What are the SGA size of each DB ?&lt;BR /&gt;&lt;BR /&gt;Can you give a breakdown of ipcs -m&lt;BR /&gt;when all db are running and&lt;BR /&gt;compare that with ipcs -m when only one is running.&lt;BR /&gt;&lt;BR /&gt;Check the resisent memory of your process&lt;BR /&gt;and how they grow by doing a full listing&lt;BR /&gt;of top processes and rerun every 10 seconds:&lt;BR /&gt;&lt;BR /&gt;UNIX95= ps -e -o pcpu -o time -o ruser -o sz -opid -o args|grep -v %CPU| sort -nr|tail -n +2|head -n 20&lt;BR /&gt;&lt;BR /&gt;Also if you have access to metalink, it&lt;BR /&gt;could be wise to log a call on the forum,&lt;BR /&gt;because you could be dealing with an Oracle bug with malloc, and then you will need a patch.</description>
      <pubDate>Tue, 10 Oct 2006 02:19:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-problem/m-p/3877290#M279474</guid>
      <dc:creator>Frank de Vries</dc:creator>
      <dc:date>2006-10-10T02:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-problem/m-p/3877291#M279475</link>
      <description>My system swapinfo says that the Mem used is 9224476,but when i see the mem usage of all the process is ts 1234827, why the swapinfo shows extra mem utilised, if there is a mem leak how to sort it out</description>
      <pubDate>Tue, 10 Oct 2006 23:28:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-problem/m-p/3877291#M279475</guid>
      <dc:creator>karthiknarayan</dc:creator>
      <dc:date>2006-10-10T23:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-problem/m-p/3877292#M279476</link>
      <description>You are reading something into the "memory" line of swapinfo that is not there. The memory line refers to pseudoswap which isn't really swap and really isn't memory usage either. It's simply a kernel bookkeeping hack that allows the machine to count 75% of physical memory as though it were swap space for process reservation calculation. This allows a machine to actually be able to run with less actual swapspace than physical memory.</description>
      <pubDate>Tue, 10 Oct 2006 23:35:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-problem/m-p/3877292#M279476</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-10-10T23:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-problem/m-p/3877293#M279477</link>
      <description>As you assign points, please keep in mind the scale that applies: &lt;BR /&gt;&lt;BR /&gt;N/A: The answer was simply a point of clarification to my original question &lt;BR /&gt;&lt;BR /&gt;1-3: The answer didn't really help answer my question but thanks for your assistance! &lt;BR /&gt;&lt;BR /&gt;4-7: The answer helped with a portion of my question, but I still need some additional help. &lt;BR /&gt;&lt;BR /&gt;8-10: The answer has solved my problem completely! Now I'm a happy camper! &lt;BR /&gt;&lt;BR /&gt;If you have questions about the Points System, please look for more information in the Support Forums FAQs.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Nov 2006 05:36:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-problem/m-p/3877293#M279477</guid>
      <dc:creator>Frank de Vries</dc:creator>
      <dc:date>2006-11-06T05:36:12Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-problem/m-p/3877294#M279478</link>
      <description>Friend &lt;BR /&gt;he uses stm and he twirls one check in this memoria.</description>
      <pubDate>Mon, 06 Nov 2006 06:11:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-problem/m-p/3877294#M279478</guid>
      <dc:creator>Calandrello</dc:creator>
      <dc:date>2006-11-06T06:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-problem/m-p/3877295#M279479</link>
      <description>Karthiknarayan,&lt;BR /&gt;&lt;BR /&gt;Please keep in mind that applications like oracle will reserve a huge amount of memory for their use, and when that happens also a huge amount of swap will be reserved ( not used but reserved ).&lt;BR /&gt;&lt;BR /&gt;The command I imagine you are using should be swapinfo -tam, if this is the case you should be concerned with the total line, than porcentange should never be close to a hundret porcent.&lt;BR /&gt;&lt;BR /&gt;Also remember that for the same reason explained above, everytime that you reboot your machine, you will free up the memory, but as soon as the application starts it's going to reserved it again.&lt;BR /&gt;&lt;BR /&gt;For more information on what is using your memory refer to this manual:&lt;BR /&gt;&lt;BR /&gt;ftp://eh:spear9@hprc.external.hp.com/memory.htm&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Jaime.</description>
      <pubDate>Mon, 06 Nov 2006 07:12:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-problem/m-p/3877295#M279479</guid>
      <dc:creator>Jaime Bolanos Rojas.</dc:creator>
      <dc:date>2006-11-06T07:12:48Z</dc:date>
    </item>
  </channel>
</rss>

