Skip to content

Commit 49c6ce2

Browse files
authored
Update vm.max_map_count value in "Configure a RHEL host" doc (#4376)
<!-- Thank you for contributing to the Elastic Docs! 🎉 Use this template to help us efficiently review your contribution. --> ## Summary <!-- Describe what your PR changes or improves. If your PR fixes an issue, link it here. If your PR does not fix an issue, describe the reason you are making the change. --> This is part of work in elastic/docs-content-internal#592. We are upgrading `vm.max_map_count` value in "Configure a RHEL host" doc to reflect the correct value. ## Generative AI disclosure <!-- To help us ensure compliance with the Elastic open source and documentation guidelines, please answer the following: --> 1. Did you use a generative AI (GenAI) tool to assist in creating this contribution? - [ ] Yes - [x] No <!-- 2. If you answered "Yes" to the previous question, please specify the tool(s) and model(s) used (e.g., Google Gemini, OpenAI ChatGPT-4, etc.). Tool(s) and model(s) used: -->
1 parent aa58633 commit 49c6ce2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy-manage/deploy/cloud-enterprise/configure-host-rhel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ Verify that required traffic is allowed. Check the [Networking prerequisites](ec
317317
```sh
318318
cat <<EOF | sudo tee -a /etc/sysctl.conf
319319
# Required by Elasticsearch
320-
vm.max_map_count=262144
320+
vm.max_map_count=1048576
321321
# enable forwarding so the Docker networking works as expected
322322
net.ipv4.ip_forward=1
323323
# Decrease the maximum number of TCP retransmissions to 5 as recommended for Elasticsearch TCP retransmission timeout.

0 commit comments

Comments
 (0)