Last active
December 29, 2015 21:08
-
-
Save HashNuke/7727910 to your computer and use it in GitHub Desktop.
Riak doesn't start when I add an etc/advanced.config. When there's none, it starts fine.
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
# I'm using Riak v2.0pre7 (latest tagged release from the github repo) | |
$ cat etc/advanced.config | |
%% -*- mode: erlang;erlang-indent-level: 4;indent-tabs-mode: nil -*- | |
%% ex: ft=erlang ts=4 sw=4 et | |
[ | |
{riak_kv, [ | |
{add_paths, ["/Users/akashmanohar/projects/rinket/_build/shared/lib/firebrick/ebin"]} | |
]} | |
] | |
$ bin/riak start | |
!!!! | |
!!!! WARNING: ulimit -n is 2560; 4096 is the recommended minimum. | |
!!!! | |
riak failed to start within 15 seconds, | |
see the output of 'riak console' for more information. | |
If you want to wait longer, set the environment variable | |
WAIT_FOR_ERLANG to the number of seconds to wait. | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
needs a "." on line 10.