c# - Checking Elasticsearch Heap Size -


how can check heap size assigned elasticsearch engine, there way check using url api ? , can use nest check it?

thanks

use get _nodes/stats

then @ following in return /jvm/mem/heap_committed_in_bytes


Comments

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -