mirror of
https://github.com/clearml/clearml-server
synced 2025-01-31 02:46:53 +00:00
Update docker-compose.yml
Reduce ES watermark
This commit is contained in:
parent
07bb3b5df8
commit
c2dc73a71f
@ -42,9 +42,9 @@ services:
|
||||
bootstrap.memory_lock: "true"
|
||||
cluster.name: clearml
|
||||
cluster.routing.allocation.node_initial_primaries_recoveries: "500"
|
||||
cluster.routing.allocation.disk.watermark.low: 10gb
|
||||
cluster.routing.allocation.disk.watermark.high: 10gb
|
||||
cluster.routing.allocation.disk.watermark.flood_stage: 10gb
|
||||
cluster.routing.allocation.disk.watermark.low: 500mb
|
||||
cluster.routing.allocation.disk.watermark.high: 500mb
|
||||
cluster.routing.allocation.disk.watermark.flood_stage: 500mb
|
||||
discovery.zen.minimum_master_nodes: "1"
|
||||
discovery.type: "single-node"
|
||||
http.compression_level: "7"
|
||||
|
Loading…
Reference in New Issue
Block a user