Skip to content

Commit 901b2a9

Browse files
authored
Update vm.max_map_count value in "Configure an SUSE host" doc (#4378)
<!-- 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 SUSE 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 e4a3389 commit 901b2a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

0 commit comments

Comments
 (0)