Hi,

  I am prototyping elasticsearch (with Kibana and logstash) to index our 
massive syslog data for which one month's total is about 1.3 billion 
records.  I have (for the moment) a two node cluster with 48GB RAM on Node 
A and 32 GB RAM on Node B.  I have used doc_values for the two most 
important fields I would run facets on which are fieldnames: hostname and 
message.  My observation is that if I do terms faceting on these two fields 
then the cluster returns results and the JVM heap indicator on my KOPF 
plugin stays stable... but if I do facets on non doc_values fields, then 
the JVM heap of both nodes jumps to red and STAYS red, even though I stop 
doing further queries.  In fact, the next day the JVM heap memory for both 
nodes are still red and I have to restart each node one by one to bring 
them back to original JVM levels.

How do I "recover" the memory from the JVMs and have them release what 
appears to be stuck threads?

Thanks very much.

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/45a1f839-9de8-4f3a-aa08-433a78095dd2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to