Skip to content

Commit 69f4543

Browse files
authored
Fix known issue docs for elastic#111866 (elastic#111956)
The `known-issue-8.15.0` anchor appears twice which breaks the docs build. Also the existing message suggests incorrectly that `bootstrap.memory_lock: true` is recommended.
1 parent 4e1a84c commit 69f4543

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/reference/release-notes/8.15.0.asciidoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ after it is killed up to four times in 24 hours. (issue: {es-issue}110530[#11053
1616
* Pipeline aggregations under `time_series` and `categorize_text` aggregations are never
1717
returned (issue: {es-issue}111679[#111679])
1818

19-
* Elasticsearch will not start on Windows machines when the recommended [bootstrap.memory_lock: true](https://www.elastic.co/guide/en/elasticsearch/reference/current/setup-configuration-memory.html#bootstrap-memory_lock) setting is configured due to [native access refactoring](https://github.com/elastic/elasticsearch/pull/111866). The workaround for 8.15.0 is to downgrade to the previous version. This issue will be fixed in 8.15.1.
19+
* Elasticsearch will not start on Windows machines if
20+
[`bootstrap.memory_lock` is set to `true`](https://www.elastic.co/guide/en/elasticsearch/reference/current/setup-configuration-memory.html#bootstrap-memory_lock).
21+
Either downgrade to an earlier version, upgrade to 8.15.1, or else follow the
22+
recommendation in the manual to entirely disable swap instead of using the
23+
memory lock feature (issue: {es-issue}111847[#111847])
2024

2125
[[breaking-8.15.0]]
2226
[float]

0 commit comments

Comments
 (0)