Skip to content

Commit ea61d39

Browse files
authored
Update vm.max_map_count value in "Configure an Ubuntu host" doc (#4377)
This is part of work in elastic/docs-content-internal#592. We are upgrading vm.max_map_count value in "Configure an Ubuntu host" doc to reflect the correct value. <!-- 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. --> ## 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 901b2a9 commit ea61d39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ You must use XFS and have quotas enabled on all allocators, otherwise disk usage
129129
```sh
130130
cat <<EOF | sudo tee -a /etc/sysctl.conf
131131
# Required by Elasticsearch
132-
vm.max_map_count=262144
132+
vm.max_map_count=1048576
133133
# enable forwarding so the Docker networking works as expected
134134
net.ipv4.ip_forward=1
135135
# Decrease the maximum number of TCP retransmissions to 5 as recommended for Elasticsearch TCP retransmission timeout.

0 commit comments

Comments
 (0)