From owner-freebsd-jail@FreeBSD.ORG Thu Jul 3 13:18:28 2008 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 75AFA1065679 for ; Thu, 3 Jul 2008 13:18:28 +0000 (UTC) (envelope-from c2thunes@brewtab.com) Received: from mail.brewtab.com (dauphin.brewtab.com [208.86.224.67]) by mx1.freebsd.org (Postfix) with ESMTP id 4A4428FC29 for ; Thu, 3 Jul 2008 13:18:28 +0000 (UTC) (envelope-from c2thunes@brewtab.com) Received: from [192.168.16.16] (cpe-075-182-109-034.nc.res.rr.com [75.182.109.34]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.brewtab.com (Postfix) with ESMTPSA id A18D36B31; Thu, 3 Jul 2008 09:18:27 -0400 (EDT) Message-ID: <486CD19B.9070909@brewtab.com> Date: Thu, 03 Jul 2008 09:18:19 -0400 From: Christopher Thunes User-Agent: Mozilla-Thunderbird 2.0.0.14 (X11/20080509) MIME-Version: 1.0 To: Miroslav Lachman <000.fbsd@quip.cz> References: <48616B3F.4030705@brewtab.com> <486CA390.9020109@quip.cz> In-Reply-To: <486CA390.9020109@quip.cz> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-jail@freebsd.org Subject: Re: Memory limits on 7.0 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: Thu, 03 Jul 2008 13:18:28 -0000 Yes, my plan is to get everything working on both schedulers, but at this point I'm not sure what kind of time frame I'm looking at. At the moment I'm getting everything up to date on the 4bsd scheduler so once I finish that up I'll begin working on ULE. - Chris Miroslav Lachman wrote: > Christopher Thunes wrote: >> Hey everyone, >> I spent some time working on getting cdjones' memory limit patches >> updated for 7.0 and beyond and thought I'd post my progress. I've >> attached my current patch which implements memory limits on >> 7.0-RELEASE, but only for the older (and default in -RELEASE) bsd4 >> scheduler (won't work at all on ULE). I haven't yet started work for >> ULE or getting CPU sharing working. This patch also includes fixes for >> problems in the original cdjones patches. If you want to give it a >> whirl it should apply cleanly to a 7.0-RELEASE source tree and if you >> run into any issues let me know. > > Thanx for you work, I put it on Jails wiki! I hope I'll give it a try in > next week after I setup new testing machine with ZFS, 4GB of RAM and lot > of jails for testing :) > > Do you plan to work on ULE version? (AFAIK ULE will be default for next > release) > > Miroslav Lachman