<?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 leak in CMS in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/memory-leak-in-cms/m-p/4760377#M19463</link>
    <description>Mike,&lt;BR /&gt;&lt;BR /&gt;I had similar issues with CMS 4-6 but these showed up with LIB$FREE_VM. The case number is 4616365989 (if that is any help) which was raised sometime round September last year. I don;t know if the fix is available yet, I may have look around and see if can find a recent patch kit.&lt;BR /&gt;&lt;BR /&gt;cheers&lt;BR /&gt;&lt;BR /&gt;Brian</description>
    <pubDate>Thu, 03 Mar 2011 08:03:31 GMT</pubDate>
    <dc:creator>Brian Reiter</dc:creator>
    <dc:date>2011-03-03T08:03:31Z</dc:date>
    <item>
      <title>Memory leak in CMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/memory-leak-in-cms/m-p/4760372#M19458</link>
      <description>Using CMS Vers. 4.6 on OpenVMS V8.4 on an Itanium.&lt;BR /&gt;&lt;BR /&gt;There is a fairly large memory leak in all CMS commands that use the CMS DIF functionality. (CMS VERIFY, CMS DIF, CMS REPLACE/IF....). The memory is restored on completion of the CMS task.&lt;BR /&gt;&lt;BR /&gt;My current workaround is to only use these commands on individual elements in DCL.&lt;BR /&gt;&lt;BR /&gt;I'm not having much luck finding a proper contact to send this information.</description>
      <pubDate>Wed, 02 Mar 2011 16:38:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/memory-leak-in-cms/m-p/4760372#M19458</guid>
      <dc:creator>Michael Steve</dc:creator>
      <dc:date>2011-03-02T16:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: Memory leak in CMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/memory-leak-in-cms/m-p/4760373#M19459</link>
      <description>The support center is the usual path for reporting these bugs.&lt;BR /&gt;&lt;BR /&gt;I don't know off-hand if CMS 4.6 is current or if there are patches for it.  The support center would know, and would know if there are patches for CMS that haven't been generally released.&lt;BR /&gt;&lt;BR /&gt;If you don't have a support contract, then you can try submitting a reproducer for the bug to the OpenVMS programs office Openvms.programs@hp.com and posting a copy of the reproducer somewhere on the 'net for other folks.</description>
      <pubDate>Wed, 02 Mar 2011 17:10:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/memory-leak-in-cms/m-p/4760373#M19459</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2011-03-02T17:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: Memory leak in CMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/memory-leak-in-cms/m-p/4760374#M19460</link>
      <description>Michael,&lt;BR /&gt;  I'm not sure I understand your problem.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;The memory is restored on completion of &lt;BR /&gt;&amp;gt;the CMS task.&lt;BR /&gt;&lt;BR /&gt;  This isn't the usual definition of "leak". If the memory is restored, it hasn't leaked.&lt;BR /&gt;&lt;BR /&gt;  What is the symptom you're experiencing which makes you think there's a problem?&lt;BR /&gt;&lt;BR /&gt; Are you sure the commands aren't just using more memory than you expect? Perhaps you could fix the issue by increasing quotas?</description>
      <pubDate>Wed, 02 Mar 2011 20:30:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/memory-leak-in-cms/m-p/4760374#M19460</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2011-03-02T20:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: Memory leak in CMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/memory-leak-in-cms/m-p/4760375#M19461</link>
      <description>John,&lt;BR /&gt;&lt;BR /&gt;I think perhaps he meant the memory is restored on image rundown - i.e., if each CMS command is an individual DCL verb, then all is well.&lt;BR /&gt;&lt;BR /&gt;But if you enter CMS and work from the CMS&amp;gt; prompt then you will hit the memory limit at some point.</description>
      <pubDate>Wed, 02 Mar 2011 20:32:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/memory-leak-in-cms/m-p/4760375#M19461</guid>
      <dc:creator>Mike Kier</dc:creator>
      <dc:date>2011-03-02T20:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: Memory leak in CMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/memory-leak-in-cms/m-p/4760376#M19462</link>
      <description>When using CMS commands that work on multiple elements and uses CMS DIF internally, CMS will allocate memory per element iteration and not properly free the memory until it has completed the entire task. This also affects anyone who uses the CMS CALL ROUTINE CMS$DIFFERENCES(). &lt;BR /&gt;&lt;BR /&gt;For example, from DCL:&lt;BR /&gt;&lt;BR /&gt;$ CMS VERIFY&lt;BR /&gt;&lt;BR /&gt;This command by default will work on all elements within the library, if there is a reference copy, then the command will use the CMS internal dif routine for each element. For me, after about 50 elements I get this:&lt;BR /&gt;&lt;BR /&gt;%CMS-F-BUG, there is something wrong with CMS or something it calls&lt;BR /&gt;-CMS-F-SYSFAIL, SYS$CRETVA system service request failed&lt;BR /&gt;-SYSTEM-F-EXPGFLQUOTA, exceeded pagefile quota&lt;BR /&gt;&lt;BR /&gt;Its been fun running this command while watching the process with PROCMON. Sure boosting my page file quota will increase the number of elements processed, but it doesn't fix the underlying problem (nor the fact that one of my CMS libraries has 4000 elements in it).&lt;BR /&gt;&lt;BR /&gt;so the way around this for me is to create a COM file like so:&lt;BR /&gt;&lt;BR /&gt;CMS SHOW ELE *.* /FORMAT="$ CMS VERIFY #E" /OUT=CMSV.COM.&lt;BR /&gt;&lt;BR /&gt;In this way, I'm freeing the memory with every call, which CMS isn't doing with each iteration when using the wildcards. This is slower, but it at least will complete.&lt;BR /&gt;&lt;BR /&gt;Very few commands use the diff CMS call routine. CMS DIF is "okay" because it doesn't allow wildcarded elements.&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Mar 2011 22:19:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/memory-leak-in-cms/m-p/4760376#M19462</guid>
      <dc:creator>Michael Steve</dc:creator>
      <dc:date>2011-03-02T22:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: Memory leak in CMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/memory-leak-in-cms/m-p/4760377#M19463</link>
      <description>Mike,&lt;BR /&gt;&lt;BR /&gt;I had similar issues with CMS 4-6 but these showed up with LIB$FREE_VM. The case number is 4616365989 (if that is any help) which was raised sometime round September last year. I don;t know if the fix is available yet, I may have look around and see if can find a recent patch kit.&lt;BR /&gt;&lt;BR /&gt;cheers&lt;BR /&gt;&lt;BR /&gt;Brian</description>
      <pubDate>Thu, 03 Mar 2011 08:03:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/memory-leak-in-cms/m-p/4760377#M19463</guid>
      <dc:creator>Brian Reiter</dc:creator>
      <dc:date>2011-03-03T08:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: Memory leak in CMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/memory-leak-in-cms/m-p/4760378#M19464</link>
      <description>DECSET 12.8 ECO2 is the latest kit I've seen.</description>
      <pubDate>Thu, 03 Mar 2011 09:47:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/memory-leak-in-cms/m-p/4760378#M19464</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2011-03-03T09:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: Memory leak in CMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/memory-leak-in-cms/m-p/4760379#M19465</link>
      <description>How soon would a ECO become available for DECSET? ECO2 was definitely the one I had problems with, HP seemed disinclined to let me know when any formal kits would be produced.</description>
      <pubDate>Thu, 03 Mar 2011 10:10:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/memory-leak-in-cms/m-p/4760379#M19465</guid>
      <dc:creator>Brian Reiter</dc:creator>
      <dc:date>2011-03-03T10:10:02Z</dc:date>
    </item>
  </channel>
</rss>

