Created
September 25, 2011 06:10
-
-
Save oza/1240291 to your computer and use it in GitHub Desktop.
A setting file for ZooKeeper.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# The number of milliseconds of each tick | |
#tickTime=2000 | |
tickTime=30000 | |
# The number of ticks that the initial | |
# synchronization phase can take | |
initLimit=10000 | |
# The number of ticks that can pass between | |
# sending a request and getting an acknowledgement | |
syncLimit=10000 | |
# the directory where the snapshot is stored. | |
dataDir=/home/ozawa/var/zookeeper | |
# /mnt/zk : another HDD. | |
dataLogDir=/mnt/zk | |
# the port at which the clients will connect | |
clientPort=2181 | |
maxClientCnxns=100000 | |
preAllocSize=2048M | |
server.2=hd102:2888:3888 | |
server.3=hd103:2888:3888 | |
server.4=hd104:2888:3888 | |
server.5=hd105:2888:3888 | |
server.6=hd106:2888:3888 | |
server.7=hd107:2888:3888 | |
server.8=hd108:2888:3888 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment