9 Nov
1999
9 Nov
'99
1:05 p.m.
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.