You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/modules/demos/pages/logging.adoc
+10-19Lines changed: 10 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,16 +26,6 @@ To run this demo, your system needs at least:
26
26
27
27
If you use MacOS or Windows and use Docker to run Kubernetes, set the RAM to at least 4 GB in _Preferences > Resources_.
28
28
29
-
==== Linux
30
-
31
-
OpenSearch uses a mmapfs directory by default to store its indices. The default operating system limits on mmap counts
32
-
are likely too low - usually 65530, which may result in out-of-memory exceptions. So, the Linux setting
33
-
`vm.max_map_count` on the host machine where the containers are running must be set to at least 262144.
34
-
35
-
This is automatically set by default in this demo (via the `setSysctlMaxMapCount` Stack parameter).
36
-
37
-
OpenSearch has more information about this setting in their https://opensearch.org/docs/2.12/install-and-configure/install-opensearch/index/#important-settings[documentation].
38
-
39
29
== Overview
40
30
41
31
This demo will
@@ -63,15 +53,16 @@ To list the installed Stackable services run the following command:
0 commit comments