Jump to content

VivoXYZ

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by VivoXYZ

  1. On 4/10/2020 at 11:33 PM, Krypt said:

    Yes I've added this one.
     

    
    fs.file-max = 4096
    net.ipv4.ip_local_port_range = 1024 65000

    and in my limits.conf

    
    * soft     nproc          65535    
    * hard     nproc          65535   
    * soft     nofile         65535   
    * hard     nofile         65535
    root soft     nproc          65535    
    root hard     nproc          65535   
    root soft     nofile         65535   
    root hard     nofile         65535


     

    Dont forget to 

    ./configure --with-maxconn=4096 

    then 

    make clean server

    also

    chmod a+x login-server && chmod a+x char-server && chmod a+x map-server && chmod a+x athena-start

    Goodluck! ❤️

     

    On 4/1/2020 at 11:17 PM, Vector said:

    Same problem here with debian.


    Any good soul that can help us? In this moments a lot of people in quarantine wanna play RO and this is limiting the servers ?

     

    I'm using Debian 9


    Be sure rathena is not running 

    ./athena-start stop 

    First

    nano /etc/sysctl.conf 

    then add this below

    fs.file-max = 360000
    net.ipv4.ip_local_port_range = 1024 65000


    Second

    nano /etc/security/limits.conf

    add this file below # End of file

    *       hard    nofile  65535
    *       soft    nofile  65535
    root    hard    nofile  65535
    root    soft    nofile  65535

    Third

    ./configure --with-maxconn=4096

    Fourth

    make clean server

    Fifth

    chmod a+x login-server && chmod a+x char-server && chmod a+x map-server && chmod a+x athena-start

    Last

    ./athena-start start

     

    Good luck

    • Upvote 1
×
×
  • Create New...