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 2022/06/30 19:47:56 UTC

[GitHub] [couchdb] nickva opened a new pull request, #4084: Update vm.args for Erlang 23+

nickva opened a new pull request, #4084:
URL: https://github.com/apache/couchdb/pull/4084

    * file IO is using dirty IO schedulers and not the async IO thread pool
   
    * `-smp enable` does nothing, it's always enalbed
   
    * kernel polling is always enabled
   
   ```
   % erl +SDio 16
   Erlang/OTP 23 [erts-11.2.2.13] [source] [64-bit] [smp:12:12] [ds:12:12:16] [async-threads:1]
   
   > erlang:system_info(kernel_poll).
   true
   
   > erlang:system_info(dirty_io_schedulers).
   16
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [couchdb] nickva merged pull request #4084: Update vm.args for Erlang 23+

Posted by GitBox <gi...@apache.org>.
nickva merged PR #4084:
URL: https://github.com/apache/couchdb/pull/4084


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org