NumericNormalMaxMem

The maximum amount of memory (in kilobytes) to allot to the fields with this property.

NOTE: Do not configure this setting unless you are encountering memory problems because of the amount of data stored in your IDOL Server.

You can use this parameter only for fields that are also configured with a numeric-based property type. Numeric-based types include NumericType, NumericDateType, MatchType, ParametricRangeType, ReferenceMemoryMappedType, and ParametricType when the ParametricNumericMapping configuration parameter is set to True.

Set NumericNormalMaxMem to the maximum amount of memory (in kilobytes) that you want to use for each associated PropertyFieldCSVs field that has a numeric-based property type.

For example:

[NumericFields]
NumericType=True
NumericNormalMaxMem=100000

In this case, the property specifies that the PropertyFieldCSVs fields can use no more than 100000 KB of memory. If the field values exceeds the maximum memory, IDOL Server stores the values on disk, rather than in the cache.

Type: Long
Default:  
Required: No
Configuration Section: MyProperty
Example: NumericNormalMaxMem=100000
See Also: MatchType
NumericDateType
NumericType
ParametricNumericMapping

ParametricRangeType
ParametricType
Property
PropertyFieldCSVs
ReferenceMemoryMappedType