<?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: wsinc default value in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/wsinc-default-value/m-p/3663567#M73610</link>
    <description>I've used Lawrence's solution to deal with DBAs who didn't feel the need to monitor quotas.  It has the advantage of using minimal resources.    I also set a min_PQL_MWSEXTENT.&lt;BR /&gt;&lt;BR /&gt;In troubleshooting peformance issues, I've also had HP recommend increasing WSINC up to 16000.  This is for an application where most of the system memory is taken up by global sections and does not reflect the traditional "user" other sites see. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Andy</description>
    <pubDate>Fri, 04 Nov 2005 17:24:09 GMT</pubDate>
    <dc:creator>Andy Bustamante</dc:creator>
    <dc:date>2005-11-04T17:24:09Z</dc:date>
    <item>
      <title>wsinc default value</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/wsinc-default-value/m-p/3663556#M73599</link>
      <description>I was investigating a process on VMS 7.3 doing a lot of pagefaults and found out that wsinc has a default (and actual) value of 2400 pagelets.&lt;BR /&gt;&lt;BR /&gt;I compared this with a 6.2 node and noticed that it 2400 there too. Don't have older versions here.&lt;BR /&gt;&lt;BR /&gt;Should't this parameter be a lot higher these days ? E.g. 24000 ?&lt;BR /&gt;&lt;BR /&gt;I have some processes that are created with default pql settings but that allocate about 600.000 pages. So, they have to fault as crazy to get their working set increased.&lt;BR /&gt;&lt;BR /&gt;Side effects if I would increase it ?&lt;BR /&gt;&lt;BR /&gt;Wim &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Nov 2005 05:11:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/wsinc-default-value/m-p/3663556#M73599</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2005-11-03T05:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: wsinc default value</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/wsinc-default-value/m-p/3663557#M73600</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;we have the default value everywhere. So that means our support have never sugested any change.&lt;BR /&gt;&lt;BR /&gt;Mike</description>
      <pubDate>Thu, 03 Nov 2005 05:53:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/wsinc-default-value/m-p/3663557#M73600</guid>
      <dc:creator>Mike Reznak</dc:creator>
      <dc:date>2005-11-03T05:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: wsinc default value</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/wsinc-default-value/m-p/3663558#M73601</link>
      <description>On Vax, the default value was 150 (512 byte) pages. So actually the default value did increase from 150 to 2400. But indeed in environments where processes have to grow to 600.000 pages you might increase this value.&lt;BR /&gt;But then this is active for all processes and it migth be an overkill for several (temporary?) processes.&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;Marc</description>
      <pubDate>Thu, 03 Nov 2005 06:11:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/wsinc-default-value/m-p/3663558#M73601</guid>
      <dc:creator>Marc Van den Broeck</dc:creator>
      <dc:date>2005-11-03T06:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: wsinc default value</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/wsinc-default-value/m-p/3663559#M73602</link>
      <description>Marc,&lt;BR /&gt;&lt;BR /&gt;No overkill because the memory is not taken when not used (by the temp process).&lt;BR /&gt;&lt;BR /&gt;But the sysgen help sys_p pfrath says that wsinc is assigned every 10 cpu seconds. Should't that be every 1/10 second ?&lt;BR /&gt;&lt;BR /&gt;My process is having a working set of 580.000 pagelets and only used 52 seconds.&lt;BR /&gt;&lt;BR /&gt;And it took about 3 hours to get there. Each time a lot of activity is done by the process, it increased in size.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Thu, 03 Nov 2005 06:18:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/wsinc-default-value/m-p/3663559#M73602</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2005-11-03T06:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: wsinc default value</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/wsinc-default-value/m-p/3663560#M73603</link>
      <description>Wim,&lt;BR /&gt;&lt;BR /&gt;On Alpha systems, WSINC specifies the number of pagelets by which the limit of a working set is automatically increased at each&lt;BR /&gt;adjustment interval (which is quantum end).&lt;BR /&gt;&lt;BR /&gt;Isn't PFRATH the value per 10 seconds above which 'high fault rate' is decided? And if so, then every quantum the limit is increased with WSINC?&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;Marc</description>
      <pubDate>Thu, 03 Nov 2005 07:12:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/wsinc-default-value/m-p/3663560#M73603</guid>
      <dc:creator>Marc Van den Broeck</dc:creator>
      <dc:date>2005-11-03T07:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: wsinc default value</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/wsinc-default-value/m-p/3663561#M73604</link>
      <description>Another explanatin&lt;BR /&gt;&lt;BR /&gt;e.g. Default WSINC of 150 and default PFRATH of 120, means your process &lt;BR /&gt;needs to exceed 120 faults/sec for 95 CPU seconds, probably about 2 &lt;BR /&gt;minutes to you and me before it gets to WSQUOTA. This may not be a lot &lt;BR /&gt;on a single build taking upwards of 30 minutes, but if you are invoking &lt;BR /&gt;the compiler multiple times, the process starts back down again at &lt;BR /&gt;WSDEFAULT. &lt;BR /&gt;&lt;BR /&gt;But on Alpha systems, WSINC also has the AUTOGEN attribute. So that means that autogen should suggest change if it's needed.&lt;BR /&gt;&lt;BR /&gt;Mike&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Nov 2005 08:50:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/wsinc-default-value/m-p/3663561#M73604</guid>
      <dc:creator>Mike Reznak</dc:creator>
      <dc:date>2005-11-03T08:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: wsinc default value</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/wsinc-default-value/m-p/3663562#M73605</link>
      <description>QUANTUM=200ms&lt;BR /&gt;AWSTIME=200ms&lt;BR /&gt;PFRATH=8&lt;BR /&gt;are my settings.&lt;BR /&gt;&lt;BR /&gt;So, every 200 ms wsinc pages will be added if the number of pagefaults in 200ms converted to pagefaults per 10 sec is bigger than 8. So, 1 pagefault * 50 (factor to convert it) = 50. 50 &amp;gt; 8. So 1 pagefault is enough to get the wsinc.&lt;BR /&gt;In fact, pfrath values 1 thru 49 (or 50?) have the same result.&lt;BR /&gt;&lt;BR /&gt;But I need at least 200 times wsinc to get the working set I need. So, about 200 * 200 ms or 40 cpu seconds are needed to get there. That is, if I fault in every 200 ms.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Thu, 03 Nov 2005 08:58:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/wsinc-default-value/m-p/3663562#M73605</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2005-11-03T08:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: wsinc default value</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/wsinc-default-value/m-p/3663563#M73606</link>
      <description>This article doesn't bring much more light into the right value setting but is quite interesting.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www3.sympatico.ca/n.rieck/docs/openvms_tuning_notes.html" target="_blank"&gt;http://www3.sympatico.ca/n.rieck/docs/openvms_tuning_notes.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Mike</description>
      <pubDate>Thu, 03 Nov 2005 09:01:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/wsinc-default-value/m-p/3663563#M73606</guid>
      <dc:creator>Mike Reznak</dc:creator>
      <dc:date>2005-11-03T09:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: wsinc default value</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/wsinc-default-value/m-p/3663564#M73607</link>
      <description>Mike,&lt;BR /&gt;&lt;BR /&gt;This is what I have on AWSA.&lt;BR /&gt;&lt;BR /&gt;A process is checked to determine the necessity for working&lt;BR /&gt;      set growth at AWSTIME intervals.  AWSTIME is expressed in&lt;BR /&gt;      units of 10 milliseconds and its default value is 20.  The&lt;BR /&gt;      amount a process pagefaults in AWSTIME is compared to an&lt;BR /&gt;      upper threshold for pagefaults per 10 CPU seconds defined&lt;BR /&gt;      by the SYSGEN parameter 'PFRATH'.  For example, if AWSTIME&lt;BR /&gt;      is set to 20 and PFRATH 120, a process would get WSINC WSLEs&lt;BR /&gt;      if it pagefaulted 3 pages in AWSTIME as shown in the chart&lt;BR /&gt;      below:&lt;BR /&gt;&lt;BR /&gt;                     AWSTIME set to 20 = 200 milliseconds&lt;BR /&gt;      3 pagefaults in 200 milliseconds = 15 pagefaults per CPU second&lt;BR /&gt;          15 pagefaults per CPU second = 150 pagefaults per 10 CPU second&lt;BR /&gt;                                   150 &amp;gt; 120 (Value of PFRATH)&lt;BR /&gt;                     ----------------------------------------------&lt;BR /&gt;                            Process gets WSINC number of WSLEs&lt;BR /&gt;&lt;BR /&gt;      If it is determined that the process has exceeded the&lt;BR /&gt;      pagefault threshold (PFRATH) within the specified interval&lt;BR /&gt;      (AWSTIME), it will receive WSINC WSLEs when it has validated&lt;BR /&gt;      more than 75% of the WSLEs previously given to the process.&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Nov 2005 09:06:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/wsinc-default-value/m-p/3663564#M73607</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2005-11-03T09:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: wsinc default value</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/wsinc-default-value/m-p/3663565#M73608</link>
      <description>Note that Wim is talking about WSLE (Working Set List Entry) not how many pages of memory your process occupies.&lt;BR /&gt;You need one WSLE for each page but can have unused WSLE.</description>
      <pubDate>Thu, 03 Nov 2005 12:22:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/wsinc-default-value/m-p/3663565#M73608</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2005-11-03T12:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: wsinc default value</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/wsinc-default-value/m-p/3663566#M73609</link>
      <description>Wim, I would run a WORKSET.COM. Then I would recommend setting explict pql values for the processes if you have the available free memory. You should be able to explicitly set much higher PQL_WSDEF and PQL_WSQUOTA for these processes. Maybe set PQL_WSQUOTA to 600000. If any of these processes share any global pages it will reduce your pagefaulting a lot.&lt;BR /&gt;Lawrence</description>
      <pubDate>Fri, 04 Nov 2005 15:32:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/wsinc-default-value/m-p/3663566#M73609</guid>
      <dc:creator>Lawrence Czlapinski</dc:creator>
      <dc:date>2005-11-04T15:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: wsinc default value</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/wsinc-default-value/m-p/3663567#M73610</link>
      <description>I've used Lawrence's solution to deal with DBAs who didn't feel the need to monitor quotas.  It has the advantage of using minimal resources.    I also set a min_PQL_MWSEXTENT.&lt;BR /&gt;&lt;BR /&gt;In troubleshooting peformance issues, I've also had HP recommend increasing WSINC up to 16000.  This is for an application where most of the system memory is taken up by global sections and does not reflect the traditional "user" other sites see. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Andy</description>
      <pubDate>Fri, 04 Nov 2005 17:24:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/wsinc-default-value/m-p/3663567#M73610</guid>
      <dc:creator>Andy Bustamante</dc:creator>
      <dc:date>2005-11-04T17:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: wsinc default value</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/wsinc-default-value/m-p/3663568#M73611</link>
      <description>Lawrence,&lt;BR /&gt;&lt;BR /&gt;What do you mean with workset.com ?&lt;BR /&gt;&lt;BR /&gt;There is no way to modify the application creating the process.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Mon, 07 Nov 2005 11:16:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/wsinc-default-value/m-p/3663568#M73611</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2005-11-07T11:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: wsinc default value</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/wsinc-default-value/m-p/3663569#M73612</link>
      <description>Wim,&lt;BR /&gt;1. You didn't specify how the processes are started. If you are creating subprocesses or detached processes, then&lt;BR /&gt;you can:&lt;BR /&gt;$run (process)/WORKING_SET=wsdefault_value/MAXIMUM_WORKSET=wsquota_value/EXTENT=wsextent_value.&lt;BR /&gt;If you are running images, then you're right you can't set these values.&lt;BR /&gt;2. Attached is workset.com as workset.txt. It just gives you a measurement of pages in working set, page faults, etc.&lt;BR /&gt;Lawrence</description>
      <pubDate>Mon, 07 Nov 2005 14:49:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/wsinc-default-value/m-p/3663569#M73612</guid>
      <dc:creator>Lawrence Czlapinski</dc:creator>
      <dc:date>2005-11-07T14:49:01Z</dc:date>
    </item>
    <item>
      <title>Re: wsinc default value</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/wsinc-default-value/m-p/3663570#M73613</link>
      <description>$!&lt;BR /&gt;$! WORKING_SET.COM - Command file to display working set information.&lt;BR /&gt;$!                   Requires 'WORLD' privilege to display information&lt;BR /&gt;$!                   on processes other than your own.&lt;BR /&gt;$!&lt;BR /&gt;$! the next symbol is used to insert quotes into command strings&lt;BR /&gt;$! because of the way DCL processes quotes, you can't have a&lt;BR /&gt;$! trailing comment after the quotes on the next line.&lt;BR /&gt;$!&lt;BR /&gt;$ quote = """&lt;BR /&gt;$!&lt;BR /&gt;$ pid = ""  ! initialize to blank&lt;BR /&gt;$ context = ""  ! initialize to blank&lt;BR /&gt;$!&lt;BR /&gt;$! Define a format control string which will be used with&lt;BR /&gt;$! F$FAO to output the information.  The width of the&lt;BR /&gt;$! string will be set according to the width of the&lt;BR /&gt;$! display terminal (the image name is truncated, if needed).&lt;BR /&gt;$!&lt;BR /&gt;$ IF F$GETDVI ("SYS$OUTPUT", "DEVBUFSIZ") .LE. 80&lt;BR /&gt;$ THEN&lt;BR /&gt;$    ctrlstring = "!AS!15AS!5AS!7(6SL)!7SL !10AS"&lt;BR /&gt;$ ELSE&lt;BR /&gt;$    ctrlstring = "!AS!15AS!5AS!7(6SL)!7SL !AS"&lt;BR /&gt;$ ENDIF&lt;BR /&gt;$!&lt;BR /&gt;$! Check to see if this procedure was invoked with the PID of&lt;BR /&gt;$! one specific process to check.  If it was, use that PID.  If&lt;BR /&gt;$! not, the procedure will scan for all PIDs where there is&lt;BR /&gt;$! sufficient privilege to fetch the information.&lt;BR /&gt;$!&lt;BR /&gt;$ IF p1 .NES. "" THEN pid = p1&lt;BR /&gt;$!&lt;BR /&gt;$! write out a header.&lt;BR /&gt;$!&lt;BR /&gt;$ WRITE sys$output -&lt;BR /&gt;"                          Working Set Information"&lt;BR /&gt;$ WRITE sys$output ""&lt;BR /&gt;$ WRITE sys$output -&lt;BR /&gt;"                                 WS    WS    WS     WS   PPG   GPG   Pages  Page"&lt;BR /&gt;$ WRITE sys$output -&lt;BR /&gt;"Username    Processname   State  Extnt Quota Deflt  Size             in WS  Faults Image"&lt;BR /&gt;$ WRITE sys$output ""&lt;BR /&gt;$!&lt;BR /&gt;$! Begin collecting information.&lt;BR /&gt;$!&lt;BR /&gt;$ som = 0&lt;BR /&gt;$ collect_loop:&lt;BR /&gt;$!&lt;BR /&gt;$ IF P1  .EQS. "" THEN pid = F$PID (context) ! get this process' PID&lt;BR /&gt;$ IF pid .EQS. "" THEN goto fin ! if blank, no more to&lt;BR /&gt;$!      ! check, or no privilege&lt;BR /&gt;$ pid = quote + pid + quote   ! enclose in quotes&lt;BR /&gt;$!&lt;BR /&gt;$ username     = F$GETJPI ('pid, "USERNAME") ! retrieve proc. info.&lt;BR /&gt;$!&lt;BR /&gt;$ IF username .EQS. "" THEN GOTO collect_loop ! if blank, no priv.; try&lt;BR /&gt;$!      ! next PID&lt;BR /&gt;$ processname  = F$GETJPI ('pid, "PRCNAM")&lt;BR /&gt;$ imagename    = F$GETJPI ('pid, "IMAGNAME")&lt;BR /&gt;$ imagename    = F$PARSE  (imagename,,,"NAME") ! separate name from filespec&lt;BR /&gt;$ state        = F$GETJPI ('pid, "STATE")&lt;BR /&gt;$ wsdefault    = F$GETJPI ('pid, "DFWSCNT")&lt;BR /&gt;$ wsquota      = F$GETJPI ('pid, "WSQUOTA")&lt;BR /&gt;$ wsextent     = F$GETJPI ('pid, "WSEXTENT")&lt;BR /&gt;$ wssize       = F$GETJPI ('pid, "WSSIZE")&lt;BR /&gt;$ globalpages  = F$GETJPI ('pid, "GPGCNT")&lt;BR /&gt;$ processpages = F$GETJPI ('pid, "PPGCNT")&lt;BR /&gt;$ pagefaults   = F$GETJPI ('pid, "PAGEFLTS")&lt;BR /&gt;$!&lt;BR /&gt;$ pages        = globalpages + processpages ! add pages together&lt;BR /&gt;$ som =  som + (pages  / 16 )&lt;BR /&gt;$!&lt;BR /&gt;$! format the information into a text string&lt;BR /&gt;$!&lt;BR /&gt;$ text = F$FAO (ctrlstring, -&lt;BR /&gt;  username, processname, state, wsextent, wsquota, wsdefault, wssize, -&lt;BR /&gt;  processpages, globalpages, pages, pagefaults, imagename)&lt;BR /&gt;$!&lt;BR /&gt;$ WRITE sys$output text    ! display information&lt;BR /&gt;$!&lt;BR /&gt;$ IF p1 .NES. "" THEN EXIT   ! if not invoked for a&lt;BR /&gt;$!      ! specific PID, we're done.&lt;BR /&gt;$ GOTO collect_loop    ! repeat for next PID&lt;BR /&gt;$fin:</description>
      <pubDate>Thu, 17 Nov 2005 05:31:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/wsinc-default-value/m-p/3663570#M73613</guid>
      <dc:creator>faris_3</dc:creator>
      <dc:date>2005-11-17T05:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: wsinc default value</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/wsinc-default-value/m-p/3663571#M73614</link>
      <description>Wim,&lt;BR /&gt;&lt;BR /&gt;  SYSGEN Defaults must support ALL possible OpenVMS systems, from a tiny ancient Alpha workstation up to a fully loaded GS1280. They must therefore be conservative and pessimistic.&lt;BR /&gt;&lt;BR /&gt;  I think the minimum supported memory configuration these days is 64MB, which is 8192 pages, so increasing the default WSINC to 24000 is NOT a good idea! 2400 seems quite reasonable to me.&lt;BR /&gt;&lt;BR /&gt;  In the case you've described, yes, increasing WSINC may be a reasonable thing to do. That's what AUTOGEN is for. To modify defaults to suit your specific circumstances. &lt;BR /&gt;&lt;BR /&gt;I'd also look at creating your processes with explicit quotas, rather than relying on default PQLs.&lt;BR /&gt;&lt;BR /&gt;(IMHO depending on PQL_D or PQL_Ms is a bug. All processes should have explicit quota list).&lt;BR /&gt;&lt;BR /&gt; Expecting a process to fault it's way up past WSQUOTA from PQL_D values for WSDEFAULT is doing it the hard way. If you know in advance what the processes memory requirements will be, TELL OpenVMS up front, rather than complaining that it takes too long for OpenVMS to work out what you already know. &lt;BR /&gt;&lt;BR /&gt; On the other hand, if the system has plenty of memory, it may not make a huge difference in overall performance, as the pages will probably just cycle between process working set, free list and modified page list.</description>
      <pubDate>Thu, 17 Nov 2005 21:07:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/wsinc-default-value/m-p/3663571#M73614</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2005-11-17T21:07:07Z</dc:date>
    </item>
    <item>
      <title>Re: wsinc default value</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/wsinc-default-value/m-p/3663572#M73615</link>
      <description>Since nobody found any side effects I will give it a try. I already modified it on a 256 MB AS500 without any problems.&lt;BR /&gt;&lt;BR /&gt;John : I whished it were my processes. But modifying something like that in an old application is not easy over here. It's not only for avoiding the PF but to avoid the alarm that is given.&lt;BR /&gt;&lt;BR /&gt;Wim&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 20 Nov 2005 06:27:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/wsinc-default-value/m-p/3663572#M73615</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2005-11-20T06:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: wsinc default value</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/wsinc-default-value/m-p/3663573#M73616</link>
      <description>I increased wsinc from 2400 to 24000 on 1 GS160 node. The program has a va size of 735.000 pages on startup (=45Kp).&lt;BR /&gt;&lt;BR /&gt;WSSET sizes (in Kp or 16000 pages) :&lt;BR /&gt;Before : 6:55 6 Kp, 8:05 14Kp, 10:00 18Kp &lt;BR /&gt;After : 6:55 10 Kp, 8:00 20Kp, 8:40 32Kp. No further increase.&lt;BR /&gt;&lt;BR /&gt;So, the working set grew more rapidly but still to slow. There are less pagefaults but still too many (still alarms).&lt;BR /&gt;&lt;BR /&gt;I will try with 100.000 ...&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Tue, 22 Nov 2005 04:09:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/wsinc-default-value/m-p/3663573#M73616</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2005-11-22T04:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: wsinc default value</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/wsinc-default-value/m-p/3663574#M73617</link>
      <description>Seems I forgot to update this one.&lt;BR /&gt;&lt;BR /&gt;The problem is solved with 100.000 pages in wsinc.&lt;BR /&gt;No problems seen yet. No alarms anymore of high faulting.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Mon, 09 Jan 2006 07:56:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/wsinc-default-value/m-p/3663574#M73617</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2006-01-09T07:56:46Z</dc:date>
    </item>
  </channel>
</rss>

