Currently we have below entry in /etc/security/limits.conf
* hard nofile 65000
I want to increase that limit for a specific user called oracle, so if I add a line below like
oracle hard nofile unlimited which one will have precedence?
Also does increasing this specific limit require more resources in the server? I am making this change because the server is reaching current limit 65000 open files. And I am getting too many open files in the system error message when I try to login. An oracle database is hosted on the server. Is it required to bounce the database or reboot the server after making this change?