Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledk2 committed Sep 9, 2024
1 parent b23a518 commit 8c53b95
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ jobs:
es_api_basic_auth_username: "elastic"
ELASTIC_PASSWORD: "elasticsearch_user_password"
ES_JAVA_OPTS: "-Xms2g -Xmx2g"
cluster.max_shards_per_node: 6000
#cluster.max_shards_per_node: 6000
cluster.routing.allocation.disk.watermark.flood_stage": "97%",
cluster.info.update.interval: "1m"

options: -e="discovery.type=single-node" --health-cmd="curl -k -u elastic:elasticsearch_user_password https://localhost:9200/_cluster/health" --health-interval=10s --health-timeout=5s --health-retries=10

Expand Down

0 comments on commit 8c53b95

Please sign in to comment.