Skip to content

Instantly share code, notes, and snippets.

@HashNuke
Last active December 29, 2015 21:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HashNuke/7727910 to your computer and use it in GitHub Desktop.
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.
# 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.
@joedevivo
Copy link

needs a "." on line 10.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment