From owner-freebsd-current@FreeBSD.ORG Wed Oct 7 01:46:19 2009 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C2A2B106566B for ; Wed, 7 Oct 2009 01:46:19 +0000 (UTC) (envelope-from tom@tomjudge.com) Received: from tomjudge.vm.bytemark.co.uk (tomjudge.vm.bytemark.co.uk [80.68.91.100]) by mx1.freebsd.org (Postfix) with ESMTP id 63CAC8FC1C for ; Wed, 7 Oct 2009 01:46:19 +0000 (UTC) Received: from localhost (localhost.localdomain [127.0.0.1]) by tomjudge.vm.bytemark.co.uk (Postfix) with ESMTP id 93A22489B7; Wed, 7 Oct 2009 02:46:18 +0100 (BST) X-Virus-Scanned: Debian amavisd-new at tomjudge.vm.bytemark.co.uk Received: from tomjudge.vm.bytemark.co.uk ([127.0.0.1]) by localhost (tomjudge.vm.bytemark.co.uk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fl5OjOlKwurN; Wed, 7 Oct 2009 02:46:14 +0100 (BST) Received: from rita.nodomain (unknown [192.168.205.6]) by tomjudge.vm.bytemark.co.uk (Postfix) with ESMTP id DE9C748988; Wed, 7 Oct 2009 02:46:13 +0100 (BST) Message-ID: <4ACBF2C2.4040004@tomjudge.com> Date: Wed, 07 Oct 2009 01:45:38 +0000 From: Tom Judge User-Agent: Thunderbird 2.0.0.23 (X11/20090822) MIME-Version: 1.0 To: Jamie Gritton References: <4ACA0549.7030404@tomjudge.com> <4ACA46D8.8010504@FreeBSD.org> In-Reply-To: <4ACA46D8.8010504@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@FreeBSD.org Subject: Re: Per Jail Memory Limits X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Oct 2009 01:46:19 -0000 Jamie Gritton wrote: > Tom Judge wrote: >> Does anyone know of a patch that will add per jail memory limits so >> that a jail can't swallow the resources of the entire box? > > Edward Tomasz Napierala has been working on a general resource limit > framework, including jails and memory limits. You can find it at: > http://p4db.freebsd.org/depotTreeBrowser.cgi?FSPC=//depot/projects/soc2009/trasz_limits > > > - Jamie Is this in the subversion projects tree? It seems the p4 is not very easy to access unless you have access server. Tom