Setting up a docker instance of Elasticsearch Cluster.
In the instructions it saysMake sure Docker Engine is allotted at least 4GiB of memory
I am ssh'ing to the host, not using docker desktop. How can I see the resource allotments from the command line?
reference URL https://www.elastic.co/guide/en/elastic-stack-get-started/current/get-started-docker.html
docker system info
ordocker info
to see the resources allotment for CPU, Memory etc. – Saurabhdocker system info
gave the 'info' I was looking forOperating System: Oracle Linux Server 7.7 OSType: linux Architecture: x86_64 CPUs: 8 Total Memory: 15.49GiB
– RayJ_inSJ