Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 25 Oct 2001 13:34:17 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 25 Oct 2001 13:33:58 -0400 Received: from 31.ppp1-3.ski.worldonline.dk ([212.54.90.31]:9089 "EHLO milhouse.home.kernel.dk") by vger.kernel.org with ESMTP id ; Thu, 25 Oct 2001 13:33:45 -0400 Date: Thu, 25 Oct 2001 19:33:43 +0200 From: Jens Axboe To: Linus Torvalds Cc: Zlatko Calusic , Marcelo Tosatti , linux-mm@kvack.org, lkml Subject: Re: xmm2 - monitor Linux MM active/inactive lists graphically Message-ID: <20011025193343.K4795@suse.de> In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Oct 25 2001, Linus Torvalds wrote: > > On 25 Oct 2001, Zlatko Calusic wrote: > > > > Yes, I definitely have DMA turned ON. All parameters are OK. :) > > I suspect it may just be that "queue_nr_requests"/"batch_count" is > different in -ac: what happens if you tweak them to the same values? > > (See drivers/block/ll_rw_block.c) > > I think -ac made the queues a bit deeper the regular kernel does 128 > requests and a batch-count of 16, I _think_ -ac does something like "2 > requests per megabyte" and batch_count=32, so if you have 512MB you should > try with > > queue_nr_requests = 1024 > batch_count = 32 Right, -ac keeps the elevator flow control and proper queue sizes. -- Jens Axboe - 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/