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:
>
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
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
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
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
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