<?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: How do I increase free list size in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/how-do-i-increase-free-list-size/m-p/4159820#M88862</link>
    <description>Free memory is (by definition) wasted memory. &lt;BR /&gt;&lt;BR /&gt;The old Free Memory "stuff" changed at V7.2, with the advent of XFC.  As has been mentioned here in the thread.&lt;BR /&gt;&lt;BR /&gt;Some (now-old) performance-monitoring tools (erroneously) report configuration errors starting at V7.2 due to the changes in how system physical memory was utilized.&lt;BR /&gt;&lt;BR /&gt;The points system serves as a distraction, and one of (many) ill-conceived and disruptive (and buggy) features of the user interface used here in ITRC.&lt;BR /&gt;</description>
    <pubDate>Mon, 17 Mar 2008 18:45:38 GMT</pubDate>
    <dc:creator>Hoff</dc:creator>
    <dc:date>2008-03-17T18:45:38Z</dc:date>
    <item>
      <title>How do I increase free list size</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-do-i-increase-free-list-size/m-p/4159801#M88843</link>
      <description>Could someone please tell me what i need to do in order to increase the free list size on an AlphaServer. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 12 Mar 2008 07:53:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-do-i-increase-free-list-size/m-p/4159801#M88843</guid>
      <dc:creator>Paul  cotton</dc:creator>
      <dc:date>2008-03-12T07:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: How do I increase free list size</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-do-i-increase-free-list-size/m-p/4159802#M88844</link>
      <description>Paul,&lt;BR /&gt;&lt;BR /&gt;just buy more memory... :-)&lt;BR /&gt;&lt;BR /&gt;There are a lot of sysgen parameters around the freelist size and its treatment by VMS.&lt;BR /&gt;&lt;BR /&gt;Unless you are a very experenced system administrator I would suggest to use the AUTOGEN facility to to the treaking.&lt;BR /&gt;&lt;BR /&gt;After some days of 'normal' system load do a &lt;BR /&gt;$ @SYS$UPDATE:AUTOGEN SAVPARAMS TESTFILES&lt;BR /&gt;and review the SYS$SYSTEM:AGEN$PARAMS.REPORT.&lt;BR /&gt;&lt;BR /&gt;If no errors or severe warnings were present, redo the run with &lt;BR /&gt;$ @SYS$UPDATE:AUTOGEN SAVPARAMS SETPARAMS&lt;BR /&gt;and perform a reboot at some convient time.&lt;BR /&gt;&lt;BR /&gt;And read the manuals, as usual. &lt;BR /&gt;&lt;BR /&gt;regards Kalle</description>
      <pubDate>Wed, 12 Mar 2008 08:11:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-do-i-increase-free-list-size/m-p/4159802#M88844</guid>
      <dc:creator>Karl Rohwedder</dc:creator>
      <dc:date>2008-03-12T08:11:36Z</dc:date>
    </item>
    <item>
      <title>Re: How do I increase free list size</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-do-i-increase-free-list-size/m-p/4159803#M88845</link>
      <description>Paul,&lt;BR /&gt;&lt;BR /&gt;The Free  List size is a bit of a hidden presence these days!&lt;BR /&gt;&lt;BR /&gt;If you have XFC activated (normal thing from V7 onward) then the available (otherwise unused) memory, upon release was formerly given to the free list, but nowadays any once-accessed disk file stays mapped in the XFC cache. (well, currently forgetting all gory details).&lt;BR /&gt;And this helps performance enormously, but hides the memory not currently in use.&lt;BR /&gt;&lt;BR /&gt;Way out the best you can do, is follow Kalle's advise, and let AUTOGEN handle it.&lt;BR /&gt;Tweaking by MODPARAMS is possible, but DOES require understanding of the various memory influencing params.&lt;BR /&gt;&lt;BR /&gt;The System Management Manual does provide a good overview, and does handle the relations between various params.&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe</description>
      <pubDate>Wed, 12 Mar 2008 08:43:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-do-i-increase-free-list-size/m-p/4159803#M88845</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2008-03-12T08:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: How do I increase free list size</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-do-i-increase-free-list-size/m-p/4159804#M88846</link>
      <description>Paul,&lt;BR /&gt;&lt;BR /&gt;just buy more memory... :-)&lt;BR /&gt;&lt;BR /&gt;There are a lot of sysgen parameters around the freelist size and its treatment by VMS.&lt;BR /&gt;&lt;BR /&gt;Unless you are a very experenced system administrator I would suggest to use the AUTOGEN facility to to the treaking.&lt;BR /&gt;&lt;BR /&gt;After some days of 'normal' system load do a &lt;BR /&gt;$ @SYS$UPDATE:AUTOGEN SAVPARAMS TESTFILES&lt;BR /&gt;and review the SYS$SYSTEM:AGEN$PARAMS.REPORT.&lt;BR /&gt;&lt;BR /&gt;If no errors or severe warnings were present, redo the run with &lt;BR /&gt;$ @SYS$UPDATE:AUTOGEN SAVPARAMS SETPARAMS&lt;BR /&gt;and perform a reboot at some convient time.&lt;BR /&gt;&lt;BR /&gt;And read the manuals, as usual. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Karl &lt;BR /&gt;&lt;BR /&gt;thanks for your response. I neglected to include quite a bit of detail on my original post. Basically the system in question is a DS25 at one of our sites on Malaysia, that I've recently been asked to manage - having  previously been left completely unattended&lt;BR /&gt;(in terms of system/performance management) but still supporting live userbase.&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;The modparams.dat on this system was completely unpopulated until I looked at it this week. I increased the values of freelim, growlim &amp;amp; borrowlim (to all have the same value- 498) and increased freegoal to be 6 times this value and also applied changes to system yesterday using autogen.&lt;BR /&gt;&lt;BR /&gt;The system was rebooted this morning but the free list size is still set at the original value of 512K (system has 4Gb of physical memory). Could this be due to the fact that autogen hasn't been run long enough to generate any meaningful feedback data and therefore changes I made won't filter through until autogen has been run for a few more days (and system rebooted again?)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 12 Mar 2008 09:02:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-do-i-increase-free-list-size/m-p/4159804#M88846</guid>
      <dc:creator>Paul  cotton</dc:creator>
      <dc:date>2008-03-12T09:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: How do I increase free list size</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-do-i-increase-free-list-size/m-p/4159805#M88847</link>
      <description>Paul,&lt;BR /&gt;&lt;BR /&gt;please explain, what problem you are seeing or what you are trying to achieve.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Wed, 12 Mar 2008 09:02:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-do-i-increase-free-list-size/m-p/4159805#M88847</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2008-03-12T09:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: How do I increase free list size</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-do-i-increase-free-list-size/m-p/4159806#M88848</link>
      <description>It's been a long time but &lt;BR /&gt;@SYS$UPDATE:AUTOGEN SAVPARAMS SETPARAMS&lt;BR /&gt;aborts when there are errors. And thus the setparams is not done. &lt;BR /&gt;You need to do @SYS$UPDATE:AUTOGEN SETPARAMS&lt;BR /&gt;by hand again.&lt;BR /&gt;&lt;BR /&gt;Fwiw&lt;BR /&gt;&lt;BR /&gt;Wim&lt;BR /&gt;</description>
      <pubDate>Wed, 12 Mar 2008 09:16:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-do-i-increase-free-list-size/m-p/4159806#M88848</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2008-03-12T09:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: How do I increase free list size</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-do-i-increase-free-list-size/m-p/4159807#M88849</link>
      <description>Paul,&lt;BR /&gt;&lt;BR /&gt;please explain, what problem you are seeing or what you are trying to achieve.&lt;BR /&gt;&lt;BR /&gt;Volker&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Well the issue that is being reported to me is that the system is hanging with 50 users connected. I then noticed that free list becomes exhausted at about the same time&lt;BR /&gt;as users report the system hang.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 12 Mar 2008 09:22:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-do-i-increase-free-list-size/m-p/4159807#M88849</guid>
      <dc:creator>Paul  cotton</dc:creator>
      <dc:date>2008-03-12T09:22:55Z</dc:date>
    </item>
    <item>
      <title>Re: How do I increase free list size</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-do-i-increase-free-list-size/m-p/4159808#M88850</link>
      <description>It's been a long time but &lt;BR /&gt;@SYS$UPDATE:AUTOGEN SAVPARAMS SETPARAMS&lt;BR /&gt;aborts when there are errors. And thus the setparams is not done. &lt;BR /&gt;You need to do @SYS$UPDATE:AUTOGEN SETPARAMS&lt;BR /&gt;by hand again.&lt;BR /&gt;&lt;BR /&gt;Fwiw&lt;BR /&gt;&lt;BR /&gt;Wim &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Wim, &lt;BR /&gt;&lt;BR /&gt;The autogen changes I made yesterday did get applied to the system but have not resulted in the free page size increasing.  &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;paul&lt;BR /&gt;</description>
      <pubDate>Wed, 12 Mar 2008 09:31:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-do-i-increase-free-list-size/m-p/4159808#M88850</guid>
      <dc:creator>Paul  cotton</dc:creator>
      <dc:date>2008-03-12T09:31:57Z</dc:date>
    </item>
    <item>
      <title>Re: How do I increase free list size</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-do-i-increase-free-list-size/m-p/4159809#M88851</link>
      <description>This gives some info about the interaction of xfc and the free list.&lt;BR /&gt;&lt;A href="http://unix.derkeiler.com/Newsgroups/comp.os.vms/2004-09/2224.html" target="_blank"&gt;http://unix.derkeiler.com/Newsgroups/comp.os.vms/2004-09/2224.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Wed, 12 Mar 2008 10:01:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-do-i-increase-free-list-size/m-p/4159809#M88851</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2008-03-12T10:01:01Z</dc:date>
    </item>
    <item>
      <title>Re: How do I increase free list size</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-do-i-increase-free-list-size/m-p/4159810#M88852</link>
      <description>A picture speaks a thousand words, even if it is a picture of words....&lt;BR /&gt;&lt;BR /&gt;Please attach a .TXT file with the output for $SHOW MEM/FULL when the system was nicely used, SYSGEN SHOW /MAJOR and toss in a SHOW SYSTEM or MONI SYSTEM (per process memory) output while collecting.&lt;BR /&gt;&lt;BR /&gt;It is quiet possible there simply is not enough physical memory.&lt;BR /&gt;&lt;BR /&gt;And focus on history.&lt;BR /&gt;You suggest is worked fine unattended. Well, stop attending!&lt;BR /&gt;&lt;BR /&gt;What else changed? More users?&lt;BR /&gt;&lt;BR /&gt;Were the working set params tweaked such that now memory is overcommited?&lt;BR /&gt;Was a dababase cache tweaked, making it use more memory?&lt;BR /&gt;&lt;BR /&gt;Hope this helps some,&lt;BR /&gt;Hein van den Heuvel (at gmail dot com)&lt;BR /&gt;HvdH Performance Consulting&lt;BR /&gt;</description>
      <pubDate>Wed, 12 Mar 2008 10:22:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-do-i-increase-free-list-size/m-p/4159810#M88852</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2008-03-12T10:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: How do I increase free list size</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-do-i-increase-free-list-size/m-p/4159811#M88853</link>
      <description>A picture speaks a thousand words, even if it is a picture of words....&lt;BR /&gt;&lt;BR /&gt;Please attach a .TXT file with the output for $SHOW MEM/FULL when the system was nicely used, SYSGEN SHOW /MAJOR and toss in a SHOW SYSTEM or MONI SYSTEM (per process memory) output while collecting.&lt;BR /&gt;&lt;BR /&gt;It is quiet possible there simply is not enough physical memory.&lt;BR /&gt;&lt;BR /&gt;And focus on history.&lt;BR /&gt;You suggest is worked fine unattended. Well, stop attending!&lt;BR /&gt;&lt;BR /&gt;What else changed? More users?&lt;BR /&gt;&lt;BR /&gt;Were the working set params tweaked such that now memory is overcommited?&lt;BR /&gt;Was a dababase cache tweaked, making it use more memory?&lt;BR /&gt;&lt;BR /&gt;Hein&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I should point out that previously this system only hosted rdb databases but was recently upgraded to support oracle and rdb server (+ apparently system performance&lt;BR /&gt;was never that good in the first place)&lt;BR /&gt;&lt;BR /&gt;I think the physical memory constraint on this box is, as you suggested, preventing me from increasing the free page list. I have however increased the modified page list on this system as I believe that if free list size becomes exhausted it can aquire unused pages from the modified page list ?&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Paul. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The attached file contains the output you requested.&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 12 Mar 2008 14:10:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-do-i-increase-free-list-size/m-p/4159811#M88853</guid>
      <dc:creator>Paul  cotton</dc:creator>
      <dc:date>2008-03-12T14:10:13Z</dc:date>
    </item>
    <item>
      <title>Re: How do I increase free list size</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-do-i-increase-free-list-size/m-p/4159812#M88854</link>
      <description>Paul,&lt;BR /&gt;&lt;BR /&gt;please do not repeat the previous text in your replies. This wastes a lot of space on the screen, if looking at the whole topic.&lt;BR /&gt;&lt;BR /&gt;The memory data shown in your attachment shows 347795 free pages = 2.8 GB (note: ALPHA 8kb pages !) of 4 GB of physical memory.&lt;BR /&gt;&lt;BR /&gt;The pagefile space is not used at all, but it seems rather small (325 MB).&lt;BR /&gt;&lt;BR /&gt;What do you do if the system hangs ? Just restart it ? Maybe consider to force a crash:&lt;BR /&gt;&lt;BR /&gt;press halt button&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; crash&lt;BR /&gt;&lt;BR /&gt;Then you can look at the dump to figure out, what's really wrong...&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Wed, 12 Mar 2008 14:24:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-do-i-increase-free-list-size/m-p/4159812#M88854</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2008-03-12T14:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: How do I increase free list size</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-do-i-increase-free-list-size/m-p/4159813#M88855</link>
      <description>&amp;gt;&amp;gt; The attached file contains the output you requested.&lt;BR /&gt;&lt;BR /&gt;It's a fine dry-run.&lt;BR /&gt;But the the system was entirely idle.&lt;BR /&gt;I indicated "when the system was nicely used".&lt;BR /&gt;Maybe I should have written 'badly used' instead of 'nicely' :-).&lt;BR /&gt;&lt;BR /&gt;It does show something big already though.&lt;BR /&gt;It shows 1GB set aside for the new Oracle install. &lt;BR /&gt;On 4 GB that would rate as 'significant impact'&lt;BR /&gt;"reserved Memory" is the optimal way to use memory... if you have enough.&lt;BR /&gt;But is totally, extremely, inflexible.&lt;BR /&gt;It is set aside for one purpose and one purpose only and firmly suggest you know better then OpenVMS how to utilize memory.&lt;BR /&gt;The very fact that you opened this topic suggest that there is not enough knowledge to make that call.&lt;BR /&gt;&lt;BR /&gt;Tell those Oracle folks to back off! &lt;BR /&gt;Have them provide the Proof that they need the memory, and be ready to add more.&lt;BR /&gt;&lt;BR /&gt;They allocated 1.00 GB. Right there that tells me they just picked a 'nice round number' and are possibly clueless. If 0.80 GB is enough, then that's 200MB more for you free page list!&lt;BR /&gt;&lt;BR /&gt;Make them do their homework and figure out how much memory is truly needed to make the Oracle part of the application work reasonably well.&lt;BR /&gt;&lt;BR /&gt;If they claim 'it will go slower' then you respond 'really? Slower than "the system is hanging with 50 users connected."?'&lt;BR /&gt;&lt;BR /&gt;Also, How much is your time worth, and the end user satifaction worth, compared to the price of increasing memory?!&lt;BR /&gt;&lt;BR /&gt;Good luck!&lt;BR /&gt;&lt;BR /&gt;Hope this helps some,&lt;BR /&gt;Hein van den Heuvel (at gmail dot com)&lt;BR /&gt;HvdH Performance Consulting</description>
      <pubDate>Thu, 13 Mar 2008 01:38:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-do-i-increase-free-list-size/m-p/4159813#M88855</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2008-03-13T01:38:10Z</dc:date>
    </item>
    <item>
      <title>Re: How do I increase free list size</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-do-i-increase-free-list-size/m-p/4159814#M88856</link>
      <description>You're not using XFC but the old VIOC cache (VCC_FLAGS is not set to 2). Why? XFC is way better. What VMS version are we talking about?&lt;BR /&gt;&lt;BR /&gt;And why do you want a big freelist? You obviously need some free memory, but in essence free memory is wasted memory.&lt;BR /&gt;&lt;BR /&gt;Install T4 on the system and let it run during prime time, that will give you someting to look at. Also, tinkering with memory parameters like freegoal and such makes no sense if you don't know the workload. Best is to leave them alone and let autogen do the job. Nowadays there's hardly anything you can gain with those parameters, except in special cases, but then you really have to know what you do, and you have to know the applications behavior.&lt;BR /&gt;&lt;BR /&gt;Jur.&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Mar 2008 07:09:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-do-i-increase-free-list-size/m-p/4159814#M88856</guid>
      <dc:creator>Jur van der Burg</dc:creator>
      <dc:date>2008-03-13T07:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: How do I increase free list size</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-do-i-increase-free-list-size/m-p/4159815#M88857</link>
      <description>The problem is: If 50 users access the system, it hangs. &lt;BR /&gt;It wouldn't be caused by exhaustion of free space alone (that's what Virtual Memory System is all about: Using (far) more memory that is physical present in your system).&lt;BR /&gt;&lt;BR /&gt;I concur with Hein: Login (as admin), have you users do their job, and start monitoring the system when 40, or 45, have logged in, add more users until the system hangs. Check available memory - and, most important, pagefile use.&lt;BR /&gt;&lt;BR /&gt;If your free memory pool gets exhausted, the system will try to free pages from the mdoified page list by relocating the contents into the pagefile. If that get's exhausted, you may encounter a situation know as thrashing where the system will seem to hang - for all users. &lt;BR /&gt;&lt;BR /&gt;If you could supply a SHOW MEMORY output just before this happens (say: when 48 users have logged in), that would show a better indication.&lt;BR /&gt;&lt;BR /&gt;Since others have already indicated that your pagefile is rather small, it may be worthwhile to extend both page- and swapspace on disk (adding a new pagefile is easy and can be done without rebooting the system). But this can only be p[roven by the asked output.&lt;BR /&gt;&lt;BR /&gt;Another possibility is that the software you use may cause a problem. What if the software that your users use, is accessing the Oracle dataase and exhasuting the Oracle dataspace?&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Mar 2008 07:18:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-do-i-increase-free-list-size/m-p/4159815#M88857</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2008-03-13T07:18:58Z</dc:date>
    </item>
    <item>
      <title>Re: How do I increase free list size</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-do-i-increase-free-list-size/m-p/4159816#M88858</link>
      <description>Remind me, you are running OpenVMS 7.2, but did you say whether you are on VAX or Alpha.  &lt;BR /&gt;&lt;BR /&gt;   Other useful information would be the values of the PQL parameters.&lt;BR /&gt;&lt;BR /&gt;vis.&lt;BR /&gt;&lt;BR /&gt;sysgen show pql&lt;BR /&gt;&lt;BR /&gt;I noticed that WSMAX is set to almost 1M pages, so it is quite important to know what the values of WSEXTENT and WSQUOTA are.&lt;BR /&gt;&lt;BR /&gt;It is possible that processes are hogging the available memory as they login, and are not giving it back.&lt;BR /&gt;&lt;BR /&gt;There is no automatic reclaimation taking place, (PFRATL = 0).   Try turning this on.&lt;BR /&gt;(although it may not help since you dont seem to be doing any significant paging)&lt;BR /&gt;&lt;BR /&gt;If you do turn it on (set pfratl &amp;gt; 0), suggested values are:  (all dynamic)&lt;BR /&gt;&lt;BR /&gt;pfratl = 1&lt;BR /&gt;pfrath = 10&lt;BR /&gt;wsinc = 2048&lt;BR /&gt;wsdec = 512&lt;BR /&gt;&lt;BR /&gt;The fact that you are not paging may be a reflection of the fact that the processes which are "IN", are functioning with large Working Sets.&lt;BR /&gt;&lt;BR /&gt;Just a couple of thoughts.&lt;BR /&gt;&lt;BR /&gt;Dave&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Mar 2008 13:19:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-do-i-increase-free-list-size/m-p/4159816#M88858</guid>
      <dc:creator>The Brit</dc:creator>
      <dc:date>2008-03-13T13:19:06Z</dc:date>
    </item>
    <item>
      <title>Re: How do I increase free list size</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-do-i-increase-free-list-size/m-p/4159817#M88859</link>
      <description>&lt;BR /&gt;Good morning,&lt;BR /&gt;&lt;BR /&gt;I would just like to thank everyone for the feedback they've provided me on this issue to-date. I apologise for taking so long in responding to everyone but since posting my last update yesterday have been partly offsite and am playing catch-up with various things today&lt;BR /&gt;&lt;BR /&gt;I may not get an opportunity to respond to each of your posts individually (but I'll try to respond to those which i feel are relevant/have requested feedback). In tne meantime I've tried to awward points as fairly as possible. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;In terms of the actual issue i reported I will leave it open until next monday before deciding whether the thread can now be closed  &lt;BR /&gt;Basically next monday is the earliest that malaysia can arrange to have live users reconnect to that system - currently using a backup system instead).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Also since reading your posts I've discovered  that the oracle alert file on the DS25 system is indicating that the memory reserved for Oracle is set to higher value than required , which does indicate that Hein was correct - (so thanks for that feedback especially Hein), and that oracle are essentially tinkering with the sizing rather than actually calculate a correct value.&lt;BR /&gt;&lt;BR /&gt;What I have also noticed is that the users working set quotas are set quite high so have enabled awsa and hopefully they'll get reclaimed if necessary. I'm also increasing the size of the pagefile &lt;BR /&gt;so that hopefully free page list will now be able to expand by transferring contents of modified page list onto the pagefile if required (I had increased mpw_hilimit a few days ago for this very reason but not had a chance to test whether this provided free page list with additional memory yet.&lt;BR /&gt;&lt;BR /&gt;I'll try and come back to those people that have requested feednback from me but if not then I'll post an update next monday.. thanks for your time.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Paul</description>
      <pubDate>Fri, 14 Mar 2008 10:36:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-do-i-increase-free-list-size/m-p/4159817#M88859</guid>
      <dc:creator>Paul  cotton</dc:creator>
      <dc:date>2008-03-14T10:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: How do I increase free list size</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-do-i-increase-free-list-size/m-p/4159818#M88860</link>
      <description>Good morning&lt;BR /&gt;&lt;BR /&gt;I may have been a little bit over enthusiastic in awarding points on this posting. This is my the first posting on this forum, and having just read one of the alert notification emails from HP i now understand the way points should be awarded! &lt;BR /&gt;&lt;BR /&gt;This issue is currently still open as I'm waiting on the guys in Malaysia to complete some associated tasks before deciding&lt;BR /&gt;whether this call can now be closed.&lt;BR /&gt;&lt;BR /&gt;If the system continues to hang then I'll capture the show mem/full output + anything which looks relevant and post it on my next update. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Mar 2008 10:44:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-do-i-increase-free-list-size/m-p/4159818#M88860</guid>
      <dc:creator>Paul  cotton</dc:creator>
      <dc:date>2008-03-17T10:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: How do I increase free list size</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-do-i-increase-free-list-size/m-p/4159819#M88861</link>
      <description>Paul,&lt;BR /&gt;&lt;BR /&gt;why is your focus on increasing FREELIM? It would make things worse by keeping an artificially long free page list. Let processes get to free pages.&lt;BR /&gt;&lt;BR /&gt;When the system "hangs" what "hangs"? Certain applications?&lt;BR /&gt;&lt;BR /&gt;You need to look at "SHOW SYSTEM" for any wait state. Like RWCSC, RWMPB... My wild guess is that the system ran out of page file space and processes got stuck in RWMPB (resource wait modify page writer busy).&lt;BR /&gt;&lt;BR /&gt;A "SHOW MEMORY/FILES" from the loaded system would give an idea about the page file sizes.&lt;BR /&gt;&lt;BR /&gt;/Guenther&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Mar 2008 15:22:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-do-i-increase-free-list-size/m-p/4159819#M88861</guid>
      <dc:creator>Guenther Froehlin</dc:creator>
      <dc:date>2008-03-17T15:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: How do I increase free list size</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-do-i-increase-free-list-size/m-p/4159820#M88862</link>
      <description>Free memory is (by definition) wasted memory. &lt;BR /&gt;&lt;BR /&gt;The old Free Memory "stuff" changed at V7.2, with the advent of XFC.  As has been mentioned here in the thread.&lt;BR /&gt;&lt;BR /&gt;Some (now-old) performance-monitoring tools (erroneously) report configuration errors starting at V7.2 due to the changes in how system physical memory was utilized.&lt;BR /&gt;&lt;BR /&gt;The points system serves as a distraction, and one of (many) ill-conceived and disruptive (and buggy) features of the user interface used here in ITRC.&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Mar 2008 18:45:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-do-i-increase-free-list-size/m-p/4159820#M88862</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2008-03-17T18:45:38Z</dc:date>
    </item>
  </channel>
</rss>

