1
0
mirror of https://github.com/hukl/freebsd-toolbox.git synced 2026-04-18 03:09:03 +02:00
Clone
2
Jails and Shared Memory
agnat edited this page 2012-05-11 05:02:58 -07:00

Apparently it is problematic to use sysvipc shared memory in jails:

The bottom line is: all jails share the same shared memory. The workaround: Use different UIDs for all instances of a process (e.g. postgresql).