Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sat, 2 Nov 2002 18:13:22 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sat, 2 Nov 2002 18:13:22 -0500 Received: from to-velocet.redhat.com ([216.138.202.10]:25085 "EHLO touchme.toronto.redhat.com") by vger.kernel.org with ESMTP id ; Sat, 2 Nov 2002 18:13:21 -0500 Date: Sat, 2 Nov 2002 18:19:52 -0500 From: Benjamin LaHaise To: Jos Hulzink Cc: Stas Sergeev , linux-kernel@vger.kernel.org Subject: Re: Larger IO bitmap? Message-ID: <20021102181952.C2748@redhat.com> References: <3DC417A4.2000903@yahoo.com> <200211022248.11869.josh@stack.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200211022248.11869.josh@stack.nl>; from josh@stack.nl on Sat, Nov 02, 2002 at 10:48:11PM +0100 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 765 Lines: 18 On Sat, Nov 02, 2002 at 10:48:11PM +0100, Jos Hulzink wrote: > Hi, > > Increasing the IO bitmap size has huge effects on your Task State Segment > size. It sure is possible to increase that size, but be aware that this means > you are using megabytes for your TSS's only ! Keep in mind that a task's io bitmap is now lazily allocated, so by default no memory will be allocated for it. A similar enhancement for large vs small io bitmaps could be made by allowing the task io bitmap to be a variable size. -ben - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/