[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: kernel message error



Vincent Renardias wrote:
> 
> On Wed, 10 Apr 2002, Schmitt georges wrote:
> 
> > Bonjour,
> >
> > que signifie le message d'erreur suivant sur woody ?
> > kernel: VFS: file-max limit 4096 reached
> > merci
> 
> Que tu as 4096 fichiers ouverts simultanements (limite du kernel par
> defaut).
> 
> Solution: faire executer le script suivant au boot de la machine.
> 
> ---cut---
> #!/bin/sh
> 
> echo "Setting /proc/sys/fs/file-max to 10000"
> echo 10000 > /proc/sys/fs/file-max
> 
> ---cut---
> 

Le fichier pour faire des modifications dans l'arborescence "/proc"
s'appelle : /etc/sysctl.conf

-- 
==============================================
|              FREDERIC MASSOT               |
|     http://www.juliana-multimedia.com      |
|   mailto:frederic@juliana-multimedia.com   |
===========================Debian=GNU/Linux===


-- 
To UNSUBSCRIBE, email to debian-user-french-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: