a26da31fe2
ok ajacoutot@ |
||
---|---|---|
.. | ||
DESCR | ||
PFRAG.shared | ||
PLIST | ||
README | ||
riak.rc |
$OpenBSD: README,v 1.3 2013/03/26 05:26:30 jmatthew Exp $ +----------------------------------------------------------------------- | Running ${FULLPKGNAME} on OpenBSD +----------------------------------------------------------------------- Setting up a Riak cluster ========================= See http://wiki.basho.com/Adding-and-Removing-Nodes.html for information on setting up a new Riak cluster. File descriptor limits ====================== Riak requires a large number of open files to run reliably. See http://wiki.basho.com/Open-Files-Limit.html and http://wiki.basho.com/LevelDB.html for more information. To raise the open file descriptor limit for riak, add the following to the login.conf(5) file: riak:\ :openfiles-cur=4096:\ :tc=daemon: Rebuild the login.conf.db file if necessary: # [ -f /etc/login.conf.db ] && cap_mkdb /etc/login.conf And assign the _riak user to the riak login class: # usermod -L riak _riak