Not a siege error; caused by your client OS' limit on maximum number of
open files.
This is adjusted with 'ulimit' command.
e.g. ulimit -n 10000
To check, ulimit -a
and you should then see
open files                      (-n) 10000

hth
Nick

Reply via email to