From owner-freebsd-questions@FreeBSD.ORG Thu Aug 27 03:35:20 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7FA54106568F for ; Thu, 27 Aug 2009 03:35:20 +0000 (UTC) (envelope-from erich@apsara.com.sg) Received: from babylon.webvis.net (babylon.webvis.net [202.157.163.226]) by mx1.freebsd.org (Postfix) with ESMTP id D15968FC19 for ; Thu, 27 Aug 2009 03:35:19 +0000 (UTC) Received: from [10.0.1.240] ([119.73.191.194]) by apsara.com.sg ; Thu, 27 Aug 2009 11:35:15 +0800 SGT From: Erich Dollansky Organization: apsara green technology pte ltd To: freebsd-questions@freebsd.org Date: Thu, 27 Aug 2009 11:35:11 +0800 User-Agent: KMail/1.9.10 References: <27ade5280908261959q39aeab15ta300048b861a50f7@mail.gmail.com> <6201873e0908262010n1f554fa6p88895ee4641a5620@mail.gmail.com> In-Reply-To: <6201873e0908262010n1f554fa6p88895ee4641a5620@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200908271135.13045.erich@apsara.com.sg> Cc: Adam Vande More , APseudoUtopia Subject: Re: Information on Setting up a Jailed Webserver X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Aug 2009 03:35:20 -0000 Hi, On 27 August 2009 am 11:10:37 Adam Vande More wrote: > On Wed, Aug 26, 2009 at 9:59 PM, APseudoUtopia wrote: > > > > Also, how memory-intensive is a jail? > > Very light when compared to other virtualization methods. jails share the kernel but not the world. So, there will be only one kernel loaded but all libraries in use will be loaded individually by each jail when needed. Jails need some more disk space as the world, all libraries needed and all applications needed are installed individually in each jail. This can be minimised with proper planning of what runs it what jail. Erich