Sorry to ask this question again. It's been asked tons of times and I just
forgot the answer.
I need to allow 1024 file descriptors for my kernel per proccess.
How do I do it?
/usr/src/linux/include/linux/limits.h
do I need to make NR_OPEN 1024
and OPEN_MAX 1024?
or do i only need to change one of them?
How about in head.h desc_table[256] do i need to change that too?
Thanks,
Andi