z/OS MVS Programming: Sysplex Services Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Determining Maximum Structure Size

z/OS MVS Programming: Sysplex Services Guide
SA23-1400-00

When a structure is allocated, the coupling facility sets the maximum structure size equal to the structure size specified in the CFRM active policy. The maximum structure size value remains constant as long as this instance of the structure remains allocated. However, the actual structure size might be less than the maximum structure size value. A smaller size could occur because:
  • INITSIZE was specified in the CFRM active policy with a smaller size
  • STRSIZE was specified on an IXLCONN macro with a smaller size
  • Storage constraints exist in the coupling facility
  • A previous structure alter reduced the structure size.

Note that during a system-managed rebuild, the new structure might be allocated with a size larger than the maximum structure size specified by SIZE, if the larger size is required to accommodate the system-managed rebuild process.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014