Skip to content

Instantly share code, notes, and snippets.

@jprante
Created November 10, 2015 23:26
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jprante/08b061171f4ee1876378 to your computer and use it in GitHub Desktop.
Save jprante/08b061171f4ee1876378 to your computer and use it in GitHub Desktop.
1.5.2 config
bootstrap:
mlockall: true
store:
index:
type: mmapfs
network:
host: _local_
transport:
ping_timeout: 30s
index:
codec:
bloom:
load: false
merge:
scheduler:
type: concurrent
max_thread_count: 16
policy:
max_merged_segment: 1gb
segments_per_tier: 4
max_merge_at_once: 4
max_merge_at_once_explicit: 4
similarity:
default:
type: BM25
indices:
recovery:
concurrent_streams: 16
store:
throttle:
type: none
max_bytes_per_sec: 1gb
gateway:
type: local
recover_after_nodes: 3
recover_after_time: 15m
expected_nodes: 3
threadpool:
merge:
type: fixed
size: 16
queue_size: 64
bulk:
type: fixed
size: 64
queue_size: 64
discovery:
zen:
ping_timeout: 5s
minimum_master_nodes: 2
script:
disable_dynamic: true
groovy:
sandbox.enabled: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment