add common sample configs

This commit is contained in:
kimchy 2011-05-24 21:16:55 +03:00
parent 4711be7061
commit 1bf30a9d57
1 changed files with 12 additions and 0 deletions

View File

@ -7,3 +7,15 @@
# recover_after_nodes: 1
# recover_after_time: 5m
# expected_nodes: 2
# Force all memory to be locked, forcing JVM to never swap
# (make sure to set MIN and MAX mem to the same value)
#bootstrap:
# mlockall: true
# Unicast Discovery (disable multicast)
#discovery:
# zen:
# multicast.enabled: false
# unicast.hosts: ["host1", "host2"]