문제

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