[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Is this really advisable? (Postgresql and kernel tweaks)



On Sun, 2002-12-01 at 22:45, SirStargazer wrote:

> >From Postgresql 7.3's README.OpenBSD:
> <snip>
> The default sizes in the GENERIC kernel for SysV semaphores
> are not really large enough for a database with more than a
> handful of connections. A server running such a database should
> have at least the following:
> 
> option          SEMMNI=256
> option          SEMMNS=2048

You need that, indeed, to run PosgreSQL.

- Marc