BIGOBJL parameter

From m204wiki
Jump to navigation Jump to search

Size of object list considered big

Summary

Default value
4096
Parameter type
System
Where set
System manager resettable
Related products
All
Introduced
Sirius Mods 7.8

Description

This parameter indicates the minimum size of the internal object list in CCATEMP that is considered "big." If the number of items on the object list is greater than or equal to BIGOBJL, certain CPU-intensive operations are forced to parallel mode in an MP/204 Online so that they are eligible to run in an MP subtask. These operations include:

  • Object garbage collection
  • End of request object cleanup
  • File close cleanup of file objects

Setting BIGOBJL in a non-MP/204 Online will have no effect. Setting BIGOBJL to a negative value will prevent the indicated operations from being forced to run in parallel, though some of them might run in parallel, anyway (because they were invoked in parallel mode).