Skip to content

Instantly share code, notes, and snippets.

@kimchy
Created January 11, 2012 22:52
Show Gist options
  • Select an option

  • Save kimchy/1597273 to your computer and use it in GitHub Desktop.

Select an option

Save kimchy/1597273 to your computer and use it in GitHub Desktop.
curl -XPUT localhost:9200/_settings -d '{
"index.merge.policy.segments_per_tier" : 5,
"index.merge.policy.max_merge_at_once" : 5
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment