In the following two scenarios which have better performance?
- Elasticsearch application running on a physical machine with 256G RAM and 48 Core CPU.
- Deploying the Elasticsearch application on Docker with three Elasticsearch Docker container running in the same physical machine(256G RAM and 48 Core CPU).
Thanks in advance.