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

Re: Too many open files



Joerg Friedrich <Joerg.Dieter.Friedrich@uni-konstanz.de> writes:

> man sysctl
>
> echo "sys/fs/file-max=<dein gewünschter wert>" >> /etc/sysctl.conf

Nein, wenn schon, dann richtig:

echo "fs.file-max=<gewünschter Wert>" >> /etc/sysctl.conf

Und aus proc(5):

,----[ proc(5) ]
| If you increase /proc/sys/fs/file-max, be sure to increase
| /proc/sys/fs/inode-max to 3-4 times the new value of
| /proc/sys/fs/file-max, or you will run out of inodes.
`----

Ralf



Reply to: