Azhura 0 Posted August 19, 2020 Anyone knows how to remove the concurrent connection limit on centos 7? Thanks in advance. Quote Share this post Link to post Share on other sites
0 4144 364 Posted September 13, 2020 please stop spamming Quote Share this post Link to post Share on other sites
0 Neffletics 9 Posted September 14, 2020 ./configure --enable-epoll ? Quote Share this post Link to post Share on other sites
0 Azhura 0 Posted September 25, 2020 On 9/14/2020 at 9:37 AM, Neffletics said: ./configure --enable-epoll ? Yes I did enabled epoll but still limited to 1024, players are not able to connect. Quote Share this post Link to post Share on other sites
0 4144 364 Posted September 25, 2020 update to latest hercules and enable epoll it will use 3k connections by default. Quote Share this post Link to post Share on other sites
0 Fou-lu 7 Posted September 25, 2020 I also have this doubt. Is the united solution updating the emulator? What does --enable-epoll do ?? Quote Share this post Link to post Share on other sites
0 Dastgir 1246 Posted September 25, 2020 --enable-epoll uses different type of socket selection mechanism, which allows us to have flexibility in increasing the connections, more detailed info:https://man7.org/linux/man-pages/man7/epoll.7.html https://medium.com/@copyconstruct/the-method-to-epolls-madness-d9d2d6378642 Quote Share this post Link to post Share on other sites
0 4144 364 Posted September 26, 2020 And epoll not enabled by default, because on very small servers it may works bit slower than classic sockets way. Also more connections enabled at same time, mean server eating more memory. Quote Share this post Link to post Share on other sites
0 Azhura 0 Posted September 26, 2020 Thank you for your response I will use the latest revision and give the epoll another shot but as for my experience it didn't worked using Release v2018.12.16+1. Quote Share this post Link to post Share on other sites
0 4144 364 Posted September 27, 2020 in old releases need manually change max number of connections in socket.c. And default value still 1024 for epoll and not epoll. in new releases it can be changed from configure. Quote Share this post Link to post Share on other sites
0 Azhura 0 Posted September 27, 2020 2 hours ago, 4144 said: in old releases need manually change max number of connections in socket.c. And default value still 1024 for epoll and not epoll. in new releases it can be changed from configure. Thank you so much for that information! That solves my issues for the release. Quote Share this post Link to post Share on other sites
Anyone knows how to remove the concurrent connection limit on centos 7?
Thanks in advance.
Share this post
Link to post
Share on other sites