Off-heap memory configuration.
Type | LONG |
Is the attribute nillable? | true |
Does the attribute allow expression? | true |
Where is the attribute stored? | configuration |
Access Type | read-write |
Is restarted required? | resource-services |
Min | 1 |
Max | 9223372036854775807 |
Stability Level | default |
Raw DMR model |
|
Type | STRING |
Default Value | ENTRIES |
Is the attribute nillable? | true |
Does the attribute allow expression? | true |
Where is the attribute stored? | configuration |
Access Type | read-write |
Is restarted required? | resource-services |
Allowed Values |
BYTES GiB KiB MB KB MiB GB TiB ENTRIES TB |
Stability Level | default |
Raw DMR model |
|
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
size | LONG | false | true | Eviction threshold, as defined by the size unit. | |
size-unit | STRING | false | true | ENTRIES | The unit of the eviction threshold. |
Raw DMR model |
|
Raw DMR model |
|
Galleon features are to be used when creating Galleon feature-packs.
<feature spec="subsystem.infinispan.cache-container.scattered-cache.memory.off-heap">
<param name="cache-container" value="{resource name}"/>
<param name="scattered-cache" value="{resource name}"/>
<param name="size" value="{value}"/>
<param name="size-unit" value="{value}"/>
<feature/>