Suggest Elasticsearch Cluster Configuration

Is it possible to use several Elasticsearch nodes with Docker on one machine in production?
Suppose the indexes are daily and their size is about 150 GB and the number of documents in each index is more than 15 million.
If this scenario works, how much heap size should we give to each Elasticsearch node?
Could you please give me the link to the relevant guide document?
Thanks in advance.

It can work, it depends on how much resources that host has.

@warkolm thanks for your reply. Suppose all nodes are data nodes and the index rate is high. Does not interfere with writing to the hard drive and does not reduce performance?

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