<?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 with CSWS in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/memory-leak-with-csws/m-p/5001834#M78934</link>
    <description>Can you clarify what you mean by a memory leak?  Are you talking about non-paged pool consumption? Or process dynamic memory consumption?</description>
    <pubDate>Thu, 07 Sep 2006 16:19:40 GMT</pubDate>
    <dc:creator>Richard Whalen</dc:creator>
    <dc:date>2006-09-07T16:19:40Z</dc:date>
    <item>
      <title>memory leak with CSWS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/memory-leak-with-csws/m-p/5001833#M78933</link>
      <description>&lt;BR /&gt;Alphaserver 1000 5/300 512MB memory&lt;BR /&gt;OpenVMS V7.3-1&lt;BR /&gt;Tcpware V5.7-2&lt;BR /&gt;CSWS V2.0&lt;BR /&gt;&lt;BR /&gt;Everything is stable until I start CSWS, then I start losing memory.  I've determined that, if I periodically kill any APACHE$SWSxxxx processes numbered 5 and above, the memory leak slows, but does not go away.  The more active the web hits, the faster the memory disappears.&lt;BR /&gt;&lt;BR /&gt;Anyone have an idea?&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Sep 2006 15:36:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/memory-leak-with-csws/m-p/5001833#M78933</guid>
      <dc:creator>Gregg Parmentier</dc:creator>
      <dc:date>2006-09-07T15:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: memory leak with CSWS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/memory-leak-with-csws/m-p/5001834#M78934</link>
      <description>Can you clarify what you mean by a memory leak?  Are you talking about non-paged pool consumption? Or process dynamic memory consumption?</description>
      <pubDate>Thu, 07 Sep 2006 16:19:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/memory-leak-with-csws/m-p/5001834#M78934</guid>
      <dc:creator>Richard Whalen</dc:creator>
      <dc:date>2006-09-07T16:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: memory leak with CSWS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/memory-leak-with-csws/m-p/5001835#M78935</link>
      <description>Hm, all I've been looking at is the physical memory usage.  I'll disable my delaying tactics and get more specific information.&lt;BR /&gt;</description>
      <pubDate>Fri, 08 Sep 2006 08:13:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/memory-leak-with-csws/m-p/5001835#M78935</guid>
      <dc:creator>Gregg Parmentier</dc:creator>
      <dc:date>2006-09-08T08:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: memory leak with CSWS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/memory-leak-with-csws/m-p/5001836#M78936</link>
      <description>You need to review physical memory, free page list, modified page list and "in use" memory figures along with XFC stats.  Free memory will drop when you do anything.  &lt;BR /&gt;&lt;BR /&gt;Getting Started with OpenVMS: A Guide for New Users by Michael D. Duffy can provide an introduction on memory use by OpenVMS.&lt;BR /&gt;&lt;BR /&gt;Andy&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 08 Sep 2006 19:00:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/memory-leak-with-csws/m-p/5001836#M78936</guid>
      <dc:creator>Andy Bustamante</dc:creator>
      <dc:date>2006-09-08T19:00:54Z</dc:date>
    </item>
    <item>
      <title>Re: memory leak with CSWS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/memory-leak-with-csws/m-p/5001837#M78937</link>
      <description>Gregg,&lt;BR /&gt;&lt;BR /&gt;OpenVMS is a virtual memory system and pyhsical memory is a shared resource, which OpenVMS tries to provide as needed to all components of the operating system requesting physical memory.&lt;BR /&gt;&lt;BR /&gt;OpenVMS (including XFC) try it's best to automatically balance the available physical memory against the memory requests. There are certain system parameters and user quotas, which control these algorithms. &lt;BR /&gt;&lt;BR /&gt;A 'memory leak' in this context, would show up as increasing workingset and/or virtual page or pagefile usage by individual processes, finally leading to EXQUOTA or INSVIRMEM errors for those processes.&lt;BR /&gt;&lt;BR /&gt;Overall physical memory shortage on a system will result in heavy hard-paging and/or swapping.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Sat, 09 Sep 2006 01:27:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/memory-leak-with-csws/m-p/5001837#M78937</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-09-09T01:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: memory leak with CSWS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/memory-leak-with-csws/m-p/5001838#M78938</link>
      <description>Not really a memory leak, but thanks for all the information.  For someone who's been using VMS for twenty years, and doing admin for ten, I sure do have some funny gaps in my knowledge.&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Sep 2006 15:06:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/memory-leak-with-csws/m-p/5001838#M78938</guid>
      <dc:creator>Gregg Parmentier</dc:creator>
      <dc:date>2006-09-12T15:06:45Z</dc:date>
    </item>
  </channel>
</rss>

