Hi everyone,
I have added the following issue to expand the documentation for
advanced.config:
https://github.com/basho/basho_docs/issues/1951
Please watch the issue there to get updates. A pull request supplying
the documentation would, of course, be welcome.
--
Luke Bakken
Engineer
lbak...@ba
Thanks to you both for the good info. I'd still love to hear from some
basho folks about good ways to document this.
-DB
On 2/17/16 4:03 AM, Damien Krotkine wrote:
There is an easier way to do it, by using the advanced config file
(usually /etc/riak/advanced.config )
Here is an example, wher
There is an easier way to do it, by using the advanced config file
(usually /etc/riak/advanced.config )
Here is an example, where I use advanced.config to add a vm_args
configuration fields. So I suppose you could use the same syntax to add
your -env option:
[
{vm_args, [
{'-s my_app', ""},
On Tue, Feb 16, 2016 at 3:24 PM, David Byron wrote:
> http://docs.basho.com/riak/latest/community/faqs/operations/#is-it-possible-to-change-the-port-on-which-the-erl
> says to add
>
> -env ERL_EPMD_PORT
>
> to vm.args, but I get the sense from
> http://docs.basho.com/riak/latest/ops/advanced/conf