Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sat, 24 Mar 2001 17:29:03 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sat, 24 Mar 2001 17:28:52 -0500 Received: from perninha.conectiva.com.br ([200.250.58.156]:54033 "HELO postfix.conectiva.com.br") by vger.kernel.org with SMTP id ; Sat, 24 Mar 2001 17:28:34 -0500 Date: Sat, 24 Mar 2001 19:11:28 -0300 (BRST) From: Rik van Riel To: Jonathan Morton Cc: Doug Ledford , linux-kernel Subject: Re: [PATCH] Prevent OOM from killing init In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 24 Mar 2001, Jonathan Morton wrote: > free = atomic_read(&buffermem_pages); > free += atomic_read(&page_cache_size); > free += nr_free_pages(); > - free += nr_swap_pages; > + /* Since getting swap info is expensive, see if our allocation can happen in physical RAM */ Actually, getting swap info is as cheap as reading the variable nr_swap_pages. I should fix this in the OOM killer ;) regards, Rik -- Virtual memory is like a game you can't win; However, without VM there's truly nothing to lose... http://www.surriel.com/ http://www.conectiva.com/ http://distro.conectiva.com.br/ - 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/