We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19d8116 commit 2f8ba3aCopy full SHA for 2f8ba3a
docs/reference/migration/migrate_5_5.asciidoc
@@ -7,4 +7,15 @@
7
8
Previous versions of Elasticsearch would skip hidden files and directories when
9
scanning the plugins folder. This allows broken plugin installs to remain
10
-undetected so this leniency has been removed.
+undetected so this leniency has been removed.
11
+
12
+[[breaking_54_packaging_changes]]
13
+[float]
14
+=== Skip setting kernel parameters
15
16
+Elasticsearch attempts to set the kernel parameter `vm.max_map_count` during
17
+installation. In some environments this can fail. Previous versions of
18
+Elasticsearch accepted a flag `ES_SKIP_SET_KERNEL_PARAMTERS` to skip this
19
+writing. Starting in Elasticsearch 5.5.0, this flag has been removed and
20
+instead the same functionality can be achieved by masking the `systemd-sysctl`
21
+service.
0 commit comments