CDMINP2X parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
(3 intermediate revisions by 2 users not shown)
Line 11: Line 11:
<dd>All
<dd>All
<dt>Introduced
<dt>Introduced
<dd><var class="product">Model 204 V6.1</var> or earlier
<dd><var class="product">Model 204 V6.1</var>  
</dl>
</dl>
==Description==
==Description==
<p>The CDMINP2X parameter indicates how many-in powers of 2-6K pages are backed by virtual storage-that is: allocated in storage-that will be used for the TBO constraints log. These pages are permanently allocated during initialization. For example:</p>
<p>The CDMINP2X parameter indicates, in powers of 2, how many 6K pages allocated in virtual storage will be used for the TBO constraints log. These pages are permanently allocated during initialization. For example:</p>
<ul>
<ul>
<li>
<li>
Line 22: Line 23:
</ul>
</ul>
<p>The minimum value is zero and the maximum is 16, which corresponds to 64K pages. The parameter is not resettable.</p>
<p>The minimum value is zero and the maximum is 16, which corresponds to 64K pages. The parameter is not resettable.</p>
<p>Allocation of too many pages may waste the virtual storage. Rocket Software recommends that you set CDMINP2X to a value between 3 and 8 and test your results. </p>
<p>Allocation of too many pages could waste virtual storage. It is recommended that you set CDMINP2X to a value between 3 and 8 and test your results. </p>
[[Category:System parameters]]
[[Category:System parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Latest revision as of 14:50, 13 October 2014

Minimum constraints pages power of 2

Summary

Default value
3
Parameter type
System
Where set
On User 0's parameter line
Related products
All
Introduced
Model 204 V6.1

Description

The CDMINP2X parameter indicates, in powers of 2, how many 6K pages allocated in virtual storage will be used for the TBO constraints log. These pages are permanently allocated during initialization. For example:

  • CDMINP2X=0 allocates one page
  • CDMINP2X=3 allocates eight pages

The minimum value is zero and the maximum is 16, which corresponds to 64K pages. The parameter is not resettable.

Allocation of too many pages could waste virtual storage. It is recommended that you set CDMINP2X to a value between 3 and 8 and test your results.