如何配置堆外内存?

时间:2017-10-12 06:30:13

标签: ehcache ehcache-bigmemory

我的Ehcache(2.10.4)默认使用堆内存很多,配置堆外内存的步骤是什么?

EHCache配置相同:

<defaultCache
    maxElementsInMemory="8000"
    maxElementsOnDisk="10000"
    eternal="false"
    timeToIdleSeconds="3600"
    timeToLiveSeconds="3600"
    overflowToDisk="true"
    diskPersistent="false"
    diskExpiryThreadIntervalSeconds="120"
    memoryStoreEvictionPolicy="LRU"
/>

是否需要为配置堆外内存做些什么。

1 个答案:

答案 0 :(得分:0)

Ehcache 2.x仅提供offheap支持作为商业功能。 但是Ehcache 3.x将其作为开源版本的一部分提供。