Skip to content
This repository was archived by the owner on Feb 11, 2020. It is now read-only.

Commit fb034af

Browse files
committed
Further increase recovery speed settings
1 parent b238fbe commit fb034af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

update_settings.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ echo "setting optimal index recovery settings for higher performance on $cluster
55

66
curl -XPUT "$cluster_url/_cluster/settings" -d '{
77
"persistent": {
8-
"indices.recovery.max_bytes_per_sec": "500mb",
9-
"cluster.routing.allocation.node_concurrent_incoming_recoveries": 8,
10-
"cluster.routing.allocation.node_initial_primaries_recoveries": 8
8+
"indices.recovery.max_bytes_per_sec": "4000mb",
9+
"cluster.routing.allocation.node_concurrent_recoveries": 24,
10+
"cluster.routing.allocation.node_initial_primaries_recoveries": 24
1111
}
1212
}'

0 commit comments

Comments
 (0)