>>> On 1/2/2009 at 5:19 PM, "Smith, Ann (ISD, IT)" <[email protected]> wrote: > Here is response from 'ulimit -a' command > Is it the open files (-n) that needs to be bumped up and if so what is > the process?
Based on the document you quoted, yes. The method to do that is by modifying /etc/security/limits.conf. If there is a particular/single userid that the process runs under, then put that in column 1: userid hard nofile 4096 You'll have to stop and restart the process for that to take effect. Mark Post ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
