Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752269AbZJTOOS (ORCPT ); Tue, 20 Oct 2009 10:14:18 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751232AbZJTOOR (ORCPT ); Tue, 20 Oct 2009 10:14:17 -0400 Received: from gir.skynet.ie ([193.1.99.77]:37379 "EHLO gir.skynet.ie" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752069AbZJTOOQ (ORCPT ); Tue, 20 Oct 2009 10:14:16 -0400 Date: Tue, 20 Oct 2009 15:14:24 +0100 From: Mel Gorman To: Tobias Oetiker Cc: Frans Pop , Pekka Enberg , David Rientjes , KOSAKI Motohiro , "Rafael J. Wysocki" , Linux Kernel Mailing List , Reinette Chatre , Bartlomiej Zolnierkiewicz , Karol Lewandowski , Mohamed Abbas , "John W. Linville" , linux-mm@kvack.org, jens.axboe@oracle.com Subject: Re: [Bug #14141] order 2 page allocation failures (generic) Message-ID: <20091020141423.GH11778@csn.ul.ie> References: <20091019145954.GH9036@csn.ul.ie> <20091020105746.GD11778@csn.ul.ie> <20091020125139.GF11778@csn.ul.ie> <20091020133957.GG11778@csn.ul.ie> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17+20080114 (2008-01-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2898 Lines: 72 On Tue, Oct 20, 2009 at 03:50:12PM +0200, Tobias Oetiker wrote: > Hi Mel, > > Today Mel Gorman wrote: > > > On Tue, Oct 20, 2009 at 02:58:53PM +0200, Tobias Oetiker wrote: > > > you are saing that the problem might be even older ? > > > > > > we do have 8GB ram and 16 GB swap, so it should not fail to allocate all that > > > often > > > > > > top - 14:58:34 up 19:54, 6 users, load average: 2.09, 1.94, 1.97 > > > Tasks: 451 total, 1 running, 449 sleeping, 0 stopped, 1 zombie > > > Cpu(s): 3.5%us, 15.5%sy, 2.0%ni, 72.2%id, 6.5%wa, 0.1%hi, 0.3%si, 0.0%st > > > Mem: 8198504k total, 7599132k used, 599372k free, 1212636k buffers > > > Swap: 16777208k total, 83568k used, 16693640k free, 610136k cached > > > > > > > High-order atomic allocations of the type you are trying at that frequency > > were always a very long shot. The most likely outcome is that something > > has changed that means a burst of allocations trigger an allocation failure > > where as before processes would delay long enough for the system not to notice. > > > > 1. Have MTU settings changed? > > no not to my knowledge > > > 2. As order-5 allocations are required to succeed, I'm surprised in a > > sense that there are only 5 failures because it implies the machine is > > actually recovering and continueing on as normal. Can you think of what > > happens in the morning that causes a burst of allocations to occur? > > the burts occur all day while the machine is in use ... its just > that I was writing this at noon so only the morning had passed. So > I compared things to the day before ... > Over the course of a day, how many would you see? By and large, it seems that the problem yourself and Frans are similar except his is a lot more severe. > > 3. Other than the failures, have you noticed any other problems with the > > machine or does it continue along happily? > > The machine seems to be fine. > > > 4. Does the following patch help by any chance? > > should I try this on vanilla 2.6.31.4 or ontop of your previous > patch? > Try on top of vanilla 2.6.31.4 first plase and if failures still occur, then on top of the previous patch. > we are running virtualbox 3.0.8 on this machine, virtualbox is using > the physical network interface in bridge mode access the network. > Could this have something todo with the problem ? > I do not know for sure. I'm assuming the configuration is the same on both kernels so it's unlikely to be the issue. -- Mel Gorman Part-time Phd Student Linux Technology Center University of Limerick IBM Dublin Software Lab -- 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/