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