[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 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 shar

[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