Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sun, 23 Feb 2003 20:32:27 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sun, 23 Feb 2003 20:32:27 -0500 Received: from to-wiznet.redhat.com ([216.129.200.2]:64249 "EHLO touchme.toronto.redhat.com") by vger.kernel.org with ESMTP id ; Sun, 23 Feb 2003 20:32:26 -0500 Date: Sun, 23 Feb 2003 20:42:38 -0500 From: Benjamin LaHaise To: "Eric W. Biederman" Cc: Rik van Riel , Hanna Linder , lse-tech@lists.sourceforge.net, linux-kernel@vger.kernel.org Subject: Re: Minutes from Feb 21 LSE Call Message-ID: <20030223204238.C15376@redhat.com> References: <96700000.1045871294@w-hlinder> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from ebiederm@xmission.com on Sun, Feb 23, 2003 at 10:28:04AM -0700 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1336 Lines: 28 On Sun, Feb 23, 2003 at 10:28:04AM -0700, Eric W. Biederman wrote: > The problem. There is no upper bound to how many rmap > entries there can be at one time. And the unbounded > growth can overwhelm a machine. Eh? By that logic there's no bound to the number of vmas that can exist at a given time. But there is a bound on the number that a single process can force the system into using, and that limit also caps the number of rmap entries the process can bring into existance. Virtual address space is not free, and there are already mechanisms in place to limit it which, given that the number of rmap entries are directly proportion to the amount of virtual address space in use, probably need proper configuration. > The goal is to provide an overall system cap on the number > of rmap entries. No, the goal is to have a stable system under a variety of workloads that performs well. User exploitable worst case behaviour is a bad idea. Hybrid solves that at the expense of added complexity. -ben -- Don't email: aart@kvack.org - 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/