<?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 Leakage in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-leakage/m-p/4977328#M419065</link>
    <description>What OS are you on and where are you seeing the leaks?&lt;BR /&gt;&lt;BR /&gt;What patches do you have installed on your system?&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 04 May 2006 14:00:53 GMT</pubDate>
    <dc:creator>Kent Ostby</dc:creator>
    <dc:date>2006-05-04T14:00:53Z</dc:date>
    <item>
      <title>Memory Leakage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-leakage/m-p/4977327#M419064</link>
      <description>Hi All;&lt;BR /&gt;&lt;BR /&gt;How to prevent memory leakage? it seems Memory utilization has had a slowly increasing trend (about 1.4%) for the past couple of months. need help&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;indrajit</description>
      <pubDate>Thu, 04 May 2006 13:58:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-leakage/m-p/4977327#M419064</guid>
      <dc:creator>Indrajit_1</dc:creator>
      <dc:date>2006-05-04T13:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Leakage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-leakage/m-p/4977328#M419065</link>
      <description>What OS are you on and where are you seeing the leaks?&lt;BR /&gt;&lt;BR /&gt;What patches do you have installed on your system?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 04 May 2006 14:00:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-leakage/m-p/4977328#M419065</guid>
      <dc:creator>Kent Ostby</dc:creator>
      <dc:date>2006-05-04T14:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Leakage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-leakage/m-p/4977329#M419066</link>
      <description>Memory leakage could be a result of a bad programming style. If you allocate space for your variables and arrays and don't free the space after use in your program, the memory will get "leak".&lt;BR /&gt;&lt;BR /&gt;In former times when your word processor and your text fits on a floppy-disk, the programs were really memory optimized. Most of the current programs are different. &lt;BR /&gt;;-)</description>
      <pubDate>Thu, 04 May 2006 14:03:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-leakage/m-p/4977329#M419066</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2006-05-04T14:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Leakage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-leakage/m-p/4977330#M419067</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;It is not unusual for a programs' memory footprint to grow over time, since the memory it uses isn't released to the system until the process terminates.&lt;BR /&gt;&lt;BR /&gt;True memory leaks are code bugs.  A program that 'malloc's memory but fails to 'free' it when it is no longer needed looses track of the memory it has requested and is said to "leak".&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 04 May 2006 14:10:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-leakage/m-p/4977330#M419067</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-05-04T14:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Leakage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-leakage/m-p/4977331#M419068</link>
      <description>there are some tools to track memory leakage, one of them is valgrind (only on Linux) see &lt;A href="http://valgrind.org/" target="_blank"&gt;http://valgrind.org/&lt;/A&gt;&lt;BR /&gt;for HP-UX you can use Rational Purify:&lt;BR /&gt;    &lt;A href="http://www-306.ibm.com/software/awdtools/purifyplus/" target="_blank"&gt;http://www-306.ibm.com/software/awdtools/purifyplus/&lt;/A&gt;  &lt;BR /&gt;</description>
      <pubDate>Fri, 05 May 2006 02:05:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-leakage/m-p/4977331#M419068</guid>
      <dc:creator>Laurent Laperrousaz</dc:creator>
      <dc:date>2006-05-05T02:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Leakage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-leakage/m-p/4977332#M419069</link>
      <description>Hi All;&lt;BR /&gt;&lt;BR /&gt;Thanks all of you.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Indrajit Roy&lt;BR /&gt;</description>
      <pubDate>Fri, 05 May 2006 10:00:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-leakage/m-p/4977332#M419069</guid>
      <dc:creator>Indrajit_1</dc:creator>
      <dc:date>2006-05-05T10:00:09Z</dc:date>
    </item>
  </channel>
</rss>

