<?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 is not released in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-is-not-released/m-p/3874094#M773620</link>
    <description>Hello everybody!&lt;BR /&gt;&lt;BR /&gt;Something very weird is happening in my C8000 HP-UX 11.11.&lt;BR /&gt;Monitoring the system using top or nice top, I can see that the "memory free" is always decreasing. I do need to reboot my system almost each 2 days.&lt;BR /&gt;As far as I could analyze, no processes were hung.&lt;BR /&gt;I could not find out what's going on.&lt;BR /&gt;Any ideas?&lt;BR /&gt;Thank you very very much!</description>
    <pubDate>Tue, 03 Oct 2006 22:19:46 GMT</pubDate>
    <dc:creator>ClaudiaAmado</dc:creator>
    <dc:date>2006-10-03T22:19:46Z</dc:date>
    <item>
      <title>Memory is not released</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-is-not-released/m-p/3874094#M773620</link>
      <description>Hello everybody!&lt;BR /&gt;&lt;BR /&gt;Something very weird is happening in my C8000 HP-UX 11.11.&lt;BR /&gt;Monitoring the system using top or nice top, I can see that the "memory free" is always decreasing. I do need to reboot my system almost each 2 days.&lt;BR /&gt;As far as I could analyze, no processes were hung.&lt;BR /&gt;I could not find out what's going on.&lt;BR /&gt;Any ideas?&lt;BR /&gt;Thank you very very much!</description>
      <pubDate>Tue, 03 Oct 2006 22:19:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-is-not-released/m-p/3874094#M773620</guid>
      <dc:creator>ClaudiaAmado</dc:creator>
      <dc:date>2006-10-03T22:19:46Z</dc:date>
    </item>
    <item>
      <title>Re: Memory is not released</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-is-not-released/m-p/3874095#M773621</link>
      <description>Top is a rather useless tool to monotor memory usage in a machine; it only measures the amount of memory assocaited with processes and even that is very difficult to do because the same shared library functions and even the same executables might be shared by many processes yet that memory use should only count as 1 for the system itself.&lt;BR /&gt;&lt;BR /&gt;What you should do is something like:&lt;BR /&gt;UNIX95=1 ps -o vsz,pid,comm &lt;BR /&gt;as a cronjob and log the output to a file. &lt;BR /&gt;&lt;BR /&gt;If you see the same process growing (the vsz) column over time then you probably have a memory leak and the answer is to fix the code. You should note that some processes grow over time normally until some equibrium value is reached (or a system limit is reached).</description>
      <pubDate>Tue, 03 Oct 2006 22:40:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-is-not-released/m-p/3874095#M773621</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-10-03T22:40:40Z</dc:date>
    </item>
  </channel>
</rss>

