Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 17 Apr 2001 08:13:44 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 17 Apr 2001 08:13:34 -0400 Received: from dfmail.f-secure.com ([194.252.6.39]:32014 "HELO dfmail.f-secure.com") by vger.kernel.org with SMTP id ; Tue, 17 Apr 2001 08:13:24 -0400 Date: Tue, 17 Apr 2001 15:22:54 +0200 (MET DST) From: Szabolcs Szakacsits To: "Mike A. Harris" cc: Linux Kernel mailing list Subject: Re: OOM killer *WORKS* for a change! 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 Fri, 13 Apr 2001, Mike A. Harris wrote: > I just ran netscape which for some reason or another went totally > whacky and gobbled RAM. It has done this before and made the box > totally unuseable in 2.2.17-2.2.19 befor the kernel killed 90% of > my running apps before getting the right one. I ported the 2.4 OOM killer about half year ago to 2.2, available for 2.2.19 kernel at http://mlf.linux.rulez.org/mlf/ezaz/reserved_root_memory.html Note, since it's activated in page fault handler that is architecture dependent, the current patch works only on x86 (the only one I could test). If one is interested in other archs, let me know. Szaka - 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/