Tier | Attribute | Description |
Memory Store (Heap) | maxEntriesLocalHeapmax BytesLocalHeap | The maximum number of entries or bytes a data set can use in local heap memory, or when set at the CacheManager level (maxBytesLocalHeap only), as a pool available to all data sets under that CacheManager. This setting is required for every cache or at the CacheManager level. Pooling is available at the CacheManager level using maxBytesLocalHeap only. |
Off-heap Store | maxBytesLocalOffHeap | The maximum number of bytes a data set can use in off-heap memory, or when set at the CacheManager level, as a pool available to all data sets under that CacheManager. Pooling is available at the CacheManager level. |
Disk Store | maxEntriesLocalDiskmax BytesLocalDisk | The maximum number of entries or bytes a data set can use on the local disk, or when set at the CacheManager level (maxBytesLocalDisk only), as a pool available to all data sets under that CacheManager. Note that these settings apply to temporary disk usage (localTempSwap); these settings do not apply to disk persistence. Pooling is available at the CacheManager level using maxBytesLocalDisk only. |