Check out the sysctl command and the variable fs.file-max. You can update on the fly with sysctl -w or permanently by adding fs.file-max = <no> in /etc/sysctl.conf and having a boot script invoke sysctl -p. To interrogate sysctl fs.file-max.
> -----Original Message----- > We were running some system loads tests with WebLogic on our Suse 7.2 > Linux system today and kept getting a server error during load test > saying not enough file-descriptors. > > Is anyone familiar with this parameter that could give a little system > tuning advice.
