Hazelcast使用HD

时间:2017-04-19 13:26:39

标签: hazelcast

我正在尝试测试hazelcast hd。

<map name="testMap">
    <!-- <in-memory-format>BINARY</in-memory-format> -->
    <in-memory-format>NATIVE</in-memory-format>
    <backup-count>1</backup-count>
    <async-backup-count>0</async-backup-count>
    <read-backup-data>false</read-backup-data>      
</map>

<native-memory allocator-type="POOLED" enabled="true">
    <size unit="GIGABYTES" value="150"/>
</native-memory>

我不知道数据的存储位置。与管理中心核对,发现最大本机内存为30G但使用的始终为0。

从下面的节点登录: 信息:[192.168.129.155]:5701 [dev] [3.5.1] processors = 4,physical.memory.total = 38.4G,physical.memory.free = 2.3G,swap.space.total = 1024.0M,swap。 space.free = 997.4M,heap.memory.used = 261.6M,heap.memory.free = 205.4M,heap.memory.total = 467.0M,heap.memory.max = 8.5G,heap.memory.used / total = 56.01%,heap.memory.used / max = 3.00%,native.memory.used = 0,native.memory.free = 30.6G,native.memory.total = 0,native.memory.max = 30.6G,minor .gc.count = 324,minor.gc.time = 3225ms,major.gc.count = 1,major.gc.time = 74ms,load.process = 100.00%,load.system = 100.00%,load.systemAverage = 0.40 ,thread.count = 57,thread.peakCount = 61,cluster.timeDiff = 3,event.q.size = 0,executor.q.async.size = 0,executor.q.client.size = 0,executor.q .query.size = 0,executor.q.scheduled.size = 0,executor.q.io.size = 0,executor.q.system.size = 0,executor.q.operation.size = 0,executor.q .priorityOperation.size = 0,executor.q.response.size = 0,operations.remote.size = 0,operations.running.size = 0,operations.pending.invocations.count = 0,operations.pending.inv ocations.percentage = 0.00%,proxy.count = 2,clientEndpoint.count = 1,connection.active.count = 13,client.connection.count = 1,connection.count = 9

堆内存不会增加,非堆没有变化&amp;本地没有变化存储数据的位置。

我错过了什么吗?

更新:使用hazelcast版本3.5和管理中心版本3.5,它们是许可版本

1 个答案:

答案 0 :(得分:0)

您应该使用hazelcast和管理中心版本3.8.1。 最新版本的管理中心显示了二进制和本机内存的内存消耗和条目成本。

谢谢

相关问题