Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 28 Mar 2001 09:39:12 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 28 Mar 2001 09:39:02 -0500 Received: from 216.41.5.host170 ([216.41.5.170]:16859 "EHLO habitrail.home.fools-errant.com") by vger.kernel.org with ESMTP id ; Wed, 28 Mar 2001 09:38:47 -0500 Message-Id: <200103281438.f2SEc4Q03910@habitrail.home.fools-errant.com> X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.3 To: james cc: linux-kernel@vger.kernel.org Subject: Re: Ideas for the oom problem In-reply-to: Your message of "Tue, 27 Mar 2001 18:53:18 CST." <01032718343500.32154@friz.themagicbus.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 28 Mar 2001 09:38:04 -0500 From: Hacksaw Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 755 Lines: 18 > a. don't kill any task with a uid < 100 > > b. if uid between 100 to 500 or CAP-SYS equivalent enabled > set it too a lower priority, so if it is at fault it will happen slower > giving more time before the system collapses Deciding what not to kill based on who started it seems like a bad idea. Root can start netscape just as easily as any user, but if the choice of processes to kill is root's netscape or a user's experimental database, I'd want the netscape to go away. - 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/