Domanda

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?

È stato utile?

Soluzione

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a magento.stackexchange
scroll top