Centos Limitation 1024

Azhura

New member
Messages
50
Points
0
Anyone knows how to remove the concurrent connection limit on centos 7?

Thanks in advance.

 
please stop spamming

 
update to latest hercules and enable epoll

it will use 3k connections by default.

 
I also have this doubt. Is the united solution updating the emulator? What does --enable-epoll do ??

 
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.

 
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.

 
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.

 
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.

 
Back
Top