You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2020/02/05 19:20:44 UTC

[couchdb] 01/01: Add a warning about Erlang VM versions where high priority flag won't work

This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a commit to branch warn-about-broken-vms-for-high-priority-couch-server
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 40464bf8bd291e79988ad2a05817a0c9817cce58
Author: Nick Vatamaniuc <va...@apache.org>
AuthorDate: Wed Feb 5 14:19:28 2020 -0500

    Add a warning about Erlang VM versions where high priority flag won't work
---
 rel/overlay/etc/default.ini | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rel/overlay/etc/default.ini b/rel/overlay/etc/default.ini
index 599942d..1829d0d 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]