what is the OpenBSd equivalent for kern.maxfilesperproc on OpenBSD?

2010-07-01 Thread Siju George
Hi, It is for Squid Optimizations from http://wiki.squid-cache.org/SquidFaq/SystemSpecificOptimizations thanks :-) Siju

Re: what is the OpenBSd equivalent for kern.maxfilesperproc on OpenBSD?

2010-07-01 Thread Daniel Ouellet
On 7/2/10 1:25 AM, Siju George wrote: Hi, It is for Squid Optimizations from http://wiki.squid-cache.org/SquidFaq/SystemSpecificOptimizations Well your description is miss leading here. The text on that page said: "... increase the number of system-wide ..." so, that would be # sysctl | g

Re: what is the OpenBSd equivalent for kern.maxfilesperproc on OpenBSD?

2010-07-07 Thread Siju George
On Fri, Jul 2, 2010 at 12:14 PM, Daniel Ouellet wrote: > # sysctl | grep kern.maxfiles > kern.maxfiles=7030 > > mysql:\ >:openfiles-cur=2048:\ thanks Daniel :-) I needed to do both :-))) --Siju