<?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 leackage in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-leackage/m-p/2712908#M946952</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You can see memory used with ps&lt;BR /&gt;&lt;BR /&gt;/bin/rm /tmp/$PPID 2&amp;gt;/dev/null&lt;BR /&gt;UNIX95= ps -e -o ruser,vsz,pid,args &amp;gt; /tmp/$PPID&lt;BR /&gt;head -n 1 /tmp/$PPID&lt;BR /&gt;tail -n +2 /tmp/$PPID|&lt;BR /&gt;sort -rnk2&lt;BR /&gt;/bin/rm /tmp/$PPID 2&amp;gt;/dev/null&lt;BR /&gt;&lt;BR /&gt;Will give processes by memory usage.&lt;BR /&gt;&lt;BR /&gt;If one process grows it is leaking.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;                   steve Steel</description>
    <pubDate>Mon, 29 Apr 2002 10:24:15 GMT</pubDate>
    <dc:creator>Steve Steel</dc:creator>
    <dc:date>2002-04-29T10:24:15Z</dc:date>
    <item>
      <title>memory leackage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-leackage/m-p/2712907#M946951</link>
      <description>How can I know any memory leak&lt;BR /&gt;ipcrm with idno can remove memory leak but how we know which memory causing problem&lt;BR /&gt;when I was trying to recover file system using frecover but it does not work then i did ipcrm oracle id i found with ipcm command then it work but i was not sure about the id, but can we know there any leakage.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;CSD&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Apr 2002 10:15:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-leackage/m-p/2712907#M946951</guid>
      <dc:creator>csd_1</dc:creator>
      <dc:date>2002-04-29T10:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: memory leackage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-leackage/m-p/2712908#M946952</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You can see memory used with ps&lt;BR /&gt;&lt;BR /&gt;/bin/rm /tmp/$PPID 2&amp;gt;/dev/null&lt;BR /&gt;UNIX95= ps -e -o ruser,vsz,pid,args &amp;gt; /tmp/$PPID&lt;BR /&gt;head -n 1 /tmp/$PPID&lt;BR /&gt;tail -n +2 /tmp/$PPID|&lt;BR /&gt;sort -rnk2&lt;BR /&gt;/bin/rm /tmp/$PPID 2&amp;gt;/dev/null&lt;BR /&gt;&lt;BR /&gt;Will give processes by memory usage.&lt;BR /&gt;&lt;BR /&gt;If one process grows it is leaking.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;                   steve Steel</description>
      <pubDate>Mon, 29 Apr 2002 10:24:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-leackage/m-p/2712908#M946952</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2002-04-29T10:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: memory leackage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-leackage/m-p/2712909#M946953</link>
      <description>&lt;BR /&gt;Thanks for your response I got like this from this how I know oracle process have leackage &lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;CSD&lt;BR /&gt;&lt;BR /&gt;applcrp1   30212 27866 oracleCRP1 (LOCAL=NO)&lt;BR /&gt;applcrp1   30212 27858 oracleCRP1 (LOCAL=NO)&lt;BR /&gt;applcrp1   30212 27850 oracleCRP1 (LOCAL=NO)&lt;BR /&gt;applcrp1   30212 27834 oracleCRP1 (LOCAL=NO)&lt;BR /&gt;applcrp1   30212 27810 oracleCRP1 (LOCAL=NO)&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Apr 2002 10:34:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-leackage/m-p/2712909#M946953</guid>
      <dc:creator>csd_1</dc:creator>
      <dc:date>2002-04-29T10:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: memory leackage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-leackage/m-p/2712910#M946954</link>
      <description>csd,&lt;BR /&gt;&lt;BR /&gt;Processes cause memory leaks, not physical memory itself. Along with Steve's suggestion, use glance to "drill" into potential offenders.&lt;BR /&gt;&lt;BR /&gt;Also, make sure you have the latest Patches for your OS and your applications.&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Mon, 29 Apr 2002 10:35:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-leackage/m-p/2712910#M946954</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-04-29T10:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: memory leackage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-leackage/m-p/2712911#M946955</link>
      <description>If you suspect a memory leak you should do the following:&lt;BR /&gt;&lt;BR /&gt;check the size of your processes&lt;BR /&gt;&lt;BR /&gt;You can get the top virtual memory usage processes like this:&lt;BR /&gt;UNIX95= ps -e -o ruser,sz,vsz,pid,args | sort -rnk3 | head -3&lt;BR /&gt;&lt;BR /&gt;If they stay constant you dont have a memory leak in user space.&lt;BR /&gt;There might still be a meory leak in the kernel.&lt;BR /&gt;&lt;BR /&gt;check this with kmeminfo. If you dont't have kmeminfo download PHCO_20262. This contains kmeminfo.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Rainer</description>
      <pubDate>Mon, 29 Apr 2002 11:11:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-leackage/m-p/2712911#M946955</guid>
      <dc:creator>Rainer von Bongartz</dc:creator>
      <dc:date>2002-04-29T11:11:30Z</dc:date>
    </item>
    <item>
      <title>Re: memory leackage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-leackage/m-p/2712912#M946956</link>
      <description>Your problem is with shared memory, not a memory leak. Shared memory will become fragmented as you start and stop various processes and fbackup/frecover use shared memory. However, when Oracle or frecover request shared memory, there must be enough contiguous space to hold the requested segment. While there may be plenty of shared memory, none of the pieces are large enough.&lt;BR /&gt;&lt;BR /&gt;This problem is associated with 32bit applications and can only be fixed by stopping all the processes using shared memory and then restarting them in a specific order. You'll need to read the white papers on memory management and process management which are found in /usr/share/doc. Also get a copy of shminfo so you can see the fragmentation:&lt;BR /&gt;&lt;BR /&gt;ftp://contrib:9unsupp8@hprc.external.hp.com/sysadmin/programs/shminfo/</description>
      <pubDate>Mon, 29 Apr 2002 11:12:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-leackage/m-p/2712912#M946956</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2002-04-29T11:12:16Z</dc:date>
    </item>
  </channel>
</rss>

