Dear all,
I am using debian/octeon box.
In the file /usr/local/asm-generic.h , RLIMIT_NOFILE is defined to be equal to 7.
In /usr/local/Cavium_Networks/OCTEON-SDK/tools/usr/include/asm/resource.h:#define RLIMIT_NOFILE 5
In /usr/local/Cavium_Networks/OCTEON-SDK/tools/usr/include/asm-generic/resource.h:# define RLIMIT_NOFILE 7
i have confirmed through C program that the operating system is using RLIMIT_NOFILE=5. I need help to figure out which header files are actually being used by the kernel to get exact Resource Identifier.
Regards
Adnan