ctgViewCache.maxElementsInMemory

The ctgViewCache.maxElementsInMemory parameter defines the maximum number of container view objects that can be cached in memory per JVM instance.

Parameter values

Value
Integer
Default value
100
Recommended value
100

During startup, if your system finds that the parameter value is missing or invalid, the parameter value will automatically revert to the system default value of 100.

Container view objects generally have a small footprint, so that values should be set to contain most of your views in the cache.

Example

In this example, the maximum number of Container View objects is 100.

ctgViewCache.maxElementsInMemory=100