Hi, i tried to setup local_unbound to have higher outgoing-range. Maybe around 4096-8192. And i want it to be threaded at 4 threads.
It failed to load the settings with anything higher than 950, so i followed how to optimise unbound page on unbound.net.
It all came out with this:
local-unbound[9757:0] warning: too many file descriptors requested. The builtinmini-event cannot handle more than 1024. Config for less fds or compile with libevent
[1552854016] local-unbound[9757:0] warning: continuing with less udp ports: 91
Waiting for nameserver to start... good
Unbound works fine but a bit slow because of the low udp ports per thread. I tried all version including the pre-installed one at version 1.8.1. I also tried installing version 1.9.1 using ./configure --with-libevent && make && make install. Tried multiple times and it seems to install fine but still have the same "too many file descriptors" problem.
I also tried forked operation by doing this :
./configure --without-pthreads--without-solaris-threads && make && make install. Also installs fine, but have the same too many file descriptors problem.
Maybe i didnt use libevent properly. Help me please. Thanks.
It failed to load the settings with anything higher than 950, so i followed how to optimise unbound page on unbound.net.
It all came out with this:
local-unbound[9757:0] warning: too many file descriptors requested. The builtinmini-event cannot handle more than 1024. Config for less fds or compile with libevent
[1552854016] local-unbound[9757:0] warning: continuing with less udp ports: 91
Waiting for nameserver to start... good
Unbound works fine but a bit slow because of the low udp ports per thread. I tried all version including the pre-installed one at version 1.8.1. I also tried installing version 1.9.1 using ./configure --with-libevent && make && make install. Tried multiple times and it seems to install fine but still have the same "too many file descriptors" problem.
I also tried forked operation by doing this :
./configure --without-pthreads--without-solaris-threads && make && make install. Also installs fine, but have the same too many file descriptors problem.
Maybe i didnt use libevent properly. Help me please. Thanks.