I'm using centos 5.x, and editing /etc/security/limits.conf now.

I found in the comments, it's:

- nofile - max number of open files
- nproc - max number of processes

One is nofile, another is nproc. And when I search internet, I found some examples are using noproc.

So, which is correct? or both?

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

The comments tell you the story: Number of Open FILEs vs. Number of PROCesses. See also the man page, which shows nproc and nofile and nowhere is noproc to be seen.

link|improve this answer
Hooray man pages! – new123456 Jul 20 '11 at 2:41
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.