Dusty Leary wrote:
> Now, though, I'm getting bitten by the "too many open files" thing... 
> In a  netsearch I ran across the ulimit command, although it was 
> apparently used on solaris...
> 
> My machine is a linux machine, with fd limit 1024...  I set it to the
> highest settings, 1048576, and it still gives me that problem after 
> roughly the same amount of time has passed...
> 
> I suspect that the limit is not properly being set...

AFAIK ulimit only sets the maximum number of open files your current
session can use, but there's still a maximum total number of files you
can open, which is caused by the file descriptor table being an array of
fixed size - one that you can configure in the Linux kernel settings,
though...

In other words, I guess a kernel reconfiguration and recompile is in
order... :)

-- 
Kurt Bernhard Pruenner --- Haendelstrasse 17 --- 4020 Linz --- Austria
Music: http://www.mp3.com/Leak --- Work: http://www.ssw.uni-linz.ac.at
.......It might be written "Mindfuck", but it's spelt "L-A-I-N".......
np: Luke Vibert & BJ Cole - Watery Glass Planet (Stop The Panic)

Reply via email to