NLRUQG parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
m (remove <var>s)
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Template:NLRUQG parameter subtitle}}
==Summary==
==Summary==
<dl>
<dl>
Line 10: Line 11:
<dd>All
<dd>All
<dt>Introduced
<dt>Introduced
<dd><var class="product">Model 204 V7.4</var>
<dd><var class="product">Model 204 V7.1</var>
</dl>
</dl>
==Description==
==Description==
The number of above the bar LRU queues to allocate
The number of above-the-bar [[Performance monitoring and tuning#Anticipatory writes|LRU queues]] to allocate.
 
<var>NLRUQG</var> is used as a multiplier to determine the minimum number (<var>[[NUMBUFG parameter|NUMBUFG]]</var> value) of ATB disk buffers used in an Online:
<p class="code">NUMBUFG >= NLRUQG * (([[NSERVS parameter|NSERVS]] + [[NSUBTKS parameter|NSUBTKS]]) * [[MAXOBUF parameter|MAXOBUF]] + 15)
</p>
 
==See also==
<ul>
<li><var>[[NLRUQ parameter|NLRUQ]]</var> </li>
</ul>
 
[[Category:System parameters]]
[[Category:System parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Latest revision as of 15:39, 26 August 2016

# of above-the-bar DKBM LRU queues

Summary

Default value
1, also the minimum
Parameter type
System
Where set
Not resettable
Related products
All
Introduced
Model 204 V7.1

Description

The number of above-the-bar LRU queues to allocate.

NLRUQG is used as a multiplier to determine the minimum number (NUMBUFG value) of ATB disk buffers used in an Online:

NUMBUFG >= NLRUQG * ((NSERVS + NSUBTKS) * MAXOBUF + 15)

See also