Bläddra i källkod

Modified script

Evgeniy Zverev 1 år sedan
förälder
incheckning
041f554568
2 ändrade filer med 4 tillägg och 0 borttagningar
  1. 0 0
      compose/bin/configure-linux
  2. 4 0
      compose/compose.yaml

+ 0 - 0
compose/bin/extra-settings → compose/bin/configure-linux


+ 4 - 0
compose/compose.yaml

@@ -66,6 +66,8 @@ services:
       ## More info at https://github.com/markshust/docker-magento/issues/488
       - "cluster.routing.allocation.disk.threshold_enabled=false"
       - "index.blocks.read_only_allow_delete"
+      ## Uncomment the following line to increase the virtual memory map count for OpenSearch
+  #   - "max_map_count=262144"
 
   ## If you wish to use Elasticsearch, comment out opensearch image above and
   ## uncomment this block. Do the same in the composer.healthcheck.yaml file.
@@ -84,6 +86,8 @@ services:
   #    ## More info at https://github.com/markshust/docker-magento/issues/488
   #    - "cluster.routing.allocation.disk.threshold_enabled=false"
   #    - "index.blocks.read_only_allow_delete"
+  #    ## Uncomment the following line to increase the virtual memory map count for ElasticSearch
+  #    - "max_map_count=262144"
 
   rabbitmq:
     image: markoshust/magento-rabbitmq:3.11-0