We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcab0f8 commit 4e9297aCopy full SHA for 4e9297a
.ddev/elasticsearch/docker-compose.elasticsearch8.yaml
@@ -10,5 +10,10 @@ services:
10
# Disable authentication in local development
11
xpack.security.enabled: "false"
12
xpack.security.enrollment.enabled: "false"
13
+ # Disable default watermark, which can cause issues in local development:
14
+ cluster.routing.allocation.disk.watermark.low: "2gb"
15
+ cluster.routing.allocation.disk.watermark.high: "1gb"
16
+ cluster.routing.allocation.disk.watermark.flood_stage: "500mb"
17
+ cluster.info.update.interval: "1m"
18
volumes:
19
- ./elasticsearch/config/elasticsearch8.yml:/usr/share/elasticsearch/config/elasticsearch.yml
0 commit comments