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

vatamane pushed a commit to branch jenkins-try-new-socket-backend
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 608ea5fd9ce4024d36672452b4e5744f48a1fce7
Author: Nick Vatamaniuc <[email protected]>
AuthorDate: Thu Aug 24 10:46:28 2023 -0400

    [experiment] Try the new Erlang socket backend
    
    ! don't merge, just a full CI run test !
---
 rel/overlay/etc/vm.args | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/rel/overlay/etc/vm.args b/rel/overlay/etc/vm.args
index d762c33bf..1c54dd0f6 100644
--- a/rel/overlay/etc/vm.args
+++ b/rel/overlay/etc/vm.args
@@ -57,6 +57,8 @@
 #
 -kernel prevent_overlapping_partitions false
 
+-kernel inet_backend socket
+
 # Increase the pool of dirty IO schedulers from 10 to 16
 # Dirty IO schedulers are used for file IO.
 +SDio 16
@@ -134,3 +136,4 @@
 
 # don't let disksup send alerts
 -os_mon disk_almost_full_threshold 1.0
+

Reply via email to