Jeremy Cardon wrote:
Does anyone know why I can't run the 'ps' command from any prompt?I get an error message stating that there are too many files open in the System. Thanks. Jeremy --
You can change the maximum number of files in /proc/sys/fs/file-max. Try moving it to 20480:
echo 20480 > /proc/sys/fs/file-max
If that fixes things, you can permenantly add it to /etc/sysctl.conf with a line like:
sys.fs.file-max = 20480
You should also use /usr/sbin/lsof to check which processes are using files and memory.
Forrest
--
_______________________________________________
Seawolf-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/seawolf-list
