Estou aumentando o ulimit no Ubuntu usando o comando ulimit -n 10000
, mas isso me dá um erro de bash: ulimit: open files: cannot modify limit: Operation not permitted
Eu procuro por esse erro. Esta pergunta terá recebido resposta para aumentar o ulimit mas enquanto eu estou tentando fazer o mesmo então ele vai me dar o mesmo erro bash: ulimit: open files: cannot modify limit: Operation not permitted
. Eu também adiciono linha em /etc/security/limits.conf
adicione as linhas abaixo
paislee hard nofile 4096
paislee soft nofile 1024
E execute novamente o comando ulimit -n 10000
.Mas não aumentará o limite de arquivos abertos do ulimit.