Quantcast
Channel: max open files - why is there no error? - Server Fault
Browsing latest articles
Browse All 3 View Live

Answer by Matthew Ife for max open files - why is there no error?

You need to actually know if you are running out of files. Run your process. Then check cat /proc/<pid>/limits and see what its limits say.Then, you can get a file descriptor count by running ls...

View Article



Answer by Marcel for max open files - why is there no error?

You lack this source definition: # messages from the kernel file("/proc/kmsg" program_override("kernel: "));Then you're fine!

View Article

max open files - why is there no error?

I suspect that one of our server applications has hit its max open file limit.The application is running in user-space with its own account. The init-script starts a large number of processes which in...

View Article
Browsing latest articles
Browse All 3 View Live




Latest Images