Skip to content

Commit e5d8f2d

Browse files
committed
add common sample configs
1 parent 38dfa18 commit e5d8f2d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

config/elasticsearch.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,15 @@
77
# recover_after_nodes: 1
88
# recover_after_time: 5m
99
# expected_nodes: 2
10+
11+
12+
# Force all memory to be locked, forcing JVM to never swap
13+
# (make sure to set MIN and MAX mem to the same value)
14+
#bootstrap:
15+
# mlockall: true
16+
17+
# Unicast Discovery (disable multicast)
18+
#discovery:
19+
# zen:
20+
# multicast.enabled: false
21+
# unicast.hosts: ["host1", "host2"]

0 commit comments

Comments
 (0)