maxMasterSize
cdba.hierCache maxMasterSize float maximum_size
Description
Specifies the maximum size, in megabytes, for a regular master that can be saved to the cache. If a regular master has a larger size than the specified value, then it cannot be included in the cache.
The default value is 0, which means there is no maximum size. All regular masters can be saved to the cache.
GUI Equivalent
Examples
envGetVal("cdba.hierCache" "maxMasterSize")
envSetVal("cdba.hierCache" "maxMasterSize" 'float 3)
Related Topics
Return to top