TitanRO / Issues

0 stars 0 forks source link

Ensure socket limit>1024 #28

Closed trojal closed 6 years ago

trojal commented 6 years ago

Currently the server is default limiting to 1024 sockets for the application, it can handle more and we should plan for more.

trojal commented 6 years ago

https://rathena.org/board/topic/87242-how-can-i-set-centos-to-support-over-1024-concurrent-connection/ https://rathena.org/board/topic/58887-warning-socket_init-issue/ https://stackoverflow.com/questions/34588/how-do-i-change-the-number-of-open-files-limit-in-linux https://rathena.org/board/topic/104309-server-doesnt-want-to-allow-more-than-1024-connections/

trojal commented 6 years ago

Booped to 4096 connections. We'll know it worked if the whole server doesn't catch fire and crash when we hit 1024 connections.