Newsgroups: comp.parallel.pvm
From: lindahl@cs.virginia.edu (Greg Lindahl)
Subject: Re: too many open files...
Organization: a guest of Shadow Island Games
Date: 26 Jul 1998 15:50:19 GMT
Message-ID: <6pfj7r$jc8@news3.newsguy.com>

Chris Abbey <cabbey7706@vax2.winona.msus.edu> writes:

> Has anyone else run into trouble with too many open files errors in
> pvml.uid?

No, but we've upped our system # of fd's:

cat /proc/sys/kernel/file-max
[ the default is 1024 ]
cat 8192 > /proc/sys/kernel/file-max

-- g

