INTERN_OVERRIDETOKEN_VALUES

Location
system/ruleEngine/overrides/
Description
This parameter controls whether the value strings of override tokens are interned to lower memory usage.

When set to True, value strings of override tokens are added to the String class pool. If a new String object is created and the string already exists in the pool, then a reference to the string in the pool is returned and used instead.

Valid values
TRUE, FALSE
Default value
False
Effective
Fixpack 11