Переглянути джерело

Revert "Added documentation for Elasticsearch on Linux hosts #190"

This reverts commit 25f5ecdfef8afd5a81f14501e7d11c10caba8b6d.
Mark Shust 5 роки тому
батько
коміт
438e53c8ab
1 змінених файлів з 0 додано та 9 видалено
  1. 0 9
      README.md

+ 0 - 9
README.md

@@ -291,15 +291,6 @@ You may also monitor Redis by running: `bin/redis redis-cli monitor`
 
 For more information about Redis usage with Magento, <a href="https://devdocs.magento.com/guides/v2.3/config-guide/redis/redis-session.html" target="_blank">see the DevDocs</a>.
 
-### Elasticsearch
-
-Linux on Elasticsearch requires the virtual memory to be increased on the host. This can be accomplished by running:
-
-```
-# Only needed on Linux hosts
-sudo sysctl -w vm.max_map_count=262144
-```
-
 ### Xdebug & VS Code
 
 Install and enable the PHP Debug extension from the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=felixfbecker.php-debug).