Joerg Friedrich <[EMAIL PROTECTED]> 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

Antwort per Email an