mirror of
https://github.com/hukl/freebsd-toolbox.git
synced 2025-11-20 03:08:43 +01:00
Created Jails and Shared Memory (markdown)
6
Jails-and-Shared-Memory.md
Normal file
6
Jails-and-Shared-Memory.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
Apparently it is problematic to use sysvipc shared memory in jails:
|
||||||
|
|
||||||
|
* the issue: http://wiki.freebsd.org/Jails#Known_problems_and_bugs
|
||||||
|
* another article: http://www.freebsddiary.org/jail-multiple.php
|
||||||
|
|
||||||
|
The bottom line is: all jails share the same shared memory. The workaround: Use different UIDs for all process instance using shared memory.
|
||||||
Reference in New Issue
Block a user