From owner-freebsd-jail@FreeBSD.ORG Tue Jul 26 15:39:50 2011 Return-Path: Delivered-To: freebsd-jail@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 05346106564A for ; Tue, 26 Jul 2011 15:39:50 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) by mx1.freebsd.org (Postfix) with ESMTP id B61FF8FC0C for ; Tue, 26 Jul 2011 15:39:49 +0000 (UTC) Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id E5F8A28423; Tue, 26 Jul 2011 17:23:38 +0200 (CEST) Received: from [192.168.1.2] (ip-86-49-61-235.net.upcbroadband.cz [86.49.61.235]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id E83AC28422; Tue, 26 Jul 2011 17:23:37 +0200 (CEST) Message-ID: <4E2EDBF9.1080209@quip.cz> Date: Tue, 26 Jul 2011 17:23:37 +0200 From: Miroslav Lachman <000.fbsd@quip.cz> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9.1.19) Gecko/20110420 Lightning/1.0b1 SeaMonkey/2.0.14 MIME-Version: 1.0 To: Francisco Cabrita References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-jail@freebsd.org Subject: Re: Jail resource Limits X-BeenThere: freebsd-jail@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussion about FreeBSD jail\(8\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Jul 2011 15:39:50 -0000 Francisco Cabrita wrote: > Hi, > > I have a few questions about Resource Limits on FreeBSD Jails, so if someone > can help me, fine and thanks in advance :) > > Under http://wiki.freebsd.org/Jails I saw both > http://wiki.freebsd.org/JailResourceLimits and > http://wiki.freebsd.org/Hierarchical_Resource_Limits > > Are these two, different 'resource limits' abordages? > > Is anyone using this on production systems? Which one? > > Does anyone know the real status of this 'very needed' functionality and > which one in be built in on FreeBSD 9.0? JailResourceLimits was never committed and was never fully functional solution. Hierarchical_Resource_Limits is included in HEAD (9-CURRENT) so it will be part of the FreeBSD 9.0-RELEASE. Unfortunately I did not have time to try it. Miroslav Lachman