我已经为Ignite分配了5 GB的非堆内存,可以在应用程序启动时进行验证。
[13:09:56] Topology snapshot [ver=1, servers=1, clients=0, CPUs=4, offheap=4.9GB, heap=2.6GB]
[13:09:56] ^-- Node [id=AC62049E-CB7B-4BB6-B19D-56C17B695A8D, clusterState=ACTIVE]
[13:09:56] Data Regions Configured:
[13:09:56] ^-- default [initSize=2.0 GiB, maxSize=3.9 GiB, persistenceEnabled=false]
[13:09:56] ^-- Buffer_Region [initSize=512.0 MiB, maxSize=1000.0 MiB, persistenceEnabled=false]
但是在群集指标期间,我得到的非堆大小为-1%。
Metrics for local node (to disable set 'metricsLogFrequency' to 0)
^-- Node [id=ac62049e, name=dm123, uptime=00:07:00.046]
^-- H/N/C [hosts=1, nodes=1, CPUs=4]
^-- CPU [cur=0.33%, avg=2.39%, GC=0%]
^-- PageMemory [pages=158231]
^-- Heap [used=493MB, free=81.32%, comm=960MB]
^-- Non heap [used=112MB, free=-1%, comm=117MB]
^-- Outbound messages queue [size=0]
^-- Public thread pool [active=0, idle=0, qSize=0]
^-- System thread pool [active=0, idle=6, qSize=0]
此度量标准中的非堆大小是多少?如何获得使用中的实际非堆大小?
我也不知道指标中的
comm
是什么意思;在文档中也找不到它。 最佳答案
这是Ignite中的错误。我找到了一份修复票-IGNITE-5583.
更新:
根据IGNITE-9305,原始问题似乎已解决2.7
您使用什么版本?
关于java - 如何知道点燃非堆内存使用情况?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/58969849/