*sysctl fs.file-max* should show you the kernel limit. *ulimit -n* shows the per-user limit
You can see the list of open files used by a process with (where <pid> is the process id): *ls -l /proc/<pid>/fd* You can also use the *lsof* command described here: http://www.thegeekstuff.com/2012/08/lsof-command-examples/ Are you running into the limit ? Can you share some details of the error you're seeing ? Ram On Mon, Mar 7, 2016 at 12:25 AM, Kottapalli, Venkatesh < [email protected]> wrote: > Hi, > > Is there a limit set by DT application by default on the > number of files the application is working on? If so, is there a way to > increase the soft limit set? > > -Venkatesh. > >
