open file at same time

Bob Shaffer fedora at bobshafferscomputer.com
Tue May 4 13:24:13 UTC 2004


'cat /proc/sys/fs/file-max' tells you the number of open files you are
allowed.  You can change it by running 'echo 30000 >
/proc/sys/fs/file-max' at any time.  I'm not sure what the biggest number
allowed is.  I'm sure it's at least 32767.  Maybe someone else here can
tell us that.

You can put the 'echo ___ > /proc/sys/fs/file-max' command in your
rc.local file if you want to set it at startup.

____________________________________________________________________________
Bob Shaffer II - Owner, Developer, System Operator - BobShaffersComputer.com
http://bobshafferscomputer.com/

/"\
\ /  ASCII RIBBON CAMPAIGN - AGAINST HTML MAIL
 X   CAMPANHA DA FITA ASCII - CONTRA MAIL HTML
/ \


Alain Thiebauld said:
>
> How many file can I open at same time with Fedora ?
> Is here setting to change that ?
>
> Thank
>
>
> --
> fedora-list mailing list
> fedora-list at redhat.com
> To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list
>





More information about the users mailing list