There are various properties you can configure when utilizing Broadleaf’s Extension Common library.
When Ignite is used for caching, these properties influence the configuration of the embedded Ignite node.
The properties here are bound to com.broadleafcommerce.common.extension.autoconfigure.IgniteCacheNodeProperties
.
Property | Description | Default |
---|---|---|
|
The memory page size to use for Ignite. Ignite recommends this to be "no less than the lower of: the page size of your storage media (SSD, Flash, HDD, etc.) and the cache page size of your operating system". |
4KB |
|
The initial allocation size of the system data storage region for Ignite system cache (this is off-heap memory). |
40MB |
|
The maximum allowed size of the system data storage region for Ignite system cache (this is off-heap memory). |
100MB |
|
Configures the default data region’s |
100 |
|
Configures the default data region’s |
random_2_lru |
|
Configures the default data region’s |
true |
|
The initial allocation size of the default data storage region (this is off-heap memory). |
256MB |
|
The maximum allowed size of the default data storage region (this is off-heap memory). |
1GB |