S sumano New member Messages 13 Points 0 Sep 3, 2016 #2 Hi In consol show Limit file cant open 1024 How to fix that Centos
hemagx Administrator Staff member Messages 249 Points 28 Discord Ema IRC Nickname Ema Github hemagx Sep 3, 2016 #3 Configure your server with epoll enbabled ./configure --enable_epoll That should do the trick, make sure to rebuild the server. Last edited by a moderator: Sep 3, 2016
Configure your server with epoll enbabled ./configure --enable_epoll That should do the trick, make sure to rebuild the server.
S sumano New member Messages 13 Points 0 Sep 3, 2016 #4 ./configure --enable_epoll configure: error: unrecognized option: `--enable_epoll' Try `./configure --help' for more information error
./configure --enable_epoll configure: error: unrecognized option: `--enable_epoll' Try `./configure --help' for more information error
4 4144 Core Developers Staff member Messages 1,191 Points 83 Discord 4144 IRC Nickname _41444d494e_ Github 4144 Emulator Client Version latest Sep 3, 2016 #5 correct will be: ./configure --enable-epoll Also you should change FD_SETSIZE in common/socket.c to some thing bigger than 1024
correct will be: ./configure --enable-epoll Also you should change FD_SETSIZE in common/socket.c to some thing bigger than 1024