Comando SSH para permitir o WHMSonic rodar mais de 1000 ouvintes em uma rádio imprimir

  • 149

To pass 1000 listeners limit, you need to configure your servers security settings. 
 
Enter this command under the root SSH;
 
ulimit -n 8000
 
After above command open the file with nano;
 
nano / etc / security / limits.conf
 
add the following to the end of your file;
 
soft nofile 8000
hard nofile 8000
 
Save the file with CTRL + X and then you need to reboot your server.

Esta resposta lhe foi útil?

« Voltar