Hi there, Just jumped into linux for the first time since 1998.
Everything is set up well , except I need to unlock the max amount of files open, currently ulimit is showing unlimited, ulimit -s is showing 8192 and ulimit -n is showing 1024. I have edited limits.conf with the following:
root hard nofile 65535
root soft nofile 65535
Hi there, thanks for your response, I have checked this, changed root to * and added the file-max to sysctl.conf , and its made no difference. I can change the limit manually in terminal with the ulimit command, but I want to make it perm.
Hmmm... you could add ulimit -n 65535 to your ~/.bashrc file (If not using Oh-My-ZSH or Fish or other terminal enhancement) or to ~/.profile so that the command is run each time you log in.