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 380f95c commit de882e5Copy full SHA for de882e5
comps/third_parties/opensearch/deployment/docker_compose/compose.yaml
@@ -23,7 +23,7 @@ services:
23
hard: -1
24
nofile:
25
soft: 65536 # maximum number of open files for the OpenSearch user, set to at least 65536 on modern systems
26
- hard: 65536
+ hard: 262144
27
ports:
28
- "${OPENSEARCH_PORT1:-9200}:9200"
29
- "${OPENSEARCH_PORT2:-9600}:9600"
0 commit comments