Re: [DOCS] docs/9.1/static/kernel-resources.html needs updating for NetBSD

2013-02-24 Thread Peter Eisentraut
On Wed, 2013-02-20 at 17:42 +0100, Emmanuel Kasper wrote: > Hello > > The default number of semaphores sets of NetBSD ist too low for Postgres > (tested on 9.1) > > I would suggest replacing the sentence: > > In NetBSD 5.0 and later, IPC parameters can be adjusted using sysctl, > for example: >

[DOCS] docs/9.1/static/kernel-resources.html needs updating for NetBSD

2013-02-20 Thread Emmanuel Kasper
Hello The default number of semaphores sets of NetBSD ist too low for Postgres (tested on 9.1) I would suggest replacing the sentence: In NetBSD 5.0 and later, IPC parameters can be adjusted using sysctl, for example: $ sysctl -w kern.ipc.shmmax=16777216 with the following: The default setti

Re: [DOCS] docs/9.1/static/kernel-resources.html needs updating for NetBSD

2011-11-30 Thread Tom Lane
Emmanuel Kasper writes: > Le 30/11/2011 16:31, Tom Lane a écrit : >> Thanks for the info. I gather from >> http://www.daemon-systems.org/man/sysctl.7.html >> that it's still necessary to make sure that SysV IPC code is compiled >> into the kernel at all --- should we retain the first sentence tha

Re: [DOCS] docs/9.1/static/kernel-resources.html needs updating for NetBSD

2011-11-30 Thread Emmanuel Kasper
Le 30/11/2011 16:31, Tom Lane a écrit : > Emmanuel Kasper writes: >> The NetBSD paragraph about setting the amount of shared memory for >> NetBSD in >> http://www.postgresql.org/docs/9.1/static/kernel-resources.html is outdated. > >> Since NetBSD 5.0 the shared memory size settings can be changed

Re: [DOCS] docs/9.1/static/kernel-resources.html needs updating for NetBSD

2011-11-30 Thread Tom Lane
Emmanuel Kasper writes: > The NetBSD paragraph about setting the amount of shared memory for > NetBSD in > http://www.postgresql.org/docs/9.1/static/kernel-resources.html is outdated. > Since NetBSD 5.0 the shared memory size settings can be changed via the > sysctl interface. Thanks for the inf

[DOCS] docs/9.1/static/kernel-resources.html needs updating for NetBSD

2011-11-30 Thread Emmanuel Kasper
Hello The NetBSD paragraph about setting the amount of shared memory for NetBSD in http://www.postgresql.org/docs/9.1/static/kernel-resources.html is outdated. Since NetBSD 5.0 the shared memory size settings can be changed via the sysctl interface. For example, to allow 16 MB: # sysctl -w kern.i