<?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 reclamation and kill -9 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-reclamation-and-kill-9/m-p/3498317#M216110</link>
    <description>The non shared memory is reclaimed, but be aware of zombies. If the process becomes zombie for some reason (bad programming or crash of the father process for example), then the memory is not reclaimed as long as zombie process exists.&lt;BR /&gt;&lt;BR /&gt;In the case all goes smooth and you don't see the PID in the "ps -ef" anymore, you can be pretty sure the the non-shared memory was released.</description>
    <pubDate>Sat, 05 Mar 2005 15:49:02 GMT</pubDate>
    <dc:creator>Alex Lavrov.</dc:creator>
    <dc:date>2005-03-05T15:49:02Z</dc:date>
    <item>
      <title>memory reclamation and kill -9</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-reclamation-and-kill-9/m-p/3498316#M216109</link>
      <description>When a program is killed with SIGKILL, is the non-shared memory used by that process always immediately reclaimed by the kernel?  If not, what determines whether or not such memory is reclaimed by the kernel?&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;Ed&lt;BR /&gt;</description>
      <pubDate>Sat, 05 Mar 2005 11:10:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-reclamation-and-kill-9/m-p/3498316#M216109</guid>
      <dc:creator>Ed Loehr</dc:creator>
      <dc:date>2005-03-05T11:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: memory reclamation and kill -9</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-reclamation-and-kill-9/m-p/3498317#M216110</link>
      <description>The non shared memory is reclaimed, but be aware of zombies. If the process becomes zombie for some reason (bad programming or crash of the father process for example), then the memory is not reclaimed as long as zombie process exists.&lt;BR /&gt;&lt;BR /&gt;In the case all goes smooth and you don't see the PID in the "ps -ef" anymore, you can be pretty sure the the non-shared memory was released.</description>
      <pubDate>Sat, 05 Mar 2005 15:49:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-reclamation-and-kill-9/m-p/3498317#M216110</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2005-03-05T15:49:02Z</dc:date>
    </item>
    <item>
      <title>Re: memory reclamation and kill -9</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-reclamation-and-kill-9/m-p/3498318#M216111</link>
      <description>If you need to find out any zombie processthe command # top will sow this.&lt;BR /&gt;&lt;BR /&gt;see&lt;BR /&gt;&lt;BR /&gt;# man top&lt;BR /&gt;&lt;BR /&gt;HTH</description>
      <pubDate>Sat, 05 Mar 2005 16:20:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-reclamation-and-kill-9/m-p/3498318#M216111</guid>
      <dc:creator>lawrenzo</dc:creator>
      <dc:date>2005-03-05T16:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: memory reclamation and kill -9</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-reclamation-and-kill-9/m-p/3498319#M216112</link>
      <description>Another way to find them (zombies):&lt;BR /&gt;&lt;BR /&gt;ps -ef | grep defunct&lt;BR /&gt;&lt;BR /&gt;they will show up as &lt;DEFUNCT&gt; processes.&lt;/DEFUNCT&gt;</description>
      <pubDate>Sat, 05 Mar 2005 16:23:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-reclamation-and-kill-9/m-p/3498319#M216112</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2005-03-05T16:23:20Z</dc:date>
    </item>
    <item>
      <title>Re: memory reclamation and kill -9</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-reclamation-and-kill-9/m-p/3498320#M216113</link>
      <description>One sure way to get rid of zombies.&lt;BR /&gt;&lt;BR /&gt;Reboot.&lt;BR /&gt;&lt;BR /&gt;kill -9 rarely works.&lt;BR /&gt;&lt;BR /&gt;kill -9 can create zombies if you direct it at say the middle generation of a process that has a parent and a child.&lt;BR /&gt;&lt;BR /&gt;As far as shared memory goes ipcrm -m or -s depending on the type you want released will sometimes help.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sat, 05 Mar 2005 21:37:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-reclamation-and-kill-9/m-p/3498320#M216113</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-03-05T21:37:15Z</dc:date>
    </item>
  </channel>
</rss>

