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?

Était-ce utile?

La 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

Licencié sous: CC-BY-SA avec attribution
Non affilié à magento.stackexchange
scroll top