Docker Sizing in production

Any guidelines on hardware sizing for Elasticsearch Docker to run in production?

I am trying to findout what type of instance to choose in AWS? How much memory we need to allocate to Docker Host and how much heap size we need to set for elasticsearch process?

Here is the current config i am using

Host: 8 CPU x 30 GB (m3.2xlarge)
Docker Host: 4 cpu x 24 GB assigned
Elasticsearch Heap: 12 GB

-Madhu

We always recommend 50:50 - RAM:HEAP, irrespective of the host/container size.

Bit with a host of that size, I'd just run a single node. If that is what you mean.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.