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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]