To increase ulimit when installing EM cloud control
I wanted to change the ulimit as per the prerequisite output while installing Enterprise Manager,
when I log in as orcale user and I type ulimit -n, I get 1024
I want to increase it in the /etc/security/ulimits.conf file but when I look at its contents it shows a high value
oracle soft nofile 131072
oracle hard nofile 131072
so why is it showing 131072 and not 1024 and how can I set it to 4096?