Question

I'm having a lot of issues during the reindex of my catalog in Magento Cloud, sometimes I saw error logs related to ElasticSearch.

How could I know if I need to request some improvement related to ElasticSearch to the Magento Cloud team?

Was it helpful?

Solution

You can check the status of your ElasticSearch running this command below in your server.

curl -XGET 'http://localhost:9200/_cat/nodes?v'

As you can see the normal is 60% of usage, if your heap size needs to be increased, you will see high usage of it.

Magento 2 ElasticSearch Heap size

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top