2017-04-19 47 views
0

我想測試榛廣告。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]處理器= 4,物理。 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.4 M,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.si ze = 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.invocations.percentage = 0.00%,proxy.count = 2,clientEndpoint.count = 1,connection.active.count = 13,client.connection.count = 1,connection.count = 9

堆內存不增加,非堆沒有變化&本地沒有變化在哪裏存儲數據。

我是否缺少一些東西?

更新:使用hazelcast版本3.5和管理中心3.5版它們行貨版本

+0

我真的沒有想法,但Hazelcast版本是相當古老。你能否用當前版本(3.8.1)進行測試,看看問題是否仍然存在? – noctarius

+0

此外,當管理羣集使用500萬記錄大小shon時,本地內存大約爲2GB,當我切換到二進制大小時,最多可拍攝大約20 GB。 – jbkhere

+0

作爲擁有許可證的客戶,您始終可以將您的問題發送至[email protected]。謝謝 –

回答

0

您應該使用hazelcast管理中心版本3.8.1。 管理中心的最新版本顯示二進制和本地內存的內存消耗和條目成本。

謝謝

+0

感謝Vik Gamov,讓我開始試用版,然後進行升級。 – jbkhere