From d18d319278703f788184b701766728781d266a57 Mon Sep 17 00:00:00 2001 From: agnat Date: Fri, 11 May 2012 05:02:58 -0700 Subject: [PATCH] Updated Jails and Shared Memory (markdown) --- Jails-and-Shared-Memory.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jails-and-Shared-Memory.md b/Jails-and-Shared-Memory.md index 246d27c..55b98ab 100644 --- a/Jails-and-Shared-Memory.md +++ b/Jails-and-Shared-Memory.md @@ -3,4 +3,4 @@ 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. \ No newline at end of file +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). \ No newline at end of file