Greg Thomas escribis:
I'm using bittorrent.curses to try to get a large concert downloaded
but I'm getting "IO Error [Errno 24] Too many open files".
I set --max_files_open 50 even though it's supposedly the default.
Sysctl is set at the default. I can't find it right now but I saw one
article that mentioned that for the BSDs python needs to be compiled
so it can manipulate certain system attributes.
Help.
Thanks,
Greg
Greg
You need to increase the limit of file descriptors the user in question
can open at once. Use ulimit, -n is the flag you want to use.
Cheers,
Salvador.