質問

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?

役に立ちましたか?

解決

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

ライセンス: CC-BY-SA帰属
所属していません magento.stackexchange
scroll top