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
- bootstrap.memory_lock=true # along with the memlock settings below, disables swapping
18
17
- "OPENSEARCH_JAVA_OPTS=-Xms512m -Xmx512m"# minimum and maximum Java heap size, recommend setting both to 50% of system RAM
19
18
- OPENSEARCH_INITIAL_ADMIN_PASSWORD=${OPENSEARCH_INITIAL_ADMIN_PASSWORD} # Sets the demo admin user password when using demo configuration, required for OpenSearch 2.12 and later
@@ -22,7 +21,7 @@ services:
22
21
soft: -1
23
22
hard: -1
24
23
nofile:
25
-
soft: 65536# maximum number of open files for the OpenSearch user, set to at least 65536 on modern systems
0 commit comments