You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2018/01/14 03:17:21 UTC

[GitHub] kocolosk closed pull request #227: Document changes to the `couchdb` start script

kocolosk closed pull request #227: Document changes to the `couchdb` start script
URL: https://github.com/apache/couchdb-documentation/pull/227
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/src/config/intro.rst b/src/config/intro.rst
index dfdf721..59184b3 100644
--- a/src/config/intro.rst
+++ b/src/config/intro.rst
@@ -63,6 +63,15 @@ is the same as setting the ``ERL_FLAGS`` environment variable.
     locations. Use these options only when necessary, and be sure to track
     the contents of ``etc/default.ini``, which may change in future releases.
 
+If there is a need to use different ``vm.args`` or ``sys.config`` files, for
+example, in different locations to the ones provided by CouchDB, or you don't
+want to edit the original files, the default locations may be changed by
+setting the COUCHDB_VM_ARGS_FILE or COUCHDB_SYSCONFIG_FILE environment
+variables::
+
+    export COUCHDB_VM_ARGS_FILE="/path/to/my/vm.args"
+    export COUCHDB_SYSCONFIG_FILE="/path/to/my/sys.config"
+
 Parameter names and values
 ==========================
 


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services