in reply to System resource limitation question
If you want the change to be persistent, add that command to /etc/rc.d/rc.local so it'll be run at startup.echo 8192 > /proc/sys/fs/file-max
And yes, open sockets count towards the total. It's the number of file handles that are limited, rather than the number of actual files that can be opened at once.
|
|---|