SUMMARY : File descriptors on 2.5.1

From: Ade E Oyeyemi (oyeyemi_ade@jpmorgan.com)
Date: Fri Jan 30 1998 - 03:23:45 CST


Hi guys

 *** Summary time ****
Many thanks to
dapo.osilesi@telematics.com
 julienlim@rocketmail.com
afaleti@dllr.state.md.us
casper@holland.Sun.com
veni21@hotmail.com

**Question **
Hi guys ,
Does anyone know how to increase the number of file descriptors per
SYSTEM .
I know that the tunable parameter " rlim_fd_cur " sets the soft limit per
process , but how is this done per system ?
Thanks

**SOLUTION**

It seems like there is NO limit to the number of File descriptors per
SYSTEM,

The hard and soft limits per PROCESS can be set by the kernel parameters
rlim_fd_max
rlim_fd_cur
Some replies
==================================================
 julienlim@rocketmail.com
Edit /etc/system, e.g. :
        set rlim_fd_cur=512
        set rlim_fd_max=1024
reboot the system after the adding the above lines
(boot -r)
=================================================
casper@holland.Sun.com
There is no such limit.

(If you increase rlim_fd_cur you also need to increase rlim_fd_max;
don't increase rlim_fd_cur past 1024)

=================================================



This archive was generated by hypermail 2.1.2 : Fri Sep 28 2001 - 23:12:30 CDT