Ralf Doering <rdoering@netsys-it.de> writes: > 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. > `---- Hmm, vergiss das. inode-max ist irgendwann in den letzten Jahren verschwunden und existiert nicht mehr. Inodes werden dynamisch allokiert wenn notwendig. Ralf