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

From: Emmanuel Kasper <emmanuel(at)libera(dot)cc>
To: pgsql-docs(at)postgresql(dot)org, mbalmer(at)NetBSD(dot)org
Subject: docs/9.1/static/kernel-resources.html needs updating for NetBSD
Date: 2011-11-30 13:55:44
Message-ID: 4ED635E0.9000900@libera.cc
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

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.ipc.shmmax=16777216
In addition these settings can be preserved between reboots in the file
/etc/sysctl.conf.

This part is still valid
"
You might also want to configure your kernel to lock shared memory into
RAM and prevent it from being paged out to swap. This can be
accomplished using the sysctl setting kern.ipc.shm_use_phys.
"

Manu

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Tom Lane 2011-11-30 15:31:52 Re: docs/9.1/static/kernel-resources.html needs updating for NetBSD
Previous Message Bruce Momjian 2011-11-30 00:28:51 Re: File_FDW with example