Skip to content

Commit 2f8ba3a

Browse files
committed
Add migration note on kernel parameters on install
This commit adds a note to the migration docs regarding how to avoid the installation packages from setting kernel parameters on install.
1 parent 19d8116 commit 2f8ba3a

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

docs/reference/migration/migrate_5_5.asciidoc

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,15 @@
77

88
Previous versions of Elasticsearch would skip hidden files and directories when
99
scanning the plugins folder. This allows broken plugin installs to remain
10-
undetected so this leniency has been removed.
10+
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

Comments
 (0)