BIGOBJL parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
 
mNo edit summary
Line 19: Line 19:
These operations include:
These operations include:
<ul>
<ul>
<li>Object garbage collection.
<li>Object garbage collection
<li>End of request object cleanup.
<li>End of request object cleanup
<li>File close cleanup of file objects.
<li>File close cleanup of file objects
</ul>
</ul>



Revision as of 01:38, 1 October 2010

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

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).