LDKBMWND parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
 
(Automatically generated page update)
Line 18: Line 18:
<p>High values of LDKBMWND might unnecessarily increase the number of writes done (measured by the DKWR statistic). Low values might cause excessive waiting for buffers (measured by the DKSWAIT statistic).</p>
<p>High values of LDKBMWND might unnecessarily increase the number of writes done (measured by the DKWR statistic). Low values might cause excessive waiting for buffers (measured by the DKSWAIT statistic).</p>
<p>Refer to the <var>Model&nbsp;204 System Manager's Guide</var> for more information about disk buffer monitor parameters and statistics.  </p>
<p>Refer to the <var>Model&nbsp;204 System Manager's Guide</var> for more information about disk buffer monitor parameters and statistics.  </p>
[[Category:System Parameters]]
[[Category:System parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Revision as of 14:38, 19 April 2013

Summary

Default value
NSERVS plus 1
Parameter type
System
Where set
On User 0's parameter line by system manager
Related products
All
Introduced
Model 204 V6.1 or earlier

Description

An anticipatory write window that starts writes for any modified buffers that enter the window

When an anticipatory write for a modified buffer completes, the buffer is immediately reusable.

If NLRUQ is set greater than 1, then the value of LDKBMWND is rounded up to a multiple of NLRUQ. LDKBMWND has a minimum size of one (1).

High values of LDKBMWND might unnecessarily increase the number of writes done (measured by the DKWR statistic). Low values might cause excessive waiting for buffers (measured by the DKSWAIT statistic).

Refer to the Model 204 System Manager's Guide for more information about disk buffer monitor parameters and statistics.