You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

29 lines
947 B

# Each node in the system must have a unique name. A name can be short
# (specified using -sname) or it can by fully qualified (-name). There can be
# no communication between nodes running with the -sname flag and those running
# with the -name flag.
-name bigcouch
# All nodes must share the same magic cookie for distributed Erlang to work.
# Comment out this line if you synchronized the cookies by other means (using
# the ~/.erlang.cookie file, for example).
-setcookie change_me
# Tell SASL not to log progress reports
-sasl errlog_type error
# Use kernel poll functionality if supported by emulator
+K true
# Start a pool of asynchronous IO threads
+A 16
# Set the max port value to be the same as limits.d/bigcouch.limits
# +Q 65536
-env ERL_MAX_PORTS 65536
# Comment this line out to enable the interactive Erlang shell on startup
+Bd -noinput -detached
-couch_ini /usr/etc/default.ini
-couch_ini /etc/kazoo/bigcouch/local.ini