Veröffentlicht 14. März 200124 j hat einer die Ahnung? In welcher kernel-header-datei stell ich die filehandle grösse ein? Kernel-Version ist 2.2.14
15. März 200124 j Hm, geht das nicht dynamisch? Siehe /usr/src/linux/Documentation/proc.txt <BLOCKQUOTE><font size="1" face="Verdana, Arial, Helvetica">Zitat:</font><HR> The kernel allocates file handles dynamically, but as yet doesn't free them again. The value in file-max denotes the maximum number of file handles that the Linux kernel will allocate. When you get a lot of error messages about running out of file handles, you might want to raise this limit. The default value is 4096. To change it, just write the new number into the file: # cat /proc/sys/fs/file-max 4096 # echo 8192 > /proc/sys/fs/file-max # cat /proc/sys/fs/file-max 8192 This method of revision is useful for all customizable parameters of the kernel - simply echo the new value to the corresponding file.
Archiv
Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.