CDMINP2X parameter

From m204wiki
Revision as of 14:49, 13 October 2014 by DCameron (talk | contribs) (→‎Summary)
Jump to navigation Jump to search

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. Rocket Software Technical Support recommends that you set CDMINP2X to a value between 3 and 8 and test your results.