From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Thu, 25 Oct 2001 09:31:12 -0700 (PDT) From: Linus Torvalds Subject: Re: xmm2 - monitor Linux MM active/inactive lists graphically In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-linux-mm@kvack.org Return-Path: To: Zlatko Calusic Cc: Marcelo Tosatti , linux-mm@kvack.org, lkml List-ID: 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 Does that help? Linus -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/