summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Vatamaniuc <vatamane@apache.org>2020-02-05 14:19:28 -0500
committerNick Vatamaniuc <nickva@users.noreply.github.com>2020-02-05 15:24:24 -0500
commit1c02da2edb25789d07ee9f947d86449ee3239a4b (patch)
tree282d52a5d2e1e8b9a9e72167518758f8b1bcd8a2
parentc3a839416dff565bcfe96d740d9155c756f5e525 (diff)
downloadcouchdb-1c02da2edb25789d07ee9f947d86449ee3239a4b.tar.gz
Add a warning about Erlang VM versions where high priority flag won't work
-rw-r--r--rel/overlay/etc/default.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/rel/overlay/etc/default.ini b/rel/overlay/etc/default.ini
index 599942d44..1829d0d74 100644
--- a/rel/overlay/etc/default.ini
+++ b/rel/overlay/etc/default.ini
@@ -97,8 +97,8 @@ couch = couch_bt_engine
[process_priority]
; Selectively disable altering process priorities for modules that request it.
; * NOTE: couch_server priority has been shown to lead to CouchDB hangs and
-; unexpected failures. Do not enable unless you're sure you can tolerate
-; this possibility.
+; failures on Erlang releases 21.0 - 21.3.8.12 and 22.0 -> 22.2.4. Do not
+; enable when running with those versions.
;couch_server = false
[cluster]