Elasticsearch API /_nodes/jvm

1 개요[ | ]

Elasticsearch API /_nodes/jvm
# curl -su elastic:elastic localhost:9200/_nodes/jvm?pretty | grep heap
          "heap_init_in_bytes" : 2147483648,
          "heap_max_in_bytes" : 2077753344,
          "non_heap_init_in_bytes" : 2555904,
          "non_heap_max_in_bytes" : 0,

2 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}