Want to increase the file descriptors
Hi,
I am trying the increase the max number for file descriptor allowed in Solaris.
I changed the ulimit soft value to hard limit value (65536) as a root.Even the ulimit -a shows the change value for the soft limit.
When I run my test program to find the value of sysconf(_SC_OPEN_MAX) it shows the changed value.But when I try to open more than 253 files it fails.How do I increase this, also when I change the ulimit -n 65536 why the max number for files open is not increased.
Looking forward for help.
Thanks in advance
-A

