From owner-freebsd-current@FreeBSD.ORG Mon Oct 5 19:19:59 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 05E21106568B for ; Mon, 5 Oct 2009 19:19:59 +0000 (UTC) (envelope-from jamie@FreeBSD.org) Received: from gritton.org (gritton.org [161.58.222.4]) by mx1.freebsd.org (Postfix) with ESMTP id ABCC58FC1A for ; Mon, 5 Oct 2009 19:19:58 +0000 (UTC) Received: from guppy.corp.verio.net (fw.oremut02.us.wh.verio.net [198.65.168.24]) (authenticated bits=0) by gritton.org (8.13.6.20060614/8.13.6) with ESMTP id n95JJvnI071479; Mon, 5 Oct 2009 13:19:58 -0600 (MDT) Message-ID: <4ACA46D8.8010504@FreeBSD.org> Date: Mon, 05 Oct 2009 13:19:52 -0600 From: Jamie Gritton User-Agent: Thunderbird 2.0.0.19 (X11/20090109) MIME-Version: 1.0 To: Tom Judge References: <4ACA0549.7030404@tomjudge.com> In-Reply-To: <4ACA0549.7030404@tomjudge.com> 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 19:19:59 -0000 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