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...@basho.com

On Thu, Feb 18, 2016 at 10:02 AM, David Byron <dby...@dbyron.com> wrote:
> 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, 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', ""},
>>             {'-s my_other_app', ""}
>>            ]}
>> ].
>>
>> Note to Basho people: this is not very well documented (if at all), and
>> I've seen many people ask about it (be it for vm options, or adding
>> paths, etc). It might be useful to ad some documentation section about it.
>>
>> Cheers,
>> dams

_______________________________________________
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to