Re: max file descriptors

sage (sage@newdream.net)
Tue, 06 Jan 1998 15:06:18 -0800


> And what about linux/include/linux/tasks.h:
> #define NR_TASKS 512
> #define NR_TASKS_PER_USER (NR_TASKS/2)

Looks like that was the problem.. I increased NR_TASKS to 4096 and it
solved the problem..

thanks!
sage