Re: OpenBSD versus semaphores
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Mikael Kjellström <mikael.kjellstrom@mksoft.nu>
Cc: pgsql-hackers@lists.postgresql.org
Date: 2019-01-08T14:25:51Z
Lists: pgsql-hackers
=?UTF-8?Q?Mikael_Kjellstr=c3=b6m?= <mikael.kjellstrom@mksoft.nu> writes: > On 2019-01-08 07:14, Tom Lane wrote: >> Raising the annoyance factor considerably, AFAICT the only way to >> increase these settings is to build your own custom kernel. > You don't need to build your custom kernel to change those settings. > Just add: > kern.seminfo.semmni=20 > to /etc/sysctl.conf and reboot Hm, I wonder when that came in? Our documentation doesn't know about it. regards, tom lane
Commits
-
Doc: update our docs about kernel IPC parameters on *BSD.
- f3ff9cb0a3a7 10.7 landed
- 90deb4dd6d4c 9.5.16 landed
- 8fd909436a44 9.4.21 landed
- 2763cc4a0367 9.6.12 landed
- f2e14c2a6914 11.2 landed
- a2b22d8e8045 12.0 landed
-
Pad semaphores to avoid false sharing.
- 2d3067595299 12.0 cited