There are a file number limitation each process can open in unix/linux. The
default number in linux is 1024, you can use

ulimit -n number

to custom this limitation and

ulimit -n

to show this limitation.

Regards,
Jeremy
-- 
My research interests are distributed systems, parallel computing and
bytecode based virtual machine.

http://coderplay.javaeye.com

Reply via email to