[Zope] VFS message.
Oleg Broytmann
phd@phd.russ.ru
Tue, 9 Nov 1999 13:05:03 +0000 (GMT)
On Tue, 9 Nov 1999, [iso-8859-1] André LAGADEC wrote:
> I use Zope 2.01 on Red Hat 6.0 with Apache+Zope and multi-hosting.
>
> After I reboot the server, I have this message when Zope start :
> "VFS : file-max limit 4096 reached"
>
> Is it a warning or an error ? What is the problem ?
It is warning from linux kernel - max number of opend files reached. To
increase the number do as root
echo 8192 > /proc/sys/kernel/file-max
^^^^^ or greater
and don't forget to insert the command into /etc/rc...
Oleg.
----
Oleg Broytmann Foundation for Effective Policies phd@phd.russ.ru
Programmers don't die, they just GOSUB without RETURN.