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