Hi,
I have a total 8GB of JVM Heap, it't usage was near 50%,
While I cleared field data cache(almost 1GB) using Clear Cache API:
$curl -XPOST 'http://localhost:9200/_cache/clear?field_data=true
'
field data cahced size decreased, indeed, but JVM heap usage didn't
declined.
What's the reasons ?
Hi,
I have a total 8GB of JVM Heap, it't usage was near 50%,
While I cleared field data cache(almost 1GB) using Clear Cache API:
$curl -XPOST 'http://localhost:9200/_cache/
clear?field_data=true'
field data cahced size decreased, indeed, but JVM heap usage didn't
declined.
What's the reasons ?
Hi,
I have a total 8GB of JVM Heap, it't usage was near 50%,
While I cleared field data cache(almost 1GB) using Clear Cache API:
$curl -XPOST 'http://localhost:9200/_cache/
clear?field_data=true'
field data cahced size decreased, indeed, but JVM heap usage didn't
declined.
What's the reasons ?
--
You received this message because you are subscribed to the Google Groups
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to elasticsearch+unsubscribe@googlegroups.com.
For example, if you have a resident filter cache configured and there is
heap congestion, clear cache may temporarily help to release objects back
to the JVM. After a while they are GCed.
Usually, in most other cases, cached objects are GCed when memory becomes
low, so there is not much to worry about clearing cache by command.
Hi,
I have a total 8GB of JVM Heap, it't usage was near 50%,
While I cleared field data cache(almost 1GB) using Clear Cache API:
$curl -XPOST 'http://localhost:9200/_cache/
clear?field_data=true'
field data cahced size decreased, indeed, but JVM heap usage
didn't declined.
What's the reasons ?
--
You received this message because you are subscribed to the Google
Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to elasticsearch+unsubscribe@googlegroups.com.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.