<?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: buffer_limit question in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/buffer-limit-question/m-p/3671408#M72602</link>
    <description>Wim,&lt;BR /&gt;&lt;BR /&gt;Thanks for the heads up on non-paged dyn.&lt;BR /&gt;&lt;BR /&gt;And I noticed that Hein placed a question mark after MAXBUF * BUFIO = equation.&lt;BR /&gt;&lt;BR /&gt;Dave...</description>
    <pubDate>Tue, 15 Nov 2005 10:04:36 GMT</pubDate>
    <dc:creator>Dave Gudewicz</dc:creator>
    <dc:date>2005-11-15T10:04:36Z</dc:date>
    <item>
      <title>buffer_limit question</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/buffer-limit-question/m-p/3671403#M72597</link>
      <description>From $help run /buffer_limit&lt;BR /&gt;&lt;BR /&gt; /BUFFER_LIMIT=quota&lt;BR /&gt;&lt;BR /&gt;       Specifies the maximum amount of memory, in bytes, that the&lt;BR /&gt;       process can use for buffered I/O operations or for temporary&lt;BR /&gt;       mailbox creation.&lt;BR /&gt;&lt;BR /&gt;       If you do not specify a buffered I/O quota, the default value&lt;BR /&gt;       established at system generation time is used. The minimum amount required for any process to execute is 1024 bytes.&lt;BR /&gt;&lt;BR /&gt;************&lt;BR /&gt;&lt;BR /&gt;Q: How does one determine the default value established at system generation time?&lt;BR /&gt;&lt;BR /&gt;Dave...&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Nov 2005 15:32:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/buffer-limit-question/m-p/3671403#M72597</guid>
      <dc:creator>Dave Gudewicz</dc:creator>
      <dc:date>2005-11-14T15:32:14Z</dc:date>
    </item>
    <item>
      <title>Re: buffer_limit question</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/buffer-limit-question/m-p/3671404#M72598</link>
      <description>&lt;BR /&gt;Hi there Dave!&lt;BR /&gt;&lt;BR /&gt;The documentation for this is basically under SYS$CREPRC in th system serve ref man:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/doc/82FINAL/4527/4527pro_025.html#index_x_259" target="_blank"&gt;http://h71000.www7.hp.com/doc/82FINAL/4527/4527pro_025.html#index_x_259&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You can do MCR SYSGEN SHOW /PQL&lt;BR /&gt;look for BYTLM values&lt;BR /&gt;&lt;BR /&gt;hth,&lt;BR /&gt;Hein.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Nov 2005 15:54:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/buffer-limit-question/m-p/3671404#M72598</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2005-11-14T15:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: buffer_limit question</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/buffer-limit-question/m-p/3671405#M72599</link>
      <description>Hein,&lt;BR /&gt;&lt;BR /&gt;You can do MCR SYSGEN SHOW /PQL&lt;BR /&gt;look for BYTLM values&lt;BR /&gt;&lt;BR /&gt;***********&lt;BR /&gt;&lt;BR /&gt;There are Min and Def values but I can't seem to find Max values, unless its there and I'm not seeing it.&lt;BR /&gt;&lt;BR /&gt;Dave...</description>
      <pubDate>Mon, 14 Nov 2005 16:06:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/buffer-limit-question/m-p/3671405#M72599</guid>
      <dc:creator>Dave Gudewicz</dc:creator>
      <dc:date>2005-11-14T16:06:48Z</dc:date>
    </item>
    <item>
      <title>Re: buffer_limit question</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/buffer-limit-question/m-p/3671406#M72600</link>
      <description>Right, I do not see a max either. &lt;BR /&gt;The sysgen data suggest -1 = infinite as the max.&lt;BR /&gt;&lt;BR /&gt;I think that a practical max is MAXBUF * BUFIO?&lt;BR /&gt;&lt;BR /&gt;Hein.&lt;BR /&gt;&lt;BR /&gt;$ perl -e "foreach (`sysgen show/all`) {print if /BYTLM/}"&lt;BR /&gt;PQL_DBYTLM                  65536      65536        -1         -1 Bytes      D&lt;BR /&gt;PQL_MBYTLM                 256000       1024        -1         -1 Bytes      D&lt;BR /&gt;$ &lt;BR /&gt;$ pipe sysgen show/all | search sys$pipe Dynamic,bytlm&lt;BR /&gt;Parameter Name           Current    Default     Min.      Max.     Unit  Dynamic&lt;BR /&gt;--------------           -------    -------    -------   -------   ----  -------&lt;BR /&gt;PQL_DBYTLM                  65536      65536        -1         -1 Bytes      D&lt;BR /&gt;PQL_MBYTLM                 256000       1024        -1         -1 Bytes      D&lt;BR /&gt;$</description>
      <pubDate>Mon, 14 Nov 2005 16:26:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/buffer-limit-question/m-p/3671406#M72600</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2005-11-14T16:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: buffer_limit question</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/buffer-limit-question/m-p/3671407#M72601</link>
      <description>You might run out of non-paged dyn memory.&lt;BR /&gt;&lt;BR /&gt;On my system : MAXBUF 64000, BIOLM 12288, so if 12288 buffered IO's are done with big buffers of 64000 bytes, I need about 78MB of non-paged dynamic memory, which I don't have configured (max is 7&amp;amp;MB but 20 is already used).&lt;BR /&gt;&lt;BR /&gt;fwiw&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Tue, 15 Nov 2005 02:31:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/buffer-limit-question/m-p/3671407#M72601</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2005-11-15T02:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: buffer_limit question</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/buffer-limit-question/m-p/3671408#M72602</link>
      <description>Wim,&lt;BR /&gt;&lt;BR /&gt;Thanks for the heads up on non-paged dyn.&lt;BR /&gt;&lt;BR /&gt;And I noticed that Hein placed a question mark after MAXBUF * BUFIO = equation.&lt;BR /&gt;&lt;BR /&gt;Dave...</description>
      <pubDate>Tue, 15 Nov 2005 10:04:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/buffer-limit-question/m-p/3671408#M72602</guid>
      <dc:creator>Dave Gudewicz</dc:creator>
      <dc:date>2005-11-15T10:04:36Z</dc:date>
    </item>
    <item>
      <title>Re: buffer_limit question</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/buffer-limit-question/m-p/3671409#M72603</link>
      <description>Dave,&lt;BR /&gt;&lt;BR /&gt;from your Forum Profile:&lt;BR /&gt;&lt;BR /&gt;&lt;QUOTE&gt;&lt;BR /&gt;I have assigned points to 49 of 104  responses to my questions.&lt;BR /&gt;&lt;/QUOTE&gt;&lt;BR /&gt;Most of the unassigned threds are quite old.&lt;BR /&gt;&lt;BR /&gt;Maybe you can find some time to do some backlog assigning?&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#33" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#33&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Mind, I do NOT say you necessarily need to give lots of points. It is fully up to _YOU_ to decide how many. If you consider an answer is not deserving any points, you can also assign 0 ( = zero ) points, and then that answer will no longer be counted as unassigned.&lt;BR /&gt;Consider, that every poster took at least the trouble of posting for you!&lt;BR /&gt;&lt;BR /&gt;To easily find your streams with unassigned points, click your own name somewhere.&lt;BR /&gt;This will bring up your profile.&lt;BR /&gt;Near the bottom of that page, under the caption â  My Question(s)â   you will find â  questions or topics with unassigned points â   Clicking that will give all, and only, your questions that still have unassigned postings.&lt;BR /&gt;&lt;BR /&gt;Closed streams can be re-opened, assigned, and closed again.&lt;BR /&gt;&lt;BR /&gt;Thanks on behalf of your Forum colleagues.&lt;BR /&gt;&lt;BR /&gt;PS.  â   nothing personal in this. I try to post it to everyone with this kind of assignment ratio in this forum. If you have received a posting like this before â   please do not take offence â   none is intended!&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>Tue, 15 Nov 2005 12:31:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/buffer-limit-question/m-p/3671409#M72603</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2005-11-15T12:31:24Z</dc:date>
    </item>
    <item>
      <title>Re: buffer_limit question</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/buffer-limit-question/m-p/3671410#M72604</link>
      <description>Dave,&lt;BR /&gt;&lt;BR /&gt;  Remember that quotas are really only to protect against accidental or malicious consumption of resources. For trusted, stable, debugged code, you should be able to set them as high as you like.&lt;BR /&gt;&lt;BR /&gt;  BYTLM depletion can hang processes in weird states like MUTEX, so it's fairly important to make sure processes have sufficient. You may want to set a quota to a very high value then track a process over time to get some idea of the peak requirement.&lt;BR /&gt;&lt;BR /&gt;  Beware of excessively high values for DEFMBXBUFQUO - this may lead to greater than expected consumption of BYTLM.</description>
      <pubDate>Wed, 16 Nov 2005 19:05:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/buffer-limit-question/m-p/3671410#M72604</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2005-11-16T19:05:28Z</dc:date>
    </item>
  </channel>
</rss>

