View Single Post
  #1 (permalink)  
Old 2005-08-13
roadrunner roadrunner is offline
Senior Member
 
Join Date: 2005-08-12
Posts: 162
Rep Power: 4
roadrunner has an average reputation (10+)
Default System reports "Too many open files"

System reports "Too many open files"
How do I solve this?
Answer


--------------------------------------------------------------------------------
You need to increase the number of file descriptors available to your system. In Solaris, add these entries to /etc/system and reboot:

set rlim_fd_cur = 512
set rlim_fd_max = 1024

--------------------------------------------------------------------------------
-- RobertGraham - 23 Feb 2004

FAQForm
FAQs.Class: TroubleshootingFAQs
FAQs.OS: OsSolaris
FAQs.Version:
Reply With Quote