<?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: Can you tell me whcih  patch to solve the memory leak problem ? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/can-you-tell-me-whcih-patch-to-solve-the-memory-leak-problem/m-p/2922098#M109752</link>
    <description>It has been my experience that the best resolution to a memory leak problem...has been to find the process, and fix it's code.&lt;BR /&gt;&lt;BR /&gt;Just a thought,&lt;BR /&gt;Rita&lt;BR /&gt;</description>
    <pubDate>Fri, 07 Mar 2003 14:11:13 GMT</pubDate>
    <dc:creator>Rita C Workman</dc:creator>
    <dc:date>2003-03-07T14:11:13Z</dc:date>
    <item>
      <title>Can you tell me whcih  patch to solve the memory leak problem ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-you-tell-me-whcih-patch-to-solve-the-memory-leak-problem/m-p/2922095#M109749</link>
      <description>Hi: all&lt;BR /&gt;I have one oracle test enviorment that run on hp-ux 11.00 platform.&lt;BR /&gt;When I execute some operation like delete million rows from one table ,&lt;BR /&gt;the free memory of OS  reduce qucikly.&lt;BR /&gt;But when the operation finished, the memory occupied by the delete process not return to OS. &lt;BR /&gt;I think maybe some patch related to process memory leak that I have not install. &lt;BR /&gt;Some one told me that I need install patch phss_23655 .&lt;BR /&gt;Can you tell me  some other patch must installed on hp-ux 11.00 ? Thanks !!</description>
      <pubDate>Fri, 07 Mar 2003 13:55:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-you-tell-me-whcih-patch-to-solve-the-memory-leak-problem/m-p/2922095#M109749</guid>
      <dc:creator>xiongye_2</dc:creator>
      <dc:date>2003-03-07T13:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: Can you tell me whcih  patch to solve the memory leak problem ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-you-tell-me-whcih-patch-to-solve-the-memory-leak-problem/m-p/2922096#M109750</link>
      <description>download this ones, check dependencies and install them with option match_target&lt;BR /&gt;&lt;BR /&gt;PHKL_22208 Fix VxFS DMAPI DPFs and Memory Leak&lt;BR /&gt;PHKL_23409 [O] NFS, Large Data Space, kernel memory leak&lt;BR /&gt;PHKL_24082 VxFS 3.3 Fix DMAPI memory leak &amp;amp; NFS hang&lt;BR /&gt;PHNE_25579 HSC 100BT lan cumulative patch&lt;BR /&gt;PHNE_25580 PCI 100BT lan cumulative patch&lt;BR /&gt;PHNE_25907 Built-in PCI 100BASE-T patch&lt;BR /&gt;PHNE_26096 [O] telnet kernel and telnetd(1M) patch&lt;BR /&gt;PHNE_26250 LAN product cumulative patch&lt;BR /&gt;PHNE_26271 4 port PCI 100BASE-T cumulative patch&lt;BR /&gt;PHNE_26293 PCI 100B(Tx/Fx) cumulative patch&lt;BR /&gt;PHNE_26297 [O] 3.10.01 ACC X.25/9000 Link S/W Patch&lt;BR /&gt;PHNE_26730 ATM PCI, HSC and HP-PB cumulative patch&lt;BR /&gt;PHCO_26916 more(1) cumulative patch&lt;BR /&gt;PHSS_26943 Support Tool Manager Dec 01 Patch&lt;BR /&gt;PHNE_27651 [O] Cumulative STREAMS Patch&lt;BR /&gt;PHNE_27821 Streams Pty cumulative patch&lt;BR /&gt;PHNE_27886 [WB] cumulative ARPA Transport patch&lt;BR /&gt;PHNE_28102 [O] ONC/NFS General Release/Performance Patch&lt;BR /&gt;PHKL_28131 SCSI IO Subsystem Cumulative Patch&lt;BR /&gt;PHKL_28172 kmadmin; autoload; DLKM load; MO; eventport&lt;BR /&gt;PHKL_28502 diag2 cumulative patch&lt;BR /&gt;PHKL_28602 VxFS fsadm,MMF hang,mmap() perf improvement&lt;BR /&gt;PHSS_28613 [O] Support Tool Manager Mar 02 Patch&lt;BR /&gt;</description>
      <pubDate>Fri, 07 Mar 2003 13:59:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-you-tell-me-whcih-patch-to-solve-the-memory-leak-problem/m-p/2922096#M109750</guid>
      <dc:creator>Armin Feller</dc:creator>
      <dc:date>2003-03-07T13:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: Can you tell me whcih  patch to solve the memory leak problem ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-you-tell-me-whcih-patch-to-solve-the-memory-leak-problem/m-p/2922097#M109751</link>
      <description>Very, very often when "...process not return to OS..." this is because the process has become a runaway.  Can you stop oracle?&lt;BR /&gt;&lt;BR /&gt;Try fuser /filesystem&lt;BR /&gt;&lt;BR /&gt;-or-&lt;BR /&gt;&lt;BR /&gt;ps -ef | grep -i ora&lt;BR /&gt;&lt;BR /&gt;-or-&lt;BR /&gt;&lt;BR /&gt;lsof /filesystem&lt;BR /&gt;&lt;BR /&gt;...and analyze.</description>
      <pubDate>Fri, 07 Mar 2003 14:08:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-you-tell-me-whcih-patch-to-solve-the-memory-leak-problem/m-p/2922097#M109751</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-03-07T14:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: Can you tell me whcih  patch to solve the memory leak problem ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-you-tell-me-whcih-patch-to-solve-the-memory-leak-problem/m-p/2922098#M109752</link>
      <description>It has been my experience that the best resolution to a memory leak problem...has been to find the process, and fix it's code.&lt;BR /&gt;&lt;BR /&gt;Just a thought,&lt;BR /&gt;Rita&lt;BR /&gt;</description>
      <pubDate>Fri, 07 Mar 2003 14:11:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-you-tell-me-whcih-patch-to-solve-the-memory-leak-problem/m-p/2922098#M109752</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2003-03-07T14:11:13Z</dc:date>
    </item>
  </channel>
</rss>

