I am trying to install Oracle Database 11.2 and getting below error:
Hard Limit: maximum open file descriptors - This is a prerequisite condition to test whether the hard limit for "maximum open file descriptors" is set to at least 65536.
Expected Value : 65536
Actual Value : 4096
List of errors:
PRVF-4354 : Proper hard limit for resource "maximum open file descriptors" not found on node "kapil" [Expected = "65536" ; Found = "4096"]
- Cause: Hard limit for the resource does not meet the requirement on the specified node.
- Action: Modify the resource limits to meet the requirement.
I have followed a forum
And edited the /etc/sysctl.conf, /etc/security/limits.conf as suggested, but that didnt solve my problem, please let me know how to fix this issue.