Optimal configuration for 2 high powered nodes

Hi,

I am using 2 fairly high powered physical machines as ES nodes, each has
96GB of memory and 1TB of RAID10 SSD.

The Elasticsearch database is currently around 300GB with 450,000,000
documents.

I am trying to understand which of these configurations would be optimal?

  1. 1 x ES instance on each machine with 30GB Heap (for pointer
    compression reasons)
  2. 1 x ES instance on each machine with 57.6GB (60% of total memory)
    Heap
  3. 2 x ES instances on each machine, 30GB Heap for each

--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/01495019-59cb-4573-b42e-11d52519b3c5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Hi,

I think the 2nd proposition could be the worst. With more than 32GB the JVM will use uncompressed pointer.
Take a look at this : http://www.elasticsearch.org/guide/en/elasticsearch/guide/current/_limiting_memory_usage.html

Hope this help

--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/aa905691-102d-4a6c-8c2f-a2b50a0164af%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

I'd go with option 3 and use puppet to manage it.

Regards,
Mark Walkom

Infrastructure Engineer
Campaign Monitor
email: markw@campaignmonitor.com
web: www.campaignmonitor.com

On 15 October 2014 08:10, Rémi Nonnon remi.nonnon@gmail.com wrote:

Hi,

I think the 2nd proposition could be the worst. With more than 32GB the
JVM will use uncompressed pointer.
Take a look at this :
Elasticsearch Platform — Find real-time answers at scale | Elastic

Hope this help

--
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.
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/aa905691-102d-4a6c-8c2f-a2b50a0164af%40googlegroups.com
.
For more options, visit https://groups.google.com/d/optout.

--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAEM624ZpssqDdTK%3DoQOdUDas6%2BWQg57Y2HKkDW7MDEwy0qwHrg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.