jmatthew ee6a274c63 update to riak 2.0.4, no longer marked broken.
yokozuna (solr-based search) is disabled for now.
2015-01-16 04:42:12 +00:00

30 lines
853 B
Plaintext

$OpenBSD: README,v 1.5 2015/01/16 04:42:13 jmatthew Exp $
+-----------------------------------------------------------------------
| Running ${FULLPKGNAME} on OpenBSD
+-----------------------------------------------------------------------
Setting up a Riak cluster
=========================
See http://docs.basho.com/riak/latest/ops/building/configuration/ 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://docs.basho.com/riak/latest/ops/tuning/open-files-limit/
for more information.
To raise the open file descriptor limit for riak, add the following to
the login.conf(5) file:
riak:\
:openfiles=8000:\
:tc=daemon:
Rebuild the login.conf.db file if necessary:
# [ -f /etc/login.conf.db ] && cap_mkdb /etc/login.conf