Skip to content

Commit de882e5

Browse files
authored
Update nofile's hard limit to 262144 for opensearch (opea-project#1495)
Signed-off-by: Abolfazl Shahbazi <[email protected]>
1 parent 380f95c commit de882e5

File tree

1 file changed

+1
-1
lines changed
  • comps/third_parties/opensearch/deployment/docker_compose

1 file changed

+1
-1
lines changed

comps/third_parties/opensearch/deployment/docker_compose/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ services:
2323
hard: -1
2424
nofile:
2525
soft: 65536 # maximum number of open files for the OpenSearch user, set to at least 65536 on modern systems
26-
hard: 65536
26+
hard: 262144
2727
ports:
2828
- "${OPENSEARCH_PORT1:-9200}:9200"
2929
- "${OPENSEARCH_PORT2:-9600}:9600"

0 commit comments

Comments
 (0)