From owner-freebsd-arch@FreeBSD.ORG Thu Nov 29 15:50:57 2012 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CC674B3C for ; Thu, 29 Nov 2012 15:50:57 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-lb0-f182.google.com (mail-lb0-f182.google.com [209.85.217.182]) by mx1.freebsd.org (Postfix) with ESMTP id 388B88FC13 for ; Thu, 29 Nov 2012 15:50:56 +0000 (UTC) Received: by mail-lb0-f182.google.com with SMTP id go10so11823243lbb.13 for ; Thu, 29 Nov 2012 07:50:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=IiN0eGPG5rLQhOVkdSTDsgYdVfueNPV7BJcs5giANoo=; b=fGt0gLzFdYAmDmf6tDZny98RAQLlOlS+OCEEqTh/9Fot045y/DZKepSTIa1sU9ni9S 8A8EEJSaHR1RH4UGcdk1HgfYgS6hhdPYmUpcq3thS1OXUr+yC0UFwoJrgjhbDXRnfj8T VQ5hjkYAzL/Crs4K88Ib/omZXFHYt7oWUXNU4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:x-gm-message-state; bh=IiN0eGPG5rLQhOVkdSTDsgYdVfueNPV7BJcs5giANoo=; b=GkhZ+O11XzeBtVuSjvxO+ThEJPqrGbMA5JVmfObong3af5kLH4JxgLy/ED5QF/cRdv TtDiSMJgFL2o0o0JOYA8datvdPW9fEdQos9Ji+huaYnmPWF4T5XUiGslbl24E0CmXOBZ P1S55lHPSYfzJ/ntTrQizz7W3zY8tjy5CWZEvQxpSnK8Bz7iYiIqLFVGWusMRWVHQPAG kFF1ndYskzYX66zKMKlDO9ZEFc5YiEVoBFSyq/y0W9xmdqsv41YNUlCRPXfjMqn9leLk vdWzq4VdJWLnv/g2kU5ovoa5al6Y1o8I9y1lo0gLAun45r4Rpk0iETj/Of9JmbtmHpce 9bCQ== Received: by 10.112.38.103 with SMTP id f7mr6487468lbk.120.1354204255858; Thu, 29 Nov 2012 07:50:55 -0800 (PST) MIME-Version: 1.0 Received: by 10.112.154.168 with HTTP; Thu, 29 Nov 2012 07:50:25 -0800 (PST) In-Reply-To: <20121129113503.GD3013@kib.kiev.ua> References: <20121129090147.GB1370@garage.freebsd.pl> <20121129113503.GD3013@kib.kiev.ua> From: Eitan Adler Date: Thu, 29 Nov 2012 10:50:25 -0500 Message-ID: Subject: Re: Print a (rate-limited) warning when UMA zone is full. To: Konstantin Belousov Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQnC6tK4PCoczpoAtL1pa3NIetYlUMndSQ4xfeYKeLFPUnkvzLTZdTV6o8Q+pUy4ydGgGGWZ Cc: freebsd-arch@freebsd.org X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Nov 2012 15:50:57 -0000 On 29 November 2012 06:35, Konstantin Belousov wrote: >> This patch allows to configure advice for the use and give him some >> details in a very easy way. The warning printed on the console is >> rate-limited to one per second. > I cannot comment on the addition of the fields to struct uma_zone. > But please, can you drop the silly 'see tuning(7)' bytes ? Better, Keep them and fix tuning(7). -- Eitan Adler