New Opteron box, dedicated to PostgreSQL
Ivan Voras
ivoras at fer.hr
Tue Mar 20 10:05:45 UTC 2007
Axel Rau wrote:
>> kern.ipc.somaxconn=2048
> This one is new to me.
Shouldn't make a difference, it's TCP "backlog" size - how many clients
will be allowed to wait on the server's accept() call. It shouldn't make
a difference except if you have *really* high connections/sec, and then
only up to maximum connections you allow. It's practically never a
factor in performance.
More information about the freebsd-database
mailing list