INTERN_OVERRIDETOKEN_VALUES

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.

When set to False, this feature is disabled.

Valid Values:

True, False

Default Value:

False

Location:

system/ruleEngine/overrides/

Effective:

Fixpack 11