From owner-freebsd-current@FreeBSD.ORG Mon Oct 5 17:48:28 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 0CF3D106566B for ; Mon, 5 Oct 2009 17:48:28 +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 C434B8FC08 for ; Mon, 5 Oct 2009 17:48:27 +0000 (UTC) Received: from localhost (localhost.localdomain [127.0.0.1]) by tomjudge.vm.bytemark.co.uk (Postfix) with ESMTP id CD317489C3; Mon, 5 Oct 2009 18:48:26 +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 J2C0jFYG-ujp; Mon, 5 Oct 2009 18:48:23 +0100 (BST) Received: from rita.nodomain (unknown [192.168.205.6]) by tomjudge.vm.bytemark.co.uk (Postfix) with ESMTP id D5617489C2; Mon, 5 Oct 2009 18:48:22 +0100 (BST) Message-ID: <4ACA3146.9090402@tomjudge.com> Date: Mon, 05 Oct 2009 17:47:50 +0000 From: Tom Judge User-Agent: Thunderbird 2.0.0.23 (X11/20090822) MIME-Version: 1.0 To: Julian Elischer References: <4ACA0549.7030404@tomjudge.com> <4ACA2E0F.5010800@elischer.org> In-Reply-To: <4ACA2E0F.5010800@elischer.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: Mon, 05 Oct 2009 17:48:28 -0000 Julian Elischer wrote: > Tom Judge wrote: >> Hi, >> >> 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? >> >> >> Thanks >> >> Tom >> _______________________________________________ >> freebsd-current@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-current >> To unsubscribe, send any mail to >> "freebsd-current-unsubscribe@freebsd.org" > > > not yet.. > I started to port this to 7.1 today: http://wiki.freebsd.org/JailResourceLimits What are the peoples opinions on this patch? Tom