Hi All, I have a few basic questions about maxconn and nbproc.
For maxconn, in defaults. I read a lot of places that this value depends on the ulimit value of the system, but it's not clear in what way they are related. Should it match the value of the systems ulimit? or should it be a multiple thereof? Also, it's unclear to me what purpose the ulimit-n directive has. The explanations in the documentation are a bit vague. I'd appreciate a bit of clarification. .. as for nbproc. After reading the docs, I got the impression that for a normal server nbproc shouldn't need to be used. So is it not recommended to set this property at all for most cases? Or, if I have a 4 core CPU, should I set nbproc to 4 ? ... is it just something that should be used in fringe cases specific to some types of systems and not really a general tuning option to be used? Thanks for any insight! -Nick

